tMerge pull request #47 from TychoVrahe/master - electrum-personal-server - Maximally lightweight electrum server for a single user | |
git clone https://git.parazyd.org/electrum-personal-server | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 9388442a35fe2e185af698b6eb4a2ec2c8ebe2e4 | |
parent d5c8bf98fa6d663f612adf1553a36b1347765671 | |
Author: chris-belcher | |
Date: Thu, 16 Aug 2018 19:10:25 +0100 Merge pull request #47 from TychoVrahe/master Change localhost to 127.0.0.1 in config sample Diffstat: M config.cfg_sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/config.cfg_sample b/config.cfg_sample | |
t@@ -20,7 +20,7 @@ #my_test_addresses = 3Hh7QujVLqz11tiQsnUE5CSL16WEHBmiyR 1PXRLo1FQoZyF1Jhnz4qbG5x8Bo3pFpybz bc1qar0srrr7xfkvy5l643lydnw9re59gtzzwf5mdq [bitcoin-rpc] -host = localhost +host = 127.0.0.1 port = 8332 #empty means look in the default location datadir = |