From d47e2daf5bdf5dc4d9b43a3f9f457b755d0a8735 Mon Sep 17 00:00:00 2001 From: Martin Boehm Date: Thu, 15 Mar 2018 12:34:44 +0100 Subject: [PATCH] Add sample btc-testnet json configuration file --- configs/btc-testnet.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/btc-testnet.json 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