Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT]Mintcoin, Energy Saving Coin *24 Exchanges *38 Merchants
by
gonzoucab
on 02/04/2014, 20:54:23 UTC
Quote
static const int CUTOFF_POW_BLOCK = 220000;

if (IsProofOfWork() && nHeight > CUTOFF_POW_BLOCK)
     return DoS(100, error("AcceptBlock() : No proof-of-work allowed anymore (height = %d)", nHeight));

https://github.com/mintcoinproject/mintcoin/commit/dad79713d4172a569238de1b736abfbf307acfbd

Welcome to POS only guys Smiley

That doesnt mean that, mint will keep Hybryd!

read:

http://www.netcoin.io/wiki/Algorithms_for_PoS_Voters_to_Assess_the_Validity_of_PoW_Blocks

We are changing cutoff of blocks that attack, but this parametter need to be adjusted for the network size.

I doesnt need a FORK!!!

Clean solution from DEVS!