Post
Topic
Board Development & Technical Discussion
Merits 2 from 1 user
Re: Bitcoin core and Bitcoin ABC on the same Linux machine
by
ScripterRon
on 19/09/2017, 14:51:59 UTC
⭐ Merited by ETFbitcoin (2)
I ran both Bitcoin Core and BitcoinABC on Ubuntu.  However, I installed both from tar files.  You need to specify different data directories and ports.  You can save space by using symlinks in the BitcoinABC 'blocks' directory for blocks before the split. 

You also need to remember to specify the data directory when using the bitcoin-cli command.  To prevent mistakes, I used simple shell scripts with different names to invoke the appropriate bitcoin-cli command.