{% 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%}
{%if messages['services']['mynode']['running']%}

{%endif%}
{% endblock content %}