Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Remove non-existant 'seed recover' command from docs #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ While running, wallet713 works with an internal command prompt. You type command
+ [Owner API](#owner-api)
* [Recovering your wallet](#recovering-your-wallet)
+ [Recovering a wallet from seed file](#recovering-a-wallet-from-seed-file)
+ [Recovering a wallet using your mnemonic BIP-39 phrase](#recovering-a-wallet-using-your-mnemonic-bip-39-phrase)
+ [Displaying existing BIP-39 mnemonic](#displaying-existing-bip-39-mnemonic)
* [Supported address formats](#supported-address-formats)
+ [Grinbox](#grinbox)
Expand Down Expand Up @@ -355,17 +354,10 @@ keybase_listener_auto_start = true
```
wallet713> $ restore
```
This will prompt for your mnemonic and allows you to set an optional password (BIP-39 phrase).

Note that this command will scan the chain for your UTXO's so it might take a few minutes to complete.

### Recovering a wallet using your mnemonic BIP-39 phrase
```
wallet713> $ seed recover
```
This will prompt for your mnemonic and allows you to set an optional password.

Note that this command will scan the chain for your UTXO's so it might take a few minutes to complete.

### Displaying existing BIP-39 mnemonic
```
wallet713> $ seed display
Expand Down