qa: Move common args to bitcoin.conf

This commit is contained in:
MarcoFalke
2018-02-15 14:01:43 -05:00
parent d09968f4d0
commit face7220b7
4 changed files with 9 additions and 3 deletions

View File

@@ -291,6 +291,9 @@ def initialize_datadir(dirname, n):
f.write("regtest=1\n")
f.write("port=" + str(p2p_port(n)) + "\n")
f.write("rpcport=" + str(rpc_port(n)) + "\n")
f.write("server=1\n")
f.write("keypool=1\n")
f.write("discover=0\n")
f.write("listenonion=0\n")
f.write("bind=127.0.0.1\n")
return datadir