-
Notifications
You must be signed in to change notification settings - Fork 8
Private key
c-darwin edited this page Dec 13, 2015
·
2 revisions
Private key provides for full control of both user and miner accounts. Loss of private key means the loss of all funds on the account (unless the access recovery function was activated in advance). You can have not one but 3 private keys, in which case each transaction will require 3 signatures.
Public key(s) is stored on the node in the users table (public_key_0, public_key_1, public_key_2)
It is highly not recommend storing the private key on the node.