From 6f0f9d37275395f130ae12ebdeaa1ea6f31de0db Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 1 Jan 2020 08:54:08 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9875c52..1348478 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ maximums privacy. As an example, we will make a replica of the cryptocoin Pirate (ARRR) in a single command: ``` -hush-smart-chain -ac_name=ARRRUKIDDING -ac_supply=0 -ac_halving=388885 -ac_private=1 -ac_reward=25600000000 +hush-smart-chain -ac_name=ARRRUKIDDING \ +-ac_supply=0 -ac_halving=388885 -ac_private=1 \ +-ac_reward=25600000000 -addnode=45.76.84.111 ``` This replica has exactly the same mining schedule as PIRATE as well as block reward. One notable exception