Nogrod
Nogrod copied to clipboard
The all-new PoCC pool software; "Fortunes are mined here"
Please add http://pool.dawgtech.net to the license. Thanks!
Also not tested, should show the correct deadline on the monitoring page.
in file: pkg/modelx/modelx.go ` if currentBlock.Height != uint64(0) && height < currentBlock.Height-uint64(Cfg.NAVG) { return errors.New("bock too old") } ` when uint64(Cfg.NAVG) is bigger than currentBlock.Height, the result of subtraction will...
Having trouble making latest build, I am still on 1.2.0 (pre Nogrod) cd pkg/burstmath && make make[1]: Entering directory '/srv/tmp/Nogrod-1.4.4/pkg/burstmath' cd libs; \ cc -Wall -m64 -O3 -mtune=native -fPIC -c...
guys, I want to set config file, and I don't know how to get publicPoolId. if you know, please tell me and tks. -------------------------------------------------------------------------------------------- // numeric id of pool //...
Would it be possible in a future release of the pool to record in the nonce_submission table the IP of the miner that submitted it? One of the miners on...
2019-07-25T15:33:03.588+0800 ERROR modelx/modelx.go:454 switching new block {"error": "Generation signature's length differs from 64"} github.com/PoC-Consortium/Nogrod/pkg/modelx.(*Modelx).MaybeSwitchOrNewBlock /home/ubuntu/Nogrod/pkg/modelx/modelx.go:454 github.com/PoC-Consortium/Nogrod/pkg/modelx.(*Modelx).UpdateOrCreateNonceSubmission /home/ubuntu/Nogrod/pkg/modelx/modelx.go:751 github.com/PoC-Consortium/Nogrod/pkg/pool.(*Pool).processSubmitNonceRequest /home/ubuntu/Nogrod/pkg/pool/pool.go:268 github.com/PoC-Consortium/Nogrod/pkg/pool.(*Pool).serve.func1 /home/ubuntu/Nogrod/pkg/pool/pool.go:335 net/http.HandlerFunc.ServeHTTP /usr/local/go/src/net/http/server.go:1995 github.com/throttled/throttled.(*HTTPRateLimiter).RateLimit.func1 /home/ubuntu/go/pkg/mod/github.com/throttled/[email protected]+incompatible/http.go:73 net/http.HandlerFunc.ServeHTTP /usr/local/go/src/net/http/server.go:1995 net/http.(*ServeMux).ServeHTTP /usr/local/go/src/net/http/server.go:2375 net/http.serverHandler.ServeHTTP...