chris-belcher / electrum-personal-server

Maximally lightweight electrum server for a single user
MIT License
599 stars 109 forks source link

Error loading Electrum wallet #99

Open slack333 opened 5 years ago

slack333 commented 5 years ago

I setted 3 wallets, 1 multisig and 2 different zpub wallets. When I open Electrum on the multisig wallet EPS popup these errors, this is one of them, all the same different hash.

WARNING:2019-04-03 22:39:54,713: Address not known to server, hash(address) = 29d39a138a2b423d62510457b5ed8f84f29b82f7b96a84b598f9157ca0e8a3c9. This means Electrum is requesting information about addresses that are missing from Electrum Personal Server's configuration file.

It's weird because I have it for about 5 month and it worked perfect, now I have this problem and my last txs didn't appear.

chris-belcher commented 5 years ago

Do you have a large number of transactions in your wallet? (more than a few hundred) If so then it's possible not enough addresses have been imported. To fix it, try increasing the value of initial_import_count and then re-import all the addresses and rescan again. If this works then it indicates a bug because EPS should import more addresses when it reaches the gap limit.