Why are my Bitcoin/Bitcoin Cash commands not working on SV?

0

Just trying to run some pretty simple commands on an SV node. Why am I getting this?

ey@BitcoinSV:~$ bitcoind -testnet
bitcoind: command not found

cryptskip

Posted 2019-01-18T20:15:38.907

Reputation: 9

1Hi cryptskip, your edit changed your post into a different question and made Andrew's answer not make sense anymore, so I reverted it. It would be better if you'd ask your updated question as a new post.Nate Eldredge 2019-01-22T20:17:10.167

Answers

4

That error means that the command bitcoind was not found on your computer's path. Make sure that you have installed the software correctly such that the bitcoind binary is on the path.

Andrew Chow

Posted 2019-01-18T20:15:38.907

Reputation: 40 910

0

Bitcoin SV is a fork of bitcoin-core, so all the commands of bitcoin are almost the same as on Bitcoin SV

in here you can find all the RPC commands with much more details

https://bitcoin.org/en/developer-reference#rpc-quick-reference

Adam

Posted 2019-01-18T20:15:38.907

Reputation: 3 215