Post
Topic
Board Announcements (Altcoins)
Re: Nxt :: descendant of Bitcoin - Updated Information
by
BloodyRookie
on 19/01/2014, 21:56:23 UTC
I meant the part that BCNext modified the crypto algo and that it's hard to generate a genesis block.

He did modify the algo. And left some riddles in the genesis block. For example, not all transactions r valid, they don't pass Transaction.verify().

Those transaction don't get verified. Only Block.analyze() is called. And you mean those few lines in the Crypto class that don't correspond to the usual sign/verification algorythm?