Skip to content

Commit

Permalink
Clarify how to add multiple keys
Browse files Browse the repository at this point in the history
This should avoid any confusion like chris-belcher#63.
  • Loading branch information
suvayu authored Feb 1, 2019
1 parent a8f6f44 commit a8ce42b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@ on [full nodes](https://en.bitcoin.it/wiki/Full_node).
wallet master public keys or watch-only addresses to the
`[master-public-keys]` and `[watch-only-addresses]` sections. Master public
keys for an Electrum wallet (which start with xpub/ypub/zpub) can be found
in the Electrum client menu `Wallet` -> `Information`.
in the Electrum client menu `Wallet` -> `Information`. You can add multiple
master public keys or watch-only addresses by adding separate lines for the
different keys/addresses:

wallet1 = xpub661MyMwAqRbcF...
wallet2 = xpub7712KLsfsg46G...

* Install Electrum Personal Server in your home directory with
`pip3 install --user .`. On Linux the scripts
Expand Down

0 comments on commit a8ce42b

Please sign in to comment.