LatamLink / latamlink.io

Website and technical documentation on the LACChain EOSIO testnet
https://latamlink.io
2 stars 4 forks source link

Como cambio la llave privada de mi cuenta ? #146

Closed xavier506 closed 3 years ago

xavier506 commented 3 years ago

Como hago para cambiar la llave privada (active y owner ) para mi cuenta de lacchain eosio

xavier506 commented 3 years ago

Using cleos

you could do the following :

  1. create two new key pairs using cleos create key --to-console
  2. import new keys to your wallet cleos wallet import -n yourwalletname
  3. set owner account permission cleos -u https://lacchain.eosio.cr set account permission account_name owner EOS_public_key_of_new_owner -p account_name@owner

Note: You must have the current owner key in your wallet in order to authorize this transaction.

set permissions again for active