bitpay / bitcore-node

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

Enabling Bitcoin Cash in bitcore-node.json? #540

Closed rickygu closed 6 years ago

rickygu commented 6 years ago

I'm running my own BWS for the copay app. Is there any documentation on how to enable Bitcoin Cash on a bitcore node? This is my config right now working well for livenet/testnet connected to copay:

{
  "network": "livenet",
  "port": 3001,
  "services": [
    "bitcoind",
    "bitcore-wallet-service",
    "insight-api",
    "web"
  ],
  "https": true,
  "httpsOptions": {
    "key": "/home/bws/livenet/key.nopass.pem",
    "cert": "/home/bws/livenet/cert.pem"
  },
  "servicesConfig": {
    "bitcore-wallet-service": {
      "bwsPort": 443
    },
    "bitcoind": {
      "spawn": {
        "datadir": "/home/bws/.bitcoin",
        "exec": "/home/bws/livenet/node_modules/bitcore-node/bin/bitcoind"
      }
    }
  }
}  
Daniel600 commented 6 years ago

Hi Ricky - where you able to get Bitcore to work with bitcoin cash if so how?

Plorark commented 6 years ago

Joining the question. Maybe the answer to this also teaches us how to connect to other altcoins

shamoons commented 6 years ago

Does this work? It seems that this is still running bitcoind?

Daniel600 commented 6 years ago

https://github.com/bitpay/bitcore/issues/1471