From 02684c451f995a21598a2049932a6edf3c8038b6 Mon Sep 17 00:00:00 2001 From: Chris Kleeschulte Date: Fri, 21 Jul 2017 13:02:35 -0400 Subject: [PATCH] wip --- bitcore-node.json.sample | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bitcore-node.json.sample b/bitcore-node.json.sample index 3f281e9a..153f6e45 100644 --- a/bitcore-node.json.sample +++ b/bitcore-node.json.sample @@ -3,19 +3,19 @@ "port": 3001, "datadir": "/tmp", "services": [ - "bitcoind", + "p2p", "db", + "header", + "block", "transaction", "timestamp", - "address", "mempool", - "wallet-api", - "web" + "address" ], "servicesConfig": { - "bitcoind": { - "connect": [ - { "rpcconnect": "127.0.0.1", "rpcport": 8332, "rpcuser": "bitcoin", "rpcpassword": "local321", "zmqpubrawtx": "tcp://127.0.0.1:28332" } + "p2p": { + "peers": [ + { "ip": { "v4": "" } } ] } }