From 03b3e20b68672d0c09b2baf1aa62180438a71052 Mon Sep 17 00:00:00 2001 From: hydra Date: Sun, 6 Nov 2022 13:17:20 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9699003..9f7634f 100644 --- a/README.md +++ b/README.md @@ -90,13 +90,15 @@ Below the commands `dragonx-cli` and `dragonxd` are for mainnet, will exist afte For testing, commands are `hush-cli -ac_name=TESTDRAGONX` and `hush-smart-chain -ac_name=TESTDRAGONX ...` command in "Mining instructions" above. -## How many DRAGONX are mined per day? +## How many DRAGONX blocks are mined per day? -`60*60*24 / 36 = 2400 DRAGONX per day` +`60*60*24 / 36 = 2400 DRAGONX blocks per day` + +This means 7200 DRAGONX per day at 3 DRAGONX per block. ## How many DRAGONX will exist at the first halving? -`2400 * 365 * 4 = 3504000` DRAGONX at next halving in 4 years +`2400 * 365 * 4 = 10512000` DRAGONX at next halving in 4 years, approximately. ## How to control how many CPUs for mining?