From 814349d30cb1410f57909b40fe8bc4cd15677965 Mon Sep 17 00:00:00 2001 From: Bill Butler Date: Fri, 2 Jun 2017 14:35:35 -0400 Subject: [PATCH] Syntax change for get_private_key_from_password --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 273ff5d2..759d4f7c 100644 --- a/README.md +++ b/README.md @@ -57,19 +57,17 @@ Use the get_private_key_from_password command 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 the_key_you_received_from_the_faucet your_witness_username owner +get_private_key_from_password your_witness_username active the_key_you_received_from_the_faucet ``` -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 ------------------------------- -- 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 -- import all 2 keys received above +- import the key with this command ``` import_key "your_witness_username" xxxx -import_key "your_witness_username" xxxx ``` Upgrade your account to lifetime membership