Browse Source

Remove coin option

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

1
config.example.json

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

1
go-pool/pool/pool.go

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

Loading…
Cancel
Save