Closed otaviobonder-deel closed 4 years ago
I created a 1-2 multisig wallet in Electrum using Trezor. In Wallet -> Information the master public key is
Wallet -> Information
Zpub75X52uG...
When running EPS for the first time, a ValueError exception is thrown:
ValueError
File "/home/node/.local/lib/python3.7/site-packages/electrumpersonalserver/server/deterministicwallet.py", line 58, in parse_electrum_master_public_key raise ValueError("Unrecognized electrum mpk format: " + keydata[:4]) ValueError: Unrecognized electrum mpk format: Zpub
Tried changing from Zpub to zpub, but then a checksum error is thrown.
Zpub
zpub
I used EPS before and it worked, but I lost the config file and can't make it work again.
Thanks
In fact I wasn't using the appropriate syntax for multisig keys
I created a 1-2 multisig wallet in Electrum using Trezor. In
Wallet -> Information
the master public key isWhen running EPS for the first time, a
ValueError
exception is thrown:Tried changing from
Zpub
tozpub
, but then a checksum error is thrown.I used EPS before and it worked, but I lost the config file and can't make it work again.
Thanks