-
Notifications
You must be signed in to change notification settings - Fork 645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot connect to local BitcoinCash (0.17.1) node #565
Comments
I've tested some cases. |
join the question, I've met the same problem as you. |
try to use bitcore-lib-cash instead of bitcore-lib |
it is very slow to sync bitcore-node with bitcoincash0.17, which make bitcore-node useless |
@lianhongHou can you tell me how to use bitcore-lib-cash instead of bitcore-lib? |
do not use bitcore-lib for bitcoincash, use bitcore-lib-cash instead, and replace 'require('bitcore-lib')' with 'require('bitcore-lib-cash')' in all js files in your project. |
Yeah you can check this fork of this node, it's only using |
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: info: Retrying connection to p2p network. |
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:
my bitcoin.conf file:
my bitcore-node.json
what steps i've missed?
The text was updated successfully, but these errors were encountered: