Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: marvic4 on September 02, 2020, 01:56:21 PM



Title: Create Genesisblock hash (SHA256)
Post by: marvic4 on September 02, 2020, 01:56:21 PM
Hello,

How to create Genesisblock hash(MainNet, Testnet, Regression Test) from source code,  any SHA256 coin (Bitcoin or Qtum or any).

Thanks,
 


Title: Re: Create Genesisblock hash (SHA256)
Post by: DaveF on September 02, 2020, 02:06:54 PM
Check out this YouTube video

https://www.youtube.com/watch?v=ENaTmbh8Xuw

It's actually #2 in a series of 6. I think in this one he discusses what you need to do to generate the genesis block.
Might be in a later one, but they are all short videos that you can watch to see if you missed anything.

-Dave


Title: Re: Create Genesisblock hash (SHA256)
Post by: marvic4 on September 02, 2020, 02:54:43 PM
Check out this YouTube video

https://www.youtube.com/watch?v=ENaTmbh8Xuw

It's actually #2 in a series of 6. I think in this one he discusses what you need to do to generate the genesis block.
Might be in a later one, but they are all short videos that you can watch to see if you missed anything.

-Dave

Thanks, I know this video(saw all 6 before), saw this before for Scrypt based Litecoin.

Can i use, MainNet parameters  (Nounce, Genesisblock hash, Merkle Hash, epoch time) to TestNet and Regtest (same as it is)?

Thanks,