|
|
@ -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"` |
|
|
|