Added a bitcore-node.sample file.

This commit is contained in:
Chris Kleeschulte 2017-02-09 18:17:08 -05:00
parent fe2d4231cb
commit 3c94ca3d3a
2 changed files with 23 additions and 1 deletions

22
bitcore-node.json.sample Normal file
View File

@ -0,0 +1,22 @@
{
"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" }
]
}
}
}

View File

@ -2,7 +2,7 @@
"name": "bitcore-node",
"description": "Full node with extended capabilities using Bitcore and Bitcoin Core",
"author": "BitPay <dev@bitpay.com>",
"version": "3.1.3",
"version": "4.0.0",
"main": "./index.js",
"repository": "git://github.com/bitpay/bitcore-node.git",
"homepage": "https://github.com/bitpay/bitcore-node",