Added a bitcore-node.sample file.
This commit is contained in:
parent
fe2d4231cb
commit
3c94ca3d3a
22
bitcore-node.json.sample
Normal file
22
bitcore-node.json.sample
Normal 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" }
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user