
I needed to make use of my previous laptop computer to run a bitcoin node.
Specs:
- Processor: Intel Core2Duo @2.2 GHz i686
- OS: Lubuntu 18.04.6 LTS
- RAM: 4 GB
Since there is no such thing as a set up media for 32 bit processors, I needed to compile it. I adopted the directions from the Bitcoin github, and these two articles here and here.
After efficiently executing make
command, in testing part I’ve obtained these outcomes:
- 2 instances
make verify
handed. - 2 instances
take a look at/practical/test_runner.py
handed. - 4 instances
take a look at/practical/test_runner.py --extended
completely different errors in every run.- 1st run –
feature_pruning.py
andfeature_dbcrash.py
failed. - 2nd run –
rpc_signrawtransaction.py --legacy-wallet
andfeature_pruning.py
failed. - third run –
feature_pruning.py
failed. - 4th run –
feature_config_args.py
andfeature_pruning.py
failed.
- 1st run –
What these errors imply? Why the outcomes range in every run? Is it protected to run this compiled Bitcoin core? How can I compile with out getting any errors?
I’m not a technical particular person. May you please use layman’s phrases. Thanks upfront.
(I need to obtain full blockchain and no want for legacy pockets help.)