chris-belcher / electrum-personal-server

Maximally lightweight electrum server for a single user
MIT License
601 stars 110 forks source link

BitBox 02 EPS #244

Closed andyR14 closed 3 years ago

andyR14 commented 3 years ago

When I connect to the EPS via the BitBox02 app, 27 addresses are scanned then it hangs and the message repeatedly appears in the EPS log: WARNING :: Address not known to Electrum Personal server, hash (address)

The master public key is stored correctly, the first three receiving addresses are correct and the correct transaction is displayed in the Bitcoin core wallet (electrum watch only).

Before that I did a rescan.

chris-belcher commented 3 years ago

That error message means the client is requesting addresses that the server doesn't know about. Maybe Bitbox is doing something I don't know about, try contacting them?

andyR14 commented 3 years ago

I´ve contacted shiftcrypto.ch and will keep you informed.

andyR14 commented 3 years ago

Here is the solution: the BitBoxApp works with a zPub as default and yPub as fallback. I had to enter both addresses in the config.ini. Now it works fine.