Connects to electrum-zcl.com

This commit is contained in:
Jon Layton 2018-01-15 02:38:45 -05:00
parent df8803ddc1
commit 9047d4a3e2
3 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ class NetworkConstants:
cls.EQUIHASH_N = 200
cls.EQUIHASH_K = 9
cls.HEADERS_URL = "http://35.224.186.7/headers00" #TODO
cls.HEADERS_URL = "http://35.224.186.7/headers00"
cls.CHUNK_SIZE = 200

View File

@ -1,3 +1,3 @@
{
"localhost": {"t":"51001", "s":"51002"}
"zcl-electrum.com": {"s":"50002"}
}

View File

@ -4,8 +4,8 @@
import sys
import time
from electrum_zcl import SimpleConfig, Network
from electrum_zcl.util import print_msg, json_encode
from electrum import SimpleConfig, Network
from electrum.util import print_msg, json_encode
# start network
c = SimpleConfig()