oliverw / miningcore

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
https://store.miningcore.pro
MIT License
721 stars 661 forks source link

Bitcoin. #1678

Open says112 opened 1 year ago

says112 commented 1 year ago

Hello! Please tell me how to install bitcoin next to bitcoin cash, are there identical .bitcoin folders there?

XIII39 commented 1 year ago

Just set the datadir to something like /.bchdata

On the Bitcoin Cash node, in the bitcoin.conf set listen=0 in order to not create a conflict on port 8333 Don't forget to set your a unique RPC port (rpcport=PORT) and you should be good to go.

Also, Miningcore needs the legacy address. I tried adding usecashaddr=0 but it still generated the new CashAddr (bitcoincash:XXXXX) address. Just pop it into https://cashaddr.bitcoincash.org/ and it will give you the legacy Base58 address. I've been using it without any issue.