Hi, I’m running zcashd on regtest mode. I’m trying to create a basic java application to check balance and other mundane stuff like zcash-cli, it’s just mine is a web version.
The problem is, when, I’m making an RPC call, the server is returning me 401, even though, I have no rpcuser and rpcpassword define in zcash.conf file.
##Zcash.conf
regtest=1
gen=1
genproclimit=-1
Can anyone help me with this?