I have a problem/question.
I compiled GameBetd from source, then send coins to new wallet, then send few coins to exchange.
And now then I use command getbalance I see this
55752.84990000
But, my balance must be x4 of this
223015.8001
https://chainz.cryptoid.info/gbt/address.dws?GLT1tUjw2Z4C7nkQyDHGn6wEXgoY2DVggw.htmWhen I do cmd getinfo i see this
{
"version" : "v1.0.0.0-g32a928e",
"protocolversion" : 60018,
"walletversion" : 60000,
"balance" : 55752.84990000,
"newmint" : 0.00000000,
"stake" : 167263.95010000,
"blocks" : 3488,
"timeoffset" : 0,
"moneysupply" : 21003656.67650000,
"connections" : 1,
"proxy" : "",
"ip" : "0.0.0.0",
"difficulty" : {
"proof-of-work" : 0.00024414,
"proof-of-stake" : 228444.86403052
},
"testnet" : false,
"keypoololdest" : 1460383623,
"keypoolsize" : 101,
"paytxfee" : 0.00010000,
"mininput" : 0.00000000,
"errors" : ""
}
What is mean "stake" field? Why so many coins in stake, it shouldn't be in stake field?
And when it will be in balance? Can I use this "stake" coins?
When one of your input blocks gains enough weight and you "solve" a block, those coins that earned the stake moves from the available balance line to the stake line. It remains there for 250 blocks before it moves back to available. You cannot use those coins until the 250 blocks are done. It does gain weight again during this waiting time.
Your balance is the total of the available and stake lines added together.