From 2027db46b96dece62161e9fcfab91cac2acd687e Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 28 Sep 2023 17:47:04 -0500 Subject: [PATCH] pool: Remove code related to Obelisk DCR1. The Obelisk DCR1 is no longer supported since it mines blake256 and the hash algorithm is now blake3. --- internal/gui/assets/templates/index.html | 8 +- pool/client.go | 77 ----------------- pool/client_test.go | 101 ----------------------- pool/difficulty.go | 2 - pool/hashdata_test.go | 2 +- pool/message.go | 22 ----- pool/miner_id.go | 7 +- pool/share.go | 3 +- 8 files changed, 7 insertions(+), 215 deletions(-) diff --git a/internal/gui/assets/templates/index.html b/internal/gui/assets/templates/index.html index 59b32233..7eb8e04d 100644 --- a/internal/gui/assets/templates/index.html +++ b/internal/gui/assets/templates/index.html @@ -58,14 +58,12 @@

Mining Pool Overview