Browse Source

Updating with fix

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 6 years ago
parent
commit
c5d6d701fb
  1. 2
      _data/cliRef.json

2
_data/cliRef.json

@ -493,7 +493,7 @@
],
"command": "get_owner_keys",
"group": "Key Management",
"usage": "Get the list of owner private keys and ID-addresses from a 12-word backup phrase. Pass non-zero values for INDEX to generate the sequence of ID-addresses that can be used to own Blockstack IDs. If you provide an encrypted 12-word backup phrase, you will be asked for your password to decrypt it.\n\nExample:\n\n $ # get the first 3 owner keys and addresses for a backup phrase\n $ export BACKUP_PHRASE=\"soap fog wealth upon actual blossom neither timber phone exile monkey vocal\"\n $ blockstack-cli get_owner_keys \"$BACKKUP_PHRASE\" 3\n [\n {\n \"privateKey\": \"14b0811d5cd3486d47279d8f3a97008647c64586b121e99862c18863e2a4183501\",\n \"version\": \"v0.10-current\",\n \"index\": 0,\n \"idAddress\": \"ID-1ArdkA2oLaKnbNbLccBaFhEV4pYju8hJ82\"\n },\n {\n \"privateKey\": \"1b3572d8dd6866828281ac6cf135f04153210c1f9b123743eccb795fd3095e4901\",\n \"version\": \"v0.10-current\",\n \"index\": 1,\n \"idAddress\": \"ID-18pR3UpD1KFrnk88a3MGZmG2dLuZmbJZ25\"\n },\n {\n \"privateKey\": \"b19b6d62356db96d570fb5f08b78f0aa7f384525ba3bdcb96fbde29b8e11710d01\",\n \"version\": \"v0.10-current\",\n \"index\": 2,\n \"idAddress\": \"ID-1Gx4s7ggkjENw3wSY6bNd1CwoQKk857AqN\"\n }\n ]\n\n"
"usage": "Get the list of owner private keys and ID-addresses from a 12-word backup phrase. Pass non-zero values for INDEX to generate the sequence of ID-addresses that can be used to own Blockstack IDs. If you provide an encrypted 12-word backup phrase, you will be asked for your password to decrypt it.\n\nExample:\n\n $ # get the first 3 owner keys and addresses for a backup phrase\n $ export BACKUP_PHRASE=\"soap fog wealth upon actual blossom neither timber phone exile monkey vocal\"\n $ blockstack-cli get_owner_keys \"$BACKUP_PHRASE\" 3\n [\n {\n \"privateKey\": \"14b0811d5cd3486d47279d8f3a97008647c64586b121e99862c18863e2a4183501\",\n \"version\": \"v0.10-current\",\n \"index\": 0,\n \"idAddress\": \"ID-1ArdkA2oLaKnbNbLccBaFhEV4pYju8hJ82\"\n },\n {\n \"privateKey\": \"1b3572d8dd6866828281ac6cf135f04153210c1f9b123743eccb795fd3095e4901\",\n \"version\": \"v0.10-current\",\n \"index\": 1,\n \"idAddress\": \"ID-18pR3UpD1KFrnk88a3MGZmG2dLuZmbJZ25\"\n },\n {\n \"privateKey\": \"b19b6d62356db96d570fb5f08b78f0aa7f384525ba3bdcb96fbde29b8e11710d01\",\n \"version\": \"v0.10-current\",\n \"index\": 2,\n \"idAddress\": \"ID-1Gx4s7ggkjENw3wSY6bNd1CwoQKk857AqN\"\n }\n ]\n\n"
},
{
"args": [

Loading…
Cancel
Save