Hi all,
I have started mining ZCL a couple of days ago and I'm now wondering if I didn't miss something because I see contradictory information.
I have installed ZCL on ubuntu, I have created a Z and a T address and I'm pointing my rig to my T address. I'm using zclassic.miningspeed.com as mining pool.
So far, everything is ok, I see my balance increasing on Miningspeed but I don't understand the difference between t and z address.
My T address has balance on the mining pool, my Z address has no balance while I thought both were somehow connected.
./src/zcash-cli z_listaddresses
I see my z address here
./src/zcash-cli getinfo
gives the following
{
"version": 1001051,
"protocolversion": 170002,
"walletversion": 60000,
"balance": 0.00000000,
"blocks": 0,
"timeoffset": 0,
"connections": 0,
"proxy": "",
"difficulty": 1,
"testnet": false,
"keypoololdest": 1514298407,
"keypoolsize": 101,
"paytxfee": 0.00000000,
"relayfee": 0.00000100,
"errors": ""
}
If I start zclassic to sync the blockchain, I see that everything there remain at 0 while I'm mining:
There must be something wrong or something I'm missing but I don't know what
thanks