Creating watch wallet from master public key at command line?

0

I know that by electrum -w WALLET_PATH create a usual wallet can be created. I'm now looking for way to create wallet file from master public key.

Question

  • Given I have master master public key, e.g. xpub12345...ABCDE, how can I create its watching wallet file?

Yuki Inoue

Posted 2018-01-30T09:53:59.203

Reputation: 186

Also asked on https://github.com/spesmilo/electrum/issues/3822

Yuki Inoue 2018-02-01T03:58:12.943

Answers

0

electrum -w wallet_path restore <mpk>

Above created watch wallet from master public key.

Yuki Inoue

Posted 2018-01-30T09:53:59.203

Reputation: 186