Post
Topic
Board Altcoin Discussion
Re: [CryptoNote] A complete forking guide to create your own CryptoNote currency
by
barrywblack
on 27/02/2018, 06:36:55 UTC
The official CryptoNote repository has been updated to include smart genesis block creation. Previously, it was required to comment and uncomment some parts of the source code. With our new currency creation flow, genesis block coinbase tx hash is created as follows:

I would like to know where that code is and was originally so that I can work on a clone/fork that didn't have the more advanced method. aka  --print-genesis-tx..

I haven't been able to find any documentation on creating the genesis block by the method it was created before that method was added to the code.