Add sample btc-testnet json configuration file

This commit is contained in:
Martin Boehm 2018-03-15 12:34:44 +01:00
parent 9c94db13f6
commit d47e2daf5b

8
configs/btc-testnet.json Normal file
View File

@ -0,0 +1,8 @@
{
"rpcURL": "http://localhost:8332",
"rpcUser": "rpc",
"rpcPass": "rpc",
"rpcTimeout": 25,
"parse": true,
"zeroMQBinding": "tcp://127.0.0.1:28332"
}