Bitcoin Stack Exchange is a question and answer site for Bitcoin crypto-currency enthusiasts. It only takes a minute to sign up.
Sign up to join this communityAnybody can ask a question
Anybody can answer
The best answers are voted up and rise to the top
I wanted to use my old laptop to run a bitcoin node.
Specifications:
- Processor: Intel Core2Duo @2.2 GHz i686
- OS: Lubuntu 18.04.6 LTS
- RAM: 4 GB
Since there is no installation media for 32 bit processors, I had to compile it. I followed the instructions from the Bitcoin github, and these two articles here and here.
After successfully executing make
command, in testing phase I have got these results:
- 2 times
make check
passed. - 2 times
test/functional/test_runner.py
passed. - 4 times
test/functional/test_runner.py --extended
different errors in each run.- 1st run -
feature_pruning.py
andfeature_dbcrash.py
failed. - 2nd run -
rpc_signrawtransaction.py --legacy-wallet
andfeature_pruning.py
failed. - 3rd run -
feature_pruning.py
failed. - 4th run -
feature_config_args.py
andfeature_pruning.py
failed.
- 1st run -
What these errors mean? Why the results vary in each run? Is it safe to run this compiled Bitcoin core? How can I compile without getting any errors?
I am not a technical person. Could you please use layman's terms. Thank you in advance.
(I want to download full blockchain and no need for legacy wallet support.)
You can get bonuses upto $100 FREE BONUS when you:
π° Install these recommended apps:
π² SocialGood - 100% Crypto Back on Everyday Shopping
π² xPortal - The DeFi For The Next Billion
π² CryptoTab Browser - Lightweight, fast, and ready to mine!
π° Register on these recommended exchanges:
π‘ Binanceπ‘ Bitfinexπ‘ Bitmartπ‘ Bittrexπ‘ Bitget
π‘ CoinExπ‘ Crypto.comπ‘ Gate.ioπ‘ Huobiπ‘ Kucoin.
Comments