X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=cli%2FREADME.md;h=3ad42c3f51012a6844fb56942cc9ef8b0a884d66;hb=473b04472b7bc1a4f92cb79da80a2ac60c76a828;hp=fccf8403825dca247898fd816293ce02a0e8c06f;hpb=dfd653f84cfb3a622aef7d9d567d35a819128b1d;p=crowdnode.js%2F.git 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