Skip to content

Node key

c-darwin edited this page Dec 13, 2015 · 2 revisions

Every miner has a Node-key. It is used to sign new blocks as well as to sign the following transactions:

Public key is stored in the table miners_data: node_public_key
Private key is also stored on the node in the table my_node_keys in order to allow automatic signing of the block.

See also

Clone this wiki locally