flocore-node/bitcore-node.json.connect
Chris Kleeschulte 7ca831657b wip
2017-06-20 15:05:46 -04:00

23 lines
424 B
Plaintext

{
"network": "regtest",
"port": 3001,
"datadir": "/Users/chrisk",
"services": [
"p2p",
"db",
"transaction",
"timestamp",
"address",
"mempool",
"wallet-api",
"web"
],
"servicesConfig": {
"p2p": {
"connect": [
{ "rpchost": "127.0.0.1", "rpcport": 58332, "rpcuser": "bitcoin", "rpcpassword": "local321", "zmqpubrawtx": "tcp://127.0.0.1:28332" }
]
}
}
}