{% import "bootstrap/wtf.html" as wtf %} {% from "_macros.html" import formatUser %} {% extends "layout.html" %} {% block content %} {% include "_messages.html" %} {% if posting_key %}
This private key gives access to voting and posting permission of your account.
{{ posting_key_pub }}
{{ posting_key }}
This key has access to the funds of your account and can change keys (except for the owner key)
{{ active_key_pub }}
{{ active_key }}
The owner key has SUPERPOWERS over your account. The fact that you have the owner key installed in piston tells us that you are doing something wrong!
{{ owner_key_pub }}
{{ owner_key }}
This key is used for encrypted messaging within the Steem blockchain.
{{ memo_key_pub }}
{{ memo_key }}