Browse Source

Update README.md

master
Duke Leto 5 years ago
committed by GitHub
parent
commit
6f0f9d3727
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md

4
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: 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 This replica has exactly the same mining schedule as PIRATE as well as block reward. One notable exception

Loading…
Cancel
Save