Add lockzins test
This commit is contained in:
@@ -82,7 +82,6 @@ def sync_mempools(rpc_connections, wait=1):
|
||||
break
|
||||
time.sleep(wait)
|
||||
|
||||
return
|
||||
# Now that the mempools are in sync, wait for the internal
|
||||
# notifications to finish
|
||||
while True:
|
||||
@@ -238,13 +237,15 @@ def start_node(i, dirname, extra_args=None, rpchost=None, timewait=None, binary=
|
||||
port = extra_args[3]
|
||||
config.write("rpcport=" + (port[9:]) + "\n")
|
||||
config.write("server=1\n")
|
||||
#config.write("testnode=1\n")
|
||||
config.write("txindex=1\n")
|
||||
config.write("rpcworkqueue=256\n")
|
||||
config.write("rpcallowip=127.0.0.1\n")
|
||||
config.write("bind=127.0.0.1\n")
|
||||
#config.write("listenonion=0\n")
|
||||
#config.write("torcontrol=127.0.0.1:9999\n")
|
||||
config.write("rpcbind=127.0.0.1\n")
|
||||
|
||||
print("Done writing to %s" % configpath)
|
||||
print("Done writing to %s" % configpath)
|
||||
|
||||
if binary is None:
|
||||
binary = os.getenv("BITCOIND", "src/hushd")
|
||||
|
||||
Reference in New Issue
Block a user