bitpay / bitcore-node

Extensible full node using Bitcore
https://bitcore.io/
Other
352 stars 644 forks source link

revert merge conflicts from last PR #517

Closed tj-bitpay closed 7 years ago

tj-bitpay commented 7 years ago

nt

tenthirtyone commented 7 years ago

Reviewing

tenthirtyone commented 7 years ago

:+1:

Starts up with ./bin/bitcore-node start using:

{
  "network": "regtest",
  "port": 3001,
  "services": [
    "address",
    "block",
    "db",
    "fee",
    "header",
    "mempool",
    "p2p",
    "timestamp",
    "transaction",
    "web"
  ],
  "datadir": "/home/hayek/.bitcore/data",
  "servicesConfig": {
  }
}

Nice fix