I've installed bitcoin core as the documentation in bitcoin.org and its working great. then, I tried to install bitcoin-ABC manually as following:
wget bitcoin-cash-gnu.tar.gz
tar xzf bitcoin-cash-gnu.tar.gz
cd bitcoin-cash-gnu/bin
ls
bitcoin-cli bitcoin-qt bitcoin-tx bitcoind test_bitcoin
- I have renamed bin directory files so it doesn't conflict with bitcoin-legacy.
bitcoinCash-cli bitcoinCash-qt bitcoinCash-tx bitcoinCashd test_bitcoinCash
- then i've installed it on /etc/usr/bin
sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-cash-gnu/bin/bin/*
Then I tried to run bitcoinCashd and
Command not found