5000 blocks left before POS
The Good News
Exactly at block 80000 the mix POS/POW stage is started as by program, the data of 1st POS block:
{
"hash" : "758d71a188cb82789972ec5962a650b3bcd950d96909dde03b6589027b035d4a",
"confirmations" : 1267,
"size" : 434,
"height" : 80000,
"version" : 6,
"merkleroot" : "9bcec66f59f6bb83011ca8db563c004547886f8af974d60472bd93fa8b5f00cd",
"mint" : 2.48296938,
"time" : 1412612508,
"nonce" : 0,
"bits" : "1e0fffff",
"difficulty" : 0.00024414,
"blocktrust" : "100001",
"chaintrust" : "1cdb025edf3ac",
"previousblockhash" : "00000009a7a95df086d11c0a4063745fb667372e9cb7c109274eff3a30928b2f",
"nextblockhash" : "52cfe00abbeb5a3d16759fd71690377be5bcc88b02bf2fcebe3251b568c072a6",
"flags" : "proof-of-stake",
"proofhash" : "0238c992a610fcf2b02550d1c63ba151da159de9736ac76924ad1a77c27cec8f",
"entropybit" : 0,
"modifier" : "f47a036c4e9e9781",
"modifierchecksum" : "03bc833c",
"tx" : [
"31137cb240bdf77d439b82eebd6808f06af914b0897c2a61a45b8173a4643200",
"9e080c9cee15130b0642ffbe382ba3cd1b7133b559f658d82ceb86573cc6e9e0"
],
"signature" : "304402203bd2506c75f1b7c47ffc553f4f7c61a832562b62cf9c42bf2d17e62851ed53ec02203d8
3120bedf697d366042f4a39a98cedc38436df8e76ae82f6f1d062d79c9126"
}
The Bad News:
The bad design choice which plague this coin from its born, i mean the too little block dimension,
now produce a constant error, which interfere with the generation of new POS block:
ERROR: CreateCoinStake : exceeded coinstake size limit
You can find it the debug.log.
The good news, for this error I m currently testing a wallet workaround, which don't need a hardfork.
AFAIK It seem to work.
In file wallet.cpp change the line 1701 to:
if (txNew.vin.size() >= 6) // In origin was 100 ** fix em52
Bye Bye