-
Notifications
You must be signed in to change notification settings - Fork 637
Open
Description
My problem is that bitcore-node cannot connect to my local Bitcoin ABC node (0.17.1). I've setup all like here, but still getting errors:
[2018-05-19T12:45:56.836Z] info: Retrying connection to p2p network.
[2018-05-19T12:45:56.888Z] info: Disconnected from peer: 127.0.0.1
my bitcoin.conf file:
server=1
whitebind=127.0.0.1:8333
whitelist=127.0.0.1
txindex=1
addressindex=1
timestampindex=1
spentindex=1
zmqpubrawtx=tcp://127.0.0.1:28332
zmqpubrawtxlock=tcp://127.0.0.1:28332
zmqpubhashblock=tcp://127.0.0.1:28332
rpcallowip=127.0.0.1
rpcport=8332
my bitcore-node.json
{
"version": "5.0.0-beta.44",
"network": "livenet",
"port": 3001,
"services": [
"address",
"block",
"fee",
"db",
"header",
"mempool",
"p2p",
"timestamp",
"transaction",
"web",
"insight-api"
],
"datadir": "/ext/node/bitcoincash",
"servicesConfig": {
"insight-api": {
"cwdRequirePath": "node_modules/insight-api"
},
"p2p": {
"peers": [
{ "ip": { "v4": "127.0.0.1" } }
]
}
}
}
what steps i've missed?
Metadata
Metadata
Assignees
Labels
No labels