0
running ps yields:
31793 pts/0 11:04:46 bitcoind
but commands like bitcoind getblocktemplate
yields:
bash: bitcoind: command not found...
I've attempted to add the src folder to my global path through the following command:
echo " export PATH=$PATH:/home/jpc/Code/WorkingCopies/bitcoin/src" >> ~/.profile
Thanks for any help.
2
It sounds like this is more about basic Unix usage than anything specific to bitcoin. I would change into the directory where
– Nate Eldredge – 2018-11-13T15:43:15.800bitcoin-cliis located and run./bitcoin-cli. Changing PATH like you did is probably not really a good idea, but that's a question for http://unix.stackexchange.com instead of here.