Just going to throw this out first - This is my first venture into cryptocurrencies and I'm also a lowly-skilled with Linux in general. So if something I toss-out, ask, say, is very obvious to the rest of you, you have been warned
So, I've been following directions from the 'Where do I begin' site with the last successful step being completed being to create the file "bitcoin.conf" in the /zcash/ directory using the given variables.
The next step - the one which I'm stuck on - is "Now, run the daemon!". So in my terminal I plug in "./src/zcashd -daemon" and I get hit with "No such file or directory"... Next I tried "cd /root/zcash/src/" and ran the command again. Same error. Then I tried running just "zcashd - daemon" and I was given the error "Command not found". So at this point I don't know what to do... Please advise?
*I've ran into this issue twice. I did this all once on Ubuntu, then I tried it again on Kali - same exact errors and issue. So I feel safe that the download and build completed successfully..