Browse Source

//Write the Ip address into the settings:login:ipaddr and timeit added to settings:login:iptime hash

//Write the Ip address into the settings:login:ipaddr and timeit added to settings:login:iptime hash
master
yuriy0803 2 years ago
parent
commit
598776bb14
  1. 2
      proxy/miner.go

2
proxy/miner.go

@ -103,7 +103,7 @@ func (s *ProxyServer) processShare(login, id, ip string, t *BlockTemplate, param
log.Printf("Stale share from %v@%v", login, ip)
return false, false
}
//Write the Ip address into the settings:login:ipaddr and timeit added to settings:login:iptime hash
s.backend.LogIP(login, ip)
// check share difficulty

Loading…
Cancel
Save