1
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.gztar xzf bitcoin-cash-gnu.tar.gzcd bitcoin-cash-gnu/binls
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
I did exactly the same, but when I called bitcoinCashd it didn't work – Adam – 2018-01-15T13:14:55.610
Is
/usr/local/binin your$PATH? – kemp – 2018-01-15T13:47:49.997Your answer just gave me the chance to trust my solution and try again thanks! – Adam – 2018-01-15T14:03:30.707