-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add info about bitcoin-cli rescanblockchain when importing a wallet #47
Comments
Hey @climardo, thanks for the heads-up. |
In dev mode, there is an option to rescan already imported wallets. Maybe it is time to make it available for all.. what do you think @MarnixCroes? |
sure! |
|
There is information in the docs about importing a wallet and the information is good, but is missing details about what to do if all balances are 0 after import. I found the info that I needed in the original joinmarket GitHub repo after seeing that wallet-tool.py is from the joinmarket project. Here: https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/USAGE.md#creating-a-wallet
I followed the instructions on Jam Docs and then did the following for my Start9 node:
sudo docker exec -it jam.ebassy bash
to get into the jam containerexit
sudo docker exec -it bitcoind.embassy bash
bitcoin-cli -rpcwallet=embassy_jam_wallet rescanblockchain <starting-block-#> <ending-block-#.
Sharing to save others some frustration. Thanks!
The text was updated successfully, but these errors were encountered: