Wallet doesn't load properly
See original GitHub issueHello, I’m trying to use EPS but with not much luck. I’m running bitcoin core 1.6.3 on a mac os x environment.
I’ve tried running it both from the latest git commit as from the latest release (using the server.py directly).
I placed my public master key in the config.cfg
file and I had to increase the initial_import_count
to 800 since this is a used wallet.
After that it took a while to index all addresses and it ran as expected. Except that when I open electrum 3.2.3
and connect to it, some information like the height at the “Coins” section and the total balance itself don’t show up correctly.
All the coins show up with height -2 like this:
And well, the balance is just unconfirmed.
What other information can I provide that might help to diagnose what’s happening here?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (4 by maintainers)
Top GitHub Comments
Happened to be looking through here and saw this… I’m new to eps myself, but seems like you may need to run the rescan script.
./rescan-script.py
It is kinda a necrobump since it is an old post. but for newcomers, can confirm double scanning will resolve the issue of not showing the current balance. although I did it with
electrum-personal-server-rescan
not the mentioned py script