Skip to content

Commit

Permalink
remove Hashalot, CoinMinerz pools
Browse files Browse the repository at this point in the history
-no longer online
  • Loading branch information
vertiond committed Nov 16, 2024
1 parent 27d2469 commit 7a98966
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 7a98966

Please sign in to comment.