Post
Topic
Board Announcements (Altcoins)
Re: [ANN][WVS] WaveCoin - X11 | PoW + PoS | 1 MILLION POW COINS | ON BITTREX NOW!!!
by
ljudoed
on 22/06/2014, 13:31:25 UTC
The fix is obvious. The value MAX_BLOCK_SIZE is too low. Why you have set it to 10K ?
The POS is not working as well because of this.
Code:
ERROR: AcceptBlock() : reject proof-of-stake at height 6489
ERROR: ProcessBlock() : AcceptBlock FAILED
ERROR: CheckStake() : ProcessBlock, block not accepted
ERROR: CreateCoinStake : exceeded coinstake size limit

If the dev is still interested fixing his coin:
MAX_BLOCK_SIZE should be raised to
Code:
MAX_BLOCK_SIZE = 1000000
, but this will make an immediate fork, so you will need to synchronize the update, with the pools and the exchanges. Of course you can also make a delayed fork. Contact me if you need more info.