bdunbar
November 20, 2016, 5:58pm
1
On host A I ran
~/zcash/./src/zcash-cli getnewaddress
~/zcash/./src/zcash-cli z_getnewaddress
I stood up a gaggle of AWS spot instances and let them bang away for a while at zcash.flypool running this. Note ‘t-addr’ as directed by flypool because of a bug.
nheqminer_cpu -l us1-zcash.flypool.org:3333 -u t1MVUxFhAcj84mh8u49kF7dDY3TzhSbPew1.$HOSTNAME
After a while there was a payout
https://explorer.zcha.in/accounts/t1MVUxFhAcj84mh8u49kF7dDY3TzhSbPew1
From Host A … how do I check the balance?
I know it’s not much but the AWS spot effort is more ‘dabble’ than ‘serious’ at this point.
~/zcash/./src/zcash-cli getinfo
bdunbar
November 20, 2016, 6:03pm
3
Am I doing something wrong?
{
“version” : 1000050,
“protocolversion” : 170002,
“walletversion” : 60000,
“balance” : 0.00000000,
“blocks” : 9934,
“timeoffset” : -1,
“connections” : 8,
“proxy” : “”,
“difficulty” : 288022.74053397,
“testnet” : false,
“keypoololdest” : 1477691493,
“keypoolsize” : 30002,
“paytxfee” : 0.00000000,
“relayfee” : 0.00005000,
“errors” : “”
}
bdunbar
November 20, 2016, 6:11pm
5
Your blocks are at 9934,
If I understand you correctly, the value ‘blocks’ has to equal 13783 before I can access the data in t_addr.
In other words, I booted Host A 40 minutes ago, I need to give it more time to catch up.
Correct?
I think it needs around 30 minutes to sync. But yes you need to give it more time to catch up.
montvid
November 20, 2016, 6:20pm
7
https://github.com/vaklinov/zcash-swing-wallet-ui/releases
This java wallet shows how many % of your blockchain is synced. Nifty.
bdunbar
November 20, 2016, 6:20pm
8
There is it. Cool - now I can go out and buy a piece of gum.
1 Like
bdunbar
November 20, 2016, 6:23pm
9
Thanks - that’ll come in handy when I acquire a new laptop. Presently, I’ve got an assortment of elderly peecees running linux and a new-ish Mac.
1 Like