KevaChat is distributed chat platform for open, uncensored and privacy respectable communication with permanent data storage in blockchain.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
597 B

<div>
{{ 'block:' | trans }} {{ wallet.block }}
/
{{ 'balance:' | trans }} {{ wallet.balance }}
{% if mine.address %}
/
{{ 'charge:' | trans }}
<pre>{{ mine.address }}</pre>
{% endif %}
{% if mine.pool %}
/
{{ 'mine:' | trans }}
{% if mine.pool.url %}
<a href="{{ mine.pool.url }}" target="_blank">{{ 'pool' | trans }}</a>
{% endif %}
{% if mine.solo.url %}
|
<a href="{{ mine.solo.url }}" target="_blank">{{ 'solo' | trans }}</a>
{% endif %}
{% endif %}
</div>