diff --git a/configs/btc-testnet.json b/configs/btc-testnet.json new file mode 100644 index 00000000..17275838 --- /dev/null +++ b/configs/btc-testnet.json @@ -0,0 +1,8 @@ +{ + "rpcURL": "http://localhost:8332", + "rpcUser": "rpc", + "rpcPass": "rpc", + "rpcTimeout": 25, + "parse": true, + "zeroMQBinding": "tcp://127.0.0.1:28332" +} \ No newline at end of file