Skip to content

Commit 3223da7

Browse files
authored
Merge pull request #639 from vertiond/upstream-remove-pools
remove Hashalot, CoinMinerz pools
2 parents 27d2469 + 7a98966 commit 3223da7

File tree

3 files changed

+0
-126
lines changed

3 files changed

+0
-126
lines changed

pools/coinminerz.go

Lines changed: 0 additions & 62 deletions
This file was deleted.

pools/hashalot.go

Lines changed: 0 additions & 62 deletions
This file was deleted.

pools/pool.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ func GetPools(addr string, testnet bool) []Pool {
1818
}
1919
}
2020
return []Pool{
21-
NewHashalot(addr),
2221
NewZergpool(addr),
2322
NewSuprnova(addr),
2423
NewP2Pool(addr),
2524
Newzpool(addr),
2625
NewMiningpoolSweden(addr),
27-
NewCoinMinerz(addr),
2826
}
2927
}
3028

0 commit comments

Comments
 (0)