{{define "admin"}} {{template "header" .}}

Click this button to download a snapshot of the dcrpool database.

{{.CSRF}}
{{.CSRF}}

All Connected Miners

{{range $accountID, $clients := .Connections}} {{range $client := $clients}} {{end}} {{else}} {{end}}
Account IP Miner Hash Rate
{{$accountID}} {{$client.IP}} {{$client.Miner}} {{hashString $client.HashRate}}
No miners connected
{{template "footer" .}} {{end}}