Browse Source

minor README.md changes

dev
jahway603 2 years ago
parent
commit
17d2c1eb84
  1. 4
      README.md

4
README.md

@ -56,8 +56,8 @@ cargo build --release
Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run `silentdragonlite-cli --help` for the full list.
* `--server`: Connect to a custom SilentDragonLite lightwalletd server.
* Example: `./silentdragonlite-cli --server 127.0.0.1:9067`
* Example: `./silentdragonlite-cli --server lite.hush.is`
* Example: `./silentdragonlite-cli --server http://127.0.0.1:9067`
* Example: `./silentdragonlite-cli --server https://lite.hush.is`
* `--seed`: Restore a wallet from a seed phrase. **Note** that this will fail if there is an existing wallet. Delete (or move) any existing wallet to restore from the 24-word seed phrase
* Example: `./silentdragonlite-cli --seed "twenty four words seed phrase"`
* `--recover`: Attempt to recover the seed phrase from a corrupted wallet

Loading…
Cancel
Save