I need some testnet zcash to do some test for zcash v1.1.2. I tried to request some zcash from https://faucet.testnet.z.cash/ but have not received anything. Could anyone send me some? thank you.
My t-address: tmQ4foFckwiChoev2FqxBqLedhkRDyb3rui
My z-address: ztcawPAMQdBwGNKr8SstbevFUHxSVTq4rFoYe3JHanDewDSrVsjrEGCngG7ix4DRp3YK2i552FE9ggXw4FqcJbibonMBq2Y
Thank you. Do you know how to check the balance of my t-addr zcash? I used ./src/zcash-cli z_listaddresses or ./src/zcash-cli z_getoperationresult. But I didn’t see any thing.
I’m not entirely sure what you are asking, but likely for the transaction size you could use getrawtransaction and decoderawtransaction (assuming you want transactions not in your wallet you may want to add txindex=1 to zcash.conf`).
For running time you’d need z_getoperationresult - this will only show transactions you sent and will be removed from memory after you’ve run this i.e. this data isn’t retained.