From 4863de3aa5ecd1dea2868ede95667accdecd39c9 Mon Sep 17 00:00:00 2001 From: Nikko <40539492+NicolasChoukroun@users.noreply.github.com> Date: Fri, 24 May 2019 01:35:15 +0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a726c4..b0d1bab 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ It is working regardless of the hashing algorithm you are using. genesis = CreateGenesisBlock(yourtime, yournonce, 0x1d00ffff, 536870912, 50 * COIN); // 536870912 = BIP101 MineGenesis(genesis, consensus.powLimit, true) ``` +Yourtime is the current Unix Timestamp +Youronce is usually 0. That's the first value to be incremented. Compile and run ./src/qt/yourcoin-qt