Bitcoin-com / bitcore-lib-cash

Other
2 stars 3 forks source link

enabling bitcoin cash in bitcore-node.json? #1

Open cfcayan opened 6 years ago

cfcayan commented 6 years ago

{ "network": "livenet", "port": 3001, "services": [ "bitcoind", "web" ], "servicesConfig": { "bitcoind": { "spawn": { "datadir": "./data", "exec": "/home/ayan/.nvm/versions/node/v4.8.7/lib/node_modules/bitcore/$ } } } }

what should I add for bitcoin cash?

rickygu commented 6 years ago

+1

I'm also trying to figure this out. The documentation for running a bitcoin cash node is not very helpful.