Install Bitcoin and Bitcoin cash

1

1

How can I install on the same Ubuntu server together Bitcoin Core and Bitcoin Cash?

Joan Josep

Posted 2017-10-03T19:45:32.327

Reputation: 13

Answers

2

You need to compile them from source or download their binary. Since they both use the same port, you will need to start one of them with -listen=0 command-line argument. Please see this discussion on github for more info: https://github.com/Bitcoin-ABC/bitcoin-abc/issues/25

Bitcoin Core

Bitcoin Cash*

* Contrary to Bitcoin Core there isnt a single authoritative implementation, so you will have to choose which one you want

Julien Klepatch

Posted 2017-10-03T19:45:32.327

Reputation: 236

With Bitcoin Core you can just specify the -port= parameter, either on the command line or in the .conf file.Willtech 2018-02-04T08:24:37.210