JBaczuk / blockchain-dev-tools

Blockchain Development Tools
GNU General Public License v2.0
6 stars 10 forks source link

How to use blockchain-dev-tools? #3

Closed dedetuga closed 2 years ago

dedetuga commented 2 years ago

Hi, I'm following you tutorial how to fork bitcoin part-2 and when i get on Genesis block and Mining the genesis block everything fall apart i start to get error in hashGenesisBlock and hashMerkleRoot learncoind: chainparams.cpp:233: CTestNetParams::CTestNetParams(): Assertion consensus.hashGenesisBlock == uint256S("0x000000000933ea01ad0ee984209779baaec3ced90fa3f408719526f8d77f4943") failed. Aborted (core dumped) when i run ./learncoind ... I tthink im missing something. Can you help?

JBaczuk commented 2 years ago

Can you share your GitHub repo?

dedetuga commented 2 years ago

I used this one as suggested on tutorial BTC 0.17.1

dedetuga commented 2 years ago

I Find your learncoin repo i will follow it. thanks