-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed because no wallet is loaded #5
Comments
Seem like the feature has been removed in bitcoin-core The release nodes states: Automatic wallet creation removedBitcoin Core will no longer automatically create new wallets on startup. It will load existing wallets specified by -wallet options on the command line or in bitcoin.conf or settings.json files. And by default it will also load a top-level unnamed (“”) wallet. However, if specified wallets don’t exist, Bitcoin Core will now just log warnings instead of creating new wallets with new keys and addresses like previous releases did. New wallets can be created through the GUI (which has a more prominent create wallet option), through the bitcoin-cli createwallet or bitcoin-wallet create commands, or the createwallet RPC. (#15454, #20186) |
I have now added a Now it creates an output with 0 BTC an fails with Full Log:
|
The dunst issue is fixed in the pending PR #4 |
When starting
generate_chain.py
I get the following message:The text was updated successfully, but these errors were encountered: