{{define "index"}} {{template "header" .}}
{{ if .AccountStats }}

Account Information

Account: {{.AccountStats.AccountID}}

Address: {{.Address}}

Blocks Mined:
{{ range .AccountStats.MinedWork }} {{else}} {{end}}
Height Confirmed Miner
{{.Height}} {{.Confirmed}} {{.Miner}}
No mined work

Connected Clients:
{{ range .AccountStats.Clients }} {{else}} {{end}}
Miner Hash Rate
{{.Miner}} {{hashString .HashRate}}
No connected clients

Payments Received:
{{ range .AccountStats.Payments }} {{else}} {{end}}
Work Height Payment Height Created On Amount Tx ID
{{.Height}} {{.PaidOnHeight}} {{ time .CreatedOn }} {{ printf "%.3f" .Amount.ToCoin }} DCR {{ printf "%.10s" .TransactionID }}...
No payments for account
{{else}}
{{ with .Error }}

{{.}}

{{end}}

Mining Pool Overview

To mine, point your miner to the pool and set the username as described below in the miner configuration section.

To search for your mining account details, enter your mining address in the search field above.

Miner Configuration

Pool URL: {{if .PoolDomain}}{{.PoolDomain}}{{else}}localhost{{end}}

Port: {{.MinerPorts.innosilicond9}} (Innosilicon D9)
{{.MinerPorts.antminerdr3}} (Antminer DR3)
{{.MinerPorts.antminerdr5}} (Antminer DR5)
{{.MinerPorts.whatsminerd1}} (Whatsminer D1)

Username: {{ if .SoloPool }} Any unique name identifying the client {{else}} The payment address for receiving rewards and a unique name identifying the client, formatted as address.name {{end}}
{{end}}

Pool Information

Pool Hash Rate:  {{ .PoolHashRate }}

Last Work Height:  {{ .LastWorkHeight }}

{{ if not .SoloPool }}

Payment Method: {{ upper .PaymentMethod }}

Last Payment Height:  {{ .LastPaymentHeight }}

{{end}}

Network: {{.Network}}

Pool Fee: {{floatToPercent .PoolFee }}

{{ if not .SoloPool}}

Next Reward Payment

{{ range .WorkQuotas }} {{end}}
Account Reward Percentage
{{ .AccountID }} {{ .Percent }}
{{end}}

Recent Blocks Mined by Pool

{{ range .MinedWork }} {{end}}
Height Miner Mined By
{{ .BlockHeight }} {{ .Miner }} {{ .MinedBy }}
{{template "footer" .}} {{end}}