Browse Source

Update miner.go

master
yuriy0803 4 years ago committed by GitHub
parent
commit
41d3f45205
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      proxy/miner.go

2
proxy/miner.go

@ -14,7 +14,7 @@ var ecip1099FBlockClassic uint64 = 11700000 // classic mainnet
var ecip1099FBlockMordor uint64 = 2520000 // mordor var ecip1099FBlockMordor uint64 = 2520000 // mordor
var uip1FEpoch uint64 = 22 // ubiq mainnet var uip1FEpoch uint64 = 22 // ubiq mainnet
var hasher *etchash.Etchash = nil var hasher = etchash.New(&ecip1099FBlockMordor, nil)
func (s *ProxyServer) processShare(login, id, ip string, t *BlockTemplate, params []string) (bool, bool) { func (s *ProxyServer) processShare(login, id, ip string, t *BlockTemplate, params []string) (bool, bool) {
if hasher == nil { if hasher == nil {

Loading…
Cancel
Save