From e034e24ff3e0f68d0fccba67c2a8f905bc22fc10 Mon Sep 17 00:00:00 2001 From: yuriy0803 <68668177+yuriy0803@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:25:38 +0200 Subject: [PATCH] Update miner.go --- proxy/miner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/miner.go b/proxy/miner.go index d43d5c6..063cd14 100644 --- a/proxy/miner.go +++ b/proxy/miner.go @@ -32,7 +32,7 @@ func (s *ProxyServer) processShare(login, id, ip string, t *BlockTemplate, param } else if s.config.Network == "ubiq" { hasher = etchash.New(nil, &uip1FEpoch, nil) } else if s.config.Network == "ethereum" || s.config.Network == "ropsten" || s.config.Network == "ethereumPow" || - s.config.Network == "ethereumFair" || s.config.Network == "callisto" || s.config.Network == "etica" || + s.config.Network == "ethereumFair" || s.config.Network == "etica" || s.config.Network == "octaspace" || s.config.Network == "universal" || s.config.Network == "canxium" { hasher = etchash.New(nil, nil, nil) } else {