You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from: "Run electrum-personal-server /path/to/config.cfg to start Electrum Personal Server. The first time the server is run it will import all configured addresses as watch-only into the Bitcoin node, and then exit. If the wallets contain historical transactions you can use the rescan script (electrum-personal-server-rescan /path/to/config.cfg) to make them appear."
to: "Run electrum-personal-server /path/to/config.cfg to start Electrum Personal Server (example: $ /Users/anonanon1/Library/Python/3.7/bin/electrum-personal-server /Users/anonanon1/Desktop/electrum-personal-server-eps-v0.1.6/config.cfg). The first time the server is run it will import all configured addresses as watch-only into the Bitcoin node, and then exit. If the wallets contain historical transactions you can use the rescan script (electrum-personal-server-rescan /path/to/config.cfg) to make them appear. (example: $ /Users/anonanon1/Library/Python/3.7/bin/electrum-personal-server-rescan /Users/anonanon1/Desktop/electrum-personal-server-eps-v0.1.6/config.cfg )
from: "Edit the file config.cfg to configure everything about the server. Add your 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."
to: "Edit the file config.cfg to configure everything about the server. Add your 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. Please make sure the # marks are removed for any lines you want to be recognized by the script."
The text was updated successfully, but these errors were encountered:
I had issues with the install on Linux with installing with pip. I was able to fix it by restoring config.cfg_sample file. Once i restored the file in the directory, pip3 install --user . worked and after install I was able to go back and change config.cfg_sample to config.cfg.
Two changes to the readme suggested by a user
The text was updated successfully, but these errors were encountered: