bitshares1-core icon indicating copy to clipboard operation
bitshares1-core copied to clipboard

Missing cold storage functionality: Update (sub)account active key from cold storage

Open drltc opened this issue 10 years ago • 3 comments

Since account names are non-transferable, it will be a best practice to keep the owner key in airgapped cold storage, and only have active key(s) in any Internet-connected system(s). However, this best practice requires the ability to use the cold storage wallet to create a transaction to update the private key.

I will work on creating an RPC and regression test for this functionality.

drltc avatar Dec 09 '14 16:12 drltc

Actually, you might be able to do it with network_broadcast_transaction.

drltc avatar Dec 09 '14 16:12 drltc

I think there has been some work already on offline transactions; e.g. #1040

vikramrajkumar avatar Dec 09 '14 19:12 vikramrajkumar

Also note that doing something like this is part of the intent for transaction_builder.

vikramrajkumar avatar Dec 09 '14 21:12 vikramrajkumar