This commit is contained in:
Chris Kleeschulte 2017-07-21 13:02:35 -04:00
parent f47a3e3a3b
commit 02684c451f

View File

@ -3,19 +3,19 @@
"port": 3001, "port": 3001,
"datadir": "/tmp", "datadir": "/tmp",
"services": [ "services": [
"bitcoind", "p2p",
"db", "db",
"header",
"block",
"transaction", "transaction",
"timestamp", "timestamp",
"address",
"mempool", "mempool",
"wallet-api", "address"
"web"
], ],
"servicesConfig": { "servicesConfig": {
"bitcoind": { "p2p": {
"connect": [ "peers": [
{ "rpcconnect": "127.0.0.1", "rpcport": 8332, "rpcuser": "bitcoin", "rpcpassword": "local321", "zmqpubrawtx": "tcp://127.0.0.1:28332" } { "ip": { "v4": "<some trusted full node>" } }
] ]
} }
} }