Skip to content

Instantly share code, notes, and snippets.

@DimitarSD
Created September 9, 2018 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DimitarSD/b9a89f31ea31084a5335e55e49a2417a to your computer and use it in GitHub Desktop.
Save DimitarSD/b9a89f31ea31084a5335e55e49a2417a to your computer and use it in GitHub Desktop.
# Execute the command twice
cleos create key
# Import the generated private keys into the wallet
# OwnerKey = private_key_1
# ActiveKey = private_key_2
cleos wallet import --private-key={private_key_1} -n factory
cleos wallet import --private-key={private_key_2} -n factory
# Import the eosio private key. Use it only in testnet
cleos wallet import --private-key=5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3 -n factory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment