I do not see any addnodes for the new bucks. Can we use the old bucks addnodes? How do we have 77 blocks already when nobody can connect!??!
Vegas
It appears the 1st block was generated for 1,000,000 by POW, and now the rest are being generated by POW blocks with zero reward.
int64_t nSubsidy = 0 * COIN;
if(nHeight < 2)
{
nSubsidy = 1000000 * COIN;
}
return nSubsidy + nFees
The main wallet does not appear to be staking at all since the coin supply remains at 1000000.
etversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 137,
"timeoffset" : -3,
"moneysupply" : 1000000.00000000,
"connections" : 7,
"proxy" : "",
"ip" : "71.237.125.226",
"difficulty" : {
"proof-of-work" : 0.00037792,
"proof-of-stake" : 0.00001526
},
"testnet" : false,
"keypoololdest" : 1435532677,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
This is what I talked about before where the chain was moving but money supply stayed the same. Everyone called me crazy.