miningcore icon indicating copy to clipboard operation
miningcore copied to clipboard

Bitcoin.

Open says112 opened this issue 2 years ago • 1 comments

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

says112 avatar Apr 30 '23 10:04 says112

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.

XIII39 avatar May 03 '23 22:05 XIII39