flocore-node/bitcore-node.json.sample
Chris Kleeschulte 02684c451f wip
2017-07-21 13:02:35 -04:00

23 lines
324 B
Plaintext

{
"network": "livenet",
"port": 3001,
"datadir": "/tmp",
"services": [
"p2p",
"db",
"header",
"block",
"transaction",
"timestamp",
"mempool",
"address"
],
"servicesConfig": {
"p2p": {
"peers": [
{ "ip": { "v4": "<some trusted full node>" } }
]
}
}
}