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,
"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": "<some trusted full node>" } }
]
}
}