-
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
How to deploy bitcoin-cash-node server using bitcore and bitcoin-abc??? who can help me #568
Comments
You should replace bitcore-lib with bitcore-lib-cash. Even you have connected the ABC node, it will take much time to sync, almost never be finished! BTW, it cannot provide services if not sync fully. Even it sync fully, it cannot cooperate with BWS, you should change source code. After that, it works, but it react very, very slow. |
Yeah the Sync takes a lot of time! Check this fork (you can inspect the code edits, it's not much) that I made to work with bitcoin-abc. I haven't test it with a fully synced livenet (since it's taking forever), but it works with @lianhongHou Which source code do you mean? The BWS or the node code? |
I have two solution you can check my github. The other is the version v8.0.0 of bitcore-node,it work well and easy to start.It also support cashaddress. |
@m24927605 Your second approach (v8.0.0) works, but it provides very limited API endpoints, it doesn't use the same end points that the insight-API is using. Also it's not that easy to switch between different networks (Regtest, Livenet and Testnet) given that you would need to manually change the peer port value. I recommend trying out this fork of bitcore-node that works fine with bitcoin-ABC and doesn't require any hacky steps. |
Hi ,all:
my question:
I deploy bitcoin-cash-node server using bitcore and bitcoin-abc,and I have some question,I need some help.
//bitcore: [email protected]
//bitcoin-abc: https://download.bitcoinabc.org/0.17.2/linux/bitcoin-abc-0.17.2-i686-pc-linux-gnu.tar.gz
first, my deployment process as follows:
bitcore-node.json:
debug.log
second, my problem description as follows:
When I run the bitcore service, the synchronization of the service block is very normal, but when I request the transaction data of the block through the insight, the service will be wrong, but the service will restart automatically. I am puzzled, I do not know where is wrong, who can help me ? and gave me a deploy documents. thank you。
ERROR:
The text was updated successfully, but these errors were encountered: