I have built the bitcoin source on my Ubuntu desktop, and have installed the proper libraries via apt-get and building some.
When I do:
cd src
bitcoind -daemon
I get the error:
bitcoind: command not found
and when I do ./bitcoin
I get:
bash: ./bitcoin: No such file or directory
What am I doing wrong?
alias
es only work at an interactive prompt and do not work inside shell scripts. – bigjosh Jun 16 '21 at 03:36