First of all, let me say that i am glad to be a part of zcash community.
As of recently, i think i set up my zcash properly. Meaning i can run the deamon, and i can work with zcash cli. However, i have some questions. I have sent some test zcash coins, from the faucet which was specified in the set up guide on github. However, as of yet i have recieved no coins.
I am not sure if i am not just impatient or is there an actual problem somwhere.
The same happens with the mining. I changed the config file. Started the daemon, and now i am mining. (I think) But there are no transactions yet.
Oh, and how do the mined coins get to my wallet address ?
I have generated both public and private address, and i have set up for everything mined to be sent to one address.
When i run the “listunspent” command, i get the following output : “”.
And my config file looks like this :
"
testnet=1
addnode=betatestnet.z.cash
rpcuser=username
rpcpassword=password
gen=1
genproclimit=-1
"
Like i said i am not sure if i am just impatient, or i did something wrong.
To be sure your mining use
~/zcash/./src/zcash-cli getinfo
If connections - 1 you are ok
also check
~/zcash/./src/zcash-cli listtransactions
This shows the mined coins.
Guys, thank you for your help, i was just impatient, it seems i really did set up everything as i should, i just needed to wait a bit, since it seems my PC is a bit slow.