Update README.md

This commit is contained in:
Nikko
2018-12-23 07:59:52 +07:00
committed by GitHub
parent 2c992b5ec7
commit b04c2096ac

View File

@@ -9,7 +9,7 @@ It is working regardless of the hashing algorithm you are using.
2- copy the call to the function after the call to CreateGenesisBlock, it should look like this
```
genesis = CreateGenesisBlock(yourtime, yournonce, 0x1d00ffff, 1, 50 * COIN);
genesis = CreateGenesisBlock(yourtime, yournonce, 0x1d00ffff, 536870912, 50 * COIN); // 536870912 = BIP101
MineGenesis(genesis, consensus.powLimit, true)
```