Skip to content
George Agapov edited this page Oct 1, 2016 · 2 revisions

Each entity of RSCoin setup owns a single keypair. This means that in RSoin we have following keys in use:

  • Bank key

    Key, used by bank to maintain blockchain, as well as for signing messages, communicating to other participants of system. Public component bankPub is known to all participants of system (including User).

  • Notary key

    Key, used by notary for communication with other nodes (signing server responses).

    Public component notaryPub is known to all participants of system (including User).

  • Mintette key Each mintette has it's own private key, which is being used for maintaining blockhain (forming LBlocks), as well as for communication with other participants of system.

    Public component of each mintette, mintettePub, is initially known to Bank and published to all participants of system within subsequent HBlock.

Clone this wiki locally