Hi, I followed the tutorial at Home · zcash/zcash Wiki · GitHub
using the latest Ubuntu in a virtual machine and is still does not work. I have the node openned but when I try to
./src/zcash-cli getinfo
or
./src/zcash-cli z_getnewaddress
it says “couldn’t connect to server”
anyone has a clue about that? I saw some posts about it but have not helped at all
I already have it but it seems like the problem is still there. I used manual from this topic: Zcashd and Windows 10
But I am still getting this problem.
Config includes just few lines:
addnode=mainnet.z.cash
rpcuser=‘username’
rcppassword=‘password’
rcpallowip=127.0.0.1
Also check yout /etc/hosts file. it should include 127.0.0.1 for local host and your user name in shell, like
127.0.0.1 localhost
127.0.0.1 DESKTOP-YOURNAME