{% extends "warden/warden_layout.html" %} {% block content %}

Welcome to the WARden

Private Portfolio Tracker (Specter Server Edition)

Status Check

{%if messages['tor']['status']%}
Tor Running
IP Address: {{messages['tor']['post_proxy']['origin']}}
Ping Time: {{messages['tor']['post_proxy_ping']}}

{%else%}
Tor  [Required]  

When using Tor, traffic is routed through multiple servers and encypted in each step.

Download a Tor browser and launch it. But you can still use Chrome or other browser for the WARden.


{%endif%} {%if messages['services']['specter']['running']%}

{%else%}
Specter Server not running  [Required]  

Specter is required for this edition. WARden will sync to wallet activity and bitcoin transactions automatically.

If you haven't installed Specter:


{%endif%} {%if messages['services']['specter']['running']%} {%if messages['specter_wallets']%}
Specter Wallets Found
{%else%}
No Specter Wallets Found

Make sure there are wallets imported into Specter Server and that the folder below is where your wallets are located.

{%endif%} {%endif%}
Specter Data Folder:
This is the location where your specter wallets are saved. Make sure it contains the wallet files.
If Specter seems to be running but no txs or wallets are found, make sure that the folder above contains the data. If not, change it to the correct path.

{%if messages['services']['specter']['running']%} {%if messages['specter_wallets']%} {%if messages['txs'] == True%}
Specter Transactions Found

{%else%}
No Specter Transactions Found

Make sure there are wallets and transactions imported into Specter Server


{%endif%} {%endif%} {%endif%} {%if messages['services']['mynode']['running']%}

{%endif%}
{% endblock content %}