Update README.md
This commit is contained in:
@@ -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
|
2- copy the call to the function after the call to CreateGenesisBlock, it should look like this
|
||||||
|
|
||||||
```
|
```
|
||||||
genesis = CreateGenesisBlock(youttime, youtnonce, 0x1d00ffff, 1, 50 * COIN);
|
genesis = CreateGenesisBlock(yourtime, yournonce, 0x1d00ffff, 1, 50 * COIN);
|
||||||
MineGenesis(genesis, const uint256, consensus.powLimit, true)
|
MineGenesis(genesis, const uint256, consensus.powLimit, true)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user