Hi,
I am new to Zcash mining. I am trying to mine it on my servers which uses docker. I have signed up for a pool, made a worker and are trying to mine trough it. I have followed this tutorial: https://minezcash.com/zcash-mining-pool/ .
When entering ./src/zcashd -daemon -stratum=poolstratum -user=username.worker -password=yourpass -debug –printtoconsole and substituting the information for mine I get the following: Error: There is no RPC client functionality in zcashd. Use the zcash-cli utility instead.
And when I change to the following: ./src/zcash-cli -daemon -stratum=poolstratum -user=username.worker -password=yourpass -debug –printtoconsole it returns the following: error: couldn’t connect to server.
How should I proceed? Is there anything in the config that i need to change?