Skip to content

Commit

Permalink
Merge pull request #639 from vertiond/upstream-remove-pools
Browse files Browse the repository at this point in the history
remove Hashalot, CoinMinerz pools
  • Loading branch information
vertiond authored Nov 17, 2024
2 parents 27d2469 + 7a98966 commit 3223da7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 126 deletions.
62 changes: 0 additions & 62 deletions pools/coinminerz.go

This file was deleted.

62 changes: 0 additions & 62 deletions pools/hashalot.go

This file was deleted.

2 changes: 0 additions & 2 deletions pools/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ func GetPools(addr string, testnet bool) []Pool {
}
}
return []Pool{
NewHashalot(addr),
NewZergpool(addr),
NewSuprnova(addr),
NewP2Pool(addr),
Newzpool(addr),
NewMiningpoolSweden(addr),
NewCoinMinerz(addr),
}
}

Expand Down

0 comments on commit 3223da7

Please sign in to comment.