Syntax change for get_private_key_from_password
This commit is contained in:
parent
9ee828c8ab
commit
814349d30c
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -57,19 +57,17 @@ Use the get_private_key_from_password command
|
||||||
You will to generate owner and active keys
|
You will to generate owner and active keys
|
||||||
|
|
||||||
```
|
```
|
||||||
get_private_key_from_password the_key_you_received_from_the_faucet your_witness_username active
|
get_private_key_from_password your_witness_username active the_key_you_received_from_the_faucet
|
||||||
get_private_key_from_password the_key_you_received_from_the_faucet your_witness_username owner
|
|
||||||
```
|
```
|
||||||
This will reveal an array for each `["PPYxxx", "xxxx"]`
|
This will reveal an array for your active key `["PPYxxx", "xxxx"]`
|
||||||
|
|
||||||
import_keys into your cli_wallet
|
import_keys into your cli_wallet
|
||||||
-------------------------------
|
-------------------------------
|
||||||
- use the second value in each array returned from the previous step for the private key
|
- use the second value in the array returned from the previous step for the private key
|
||||||
- be sure to wrap your username in quotes
|
- be sure to wrap your username in quotes
|
||||||
- import all 2 keys received above
|
- import the key with this command
|
||||||
```
|
```
|
||||||
import_key "your_witness_username" xxxx
|
import_key "your_witness_username" xxxx
|
||||||
import_key "your_witness_username" xxxx
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Upgrade your account to lifetime membership
|
Upgrade your account to lifetime membership
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue