I created several username.id from one account, for access to them I have one Secret Recovery Key, can I somehow transfer one of these username.id to another account, without transferring a Secret Recovery Key to it?
1 Like
Yes, but you will need to use the CLI to do so. You’ll need to do the following:
- Use the
get_owner_keys
directive to get the private key for your name’s ID-address. - Use the
get_payment_key
directive to get the payment private key for your Bitcoin wallet - Use either the
transfer
orrenew
command with the above two private keys to generate and send a transaction to transfer your name to your new ID-address. I recommend using therenew
command since it will also extend your name’s life for two more years.
Thank you very much!