diff --git a/config.example.json b/config.example.json index ec7a808..f681802 100644 --- a/config.example.json +++ b/config.example.json @@ -3,7 +3,6 @@ "bypassAddressValidation": false, "threads": 2, - "coin": "monero", "stratum": { "timeout": "15m", diff --git a/go-pool/pool/pool.go b/go-pool/pool/pool.go index 80845e3..f76fcae 100644 --- a/go-pool/pool/pool.go +++ b/go-pool/pool/pool.go @@ -6,8 +6,7 @@ type Config struct { Stratum Stratum `json:"stratum"` Daemon Daemon `json:"daemon"` - Threads int `json:"threads"` - Coin string `json:"coin"` + Threads int `json:"threads"` NewrelicName string `json:"newrelicName"` NewrelicKey string `json:"newrelicKey"`