From b04c2096ac75dfe793c09d5e872f34141c2aa4ba Mon Sep 17 00:00:00 2001 From: Nikko <40539492+NicolasChoukroun@users.noreply.github.com> Date: Sun, 23 Dec 2018 07:59:52 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ac313..da3631b 100644 --- a/README.md +++ b/README.md @@ -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) ```