0
1
I'm running Electrum in test mode (electrum --testnet) and have therefore created a new wallet for it. I've also successfully received some coins via Faucet. But when checking the public key for the wallet, it starts with xpub, which doesn't make sense as according to this site it should start with tpub. How can I get the right public key, as I need it for some online service (mycelium GEAR) and it's complaining that this is a key for MAINNET.
Thank you for detailed steps, I can report that it worked. Before that I actually tried the following JS snippet to generate public key from seed but it failed. Care to take a look why it doesn't generate the right one? Thanks once again.
– Jernej Jerin – 2017-11-26T18:16:49.113Unfortunately, Electrum won't accept the "tpub" key to use for deriving other keys. :( Version 3.0.6 of electrum is what I tested with. – Vlad – 2018-02-09T14:52:14.597