Closed climardo closed 1 month ago
Hey @climardo, thanks for the heads-up. Hopefully, these manual steps won't be necessary anymore, once https://github.com/joinmarket-webui/jam/issues/137 is implemented and released. Till then, this is a superb description for others facing the same problem and something that can be referred to :raised_hands:
thanks for the instructions, I'm sure it was helpful for some
closing this issue as specifying the rescan start height is part of the import process now
thanks for the instructions, I'm sure it was helpful for some
closing this issue as specifying the rescan start height is part of the import process now
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?
thanks for the instructions, I'm sure it was helpful for some closing this issue as specifying the rescan start height is part of the import process now
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! would be a big UX improvement for the people who need it. as figuring out how to do a manual rescan can be a struggle for some
sure! would be a big UX improvement for the people who need it. as figuring out how to do a manual rescan can be a struggle for some
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!