Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ECA] Electra ⚡ | POW/POS | NIST5 | Super Rewards Bonanza
by
FulcruM
on 23/06/2017, 12:53:10 UTC
probably not but, can we do something about 432 confirmation thing ? it is way too much

there is no 432 confirmations in the src. no idea where that came from.




on line 811 of the main.cpp
Code:
int CMerkleTx::GetBlocksToMaturity() const
{
    if (!(IsCoinBase() || IsCoinStake()))
        return 0;
    return max(0, (nCoinbaseMaturity+422) - GetDepthInMainChain());
}

so at the beginning of main.cpp, nCoinbaseMaturity defined as 10, but then there is this + 422

check https://eca.acc-pool.pw/index.php?page=statistics&action=blocks

it says 432 confirmations needed. This was the whole problem why the coin got stuck in the first place imo. I might be wrong tho Tongue