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've built the bitcoin core on my computer and once I tried to run tests related to wallet, I encountered this error:
[amirreza@localhost bitcoin]$ python test/functional/wallet_createwallet.py 2022-06-20T16:36:53.675000Z TestFramework (WARNING): Test Skipped: wallet has not been compiled. 2022-06-20T16:36:53.725000Z TestFramework (INFO): Stopping nodes 2022-06-20T16:36:53.725000Z TestFramework (INFO): Cleaning up /tmp/bitcoin_func_test_mnwvrnya on exit 2022-06-20T16:36:53.726000Z TestFramework (INFO): Test skipped
When I tried to reconfigure the compilation process by ./configure
I noticed it doesn't compile wallet:
Options used to compile and link: external signer = yes multiprocess = no with experimental syscall sandbox support = yes with libs = yes with wallet = no
But I don't know how to change this option to compile with wallet. I took look at ./configure
options but see that it is enabled by default:
[amirreza@localhost bitcoin]$ ./configure --help ... --disable-wallet disable wallet (enabled by default) ...
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