From 473b04472b7bc1a4f92cb79da80a2ac60c76a828 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 23 Jun 2022 12:46:37 -0600 Subject: [PATCH] docs: remove optional keyfile --- cli/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.25.1