Browse Source

Remove coin option

pool
Sammy Libre 8 years ago
parent
commit
d78e27b3be
  1. 1
      config.example.json
  2. 3
      go-pool/pool/pool.go

1
config.example.json

@ -3,7 +3,6 @@
"bypassAddressValidation": false, "bypassAddressValidation": false,
"threads": 2, "threads": 2,
"coin": "monero",
"stratum": { "stratum": {
"timeout": "15m", "timeout": "15m",

3
go-pool/pool/pool.go

@ -6,8 +6,7 @@ type Config struct {
Stratum Stratum `json:"stratum"` Stratum Stratum `json:"stratum"`
Daemon Daemon `json:"daemon"` Daemon Daemon `json:"daemon"`
Threads int `json:"threads"` Threads int `json:"threads"`
Coin string `json:"coin"`
NewrelicName string `json:"newrelicName"` NewrelicName string `json:"newrelicName"`
NewrelicKey string `json:"newrelicKey"` NewrelicKey string `json:"newrelicKey"`

Loading…
Cancel
Save