From: AJ ONeal Date: Thu, 23 Jun 2022 18:46:37 +0000 (-0600) Subject: docs: remove optional keyfile X-Git-Tag: v1.4.0~10 X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=commitdiff_plain;h=473b04472b7bc1a4f92cb79da80a2ac60c76a828 docs: remove optional keyfile --- diff --git a/cli/README.md b/cli/README.md index fccf840..3ad42c3 100644 --- a/cli/README.md +++ b/cli/README.md @@ -62,20 +62,20 @@ You will be given these options whenever the existing balance is low. 0. Generate a **permanent** staking key (just one): ```bash - crowdnode generate ./privkey.wif + crowdnode generate ``` (and put a backup in a safe place) 1. Send a (tiny) Sign Up payment (Đ0.00151072) ```bash - crowdnode signup ./privkey.wif + crowdnode signup ``` 2. Accept the Terms of Use via payment (Đ0.00085536) ```bash - crowdnode accept ./privkey.wif + crowdnode accept ``` -3. Deposit your stake (in Dash) +3. Deposit your stake (in DASH) ```bash - crowdnode deposit ./privkey.wif 10.0 + crowdnode deposit 0.01 ``` ## All Commmands