flocore-node/bitcore-node.json.sample
2017-02-09 18:17:56 -05:00

23 lines
427 B
Plaintext

{
"network": "livenet",
"port": 3001,
"datadir": "/tmp",
"services": [
"bitcoind",
"db",
"transaction",
"timestamp",
"address",
"mempool",
"wallet-api",
"web"
],
"servicesConfig": {
"bitcoind": {
"connect": [
{ "rpcconnect": "127.0.0.1", "rpcport": 8332, "rpcuser": "bitcoin", "rpcpassword": "local321", "zmqpubrawtx": "tcp://127.0.0.1:28332" }
]
}
}
}