Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created November 20, 2018 00:43
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 miguelmota/f28df96229f15d6a285fafba0c6355a9 to your computer and use it in GitHub Desktop.
Save miguelmota/f28df96229f15d6a285fafba0c6355a9 to your computer and use it in GitHub Desktop.
EOSIO set account eos transfer permission
# key is active public key
cleos -u http://api.kylin.alohaeos.com set account permission myaccount123 active '{"threshold":1, "keys":[{"key":"EOS5nKgVwRvRnjf4tyViZ61iydQ6CiFMoURta36RUk9hxi5wpAkLb", "weight":1}], "accounts": [{"permission":{"actor":"myaccount123","permission":"eosio.code"},"weight":1}]}' owner -p myaccount123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment