Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stratum still panics on share submission #7

Open
pool2mine opened this issue Mar 20, 2022 · 2 comments
Open

Stratum still panics on share submission #7

pool2mine opened this issue Mar 20, 2022 · 2 comments

Comments

@pool2mine
Copy link

I tested con ETC and it works fine, but when i try to connect to ropsten or ethereum it still crashes after a share is submitted. I checked proxy/miner.go and the Etchash go module code is there, somehow is not working for ethereum and ropsten

2022/03/20 19:49:53 Broadcasting new job to 1 stratum miners
2022/03/20 19:49:53 Jobs broadcast finished 40.257µs
2022/03/20 19:49:53 Cached stale JobID 06ca0966
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7dffce]

goroutine 451 [running]:
github.com/etclabscore/go-etchash.(*Light).getCache(0xc0003c6200, 0xb8d0d1, 0x40)
        /home/pool2mine/go/pkg/mod/github.com/etclabscore/[email protected]/etchash.go:513 +0x46e
github.com/etclabscore/go-etchash.(*Light).Compute(0xc0003c6200, 0xb8d0d1, 0xb14a43beb61efed3, 0x66a5a3f10c6d8a7a, 0x6006b32c528ddada, 0x4a8de0cb56dd7999, 0xf7ef1000547c3b61, 0x0, 0x0, 0x0, ...)
        /home/pool2mine/go/pkg/mod/github.com/etclabscore/[email protected]/etchash.go:469 +0xab
github.com/etclabscore/core-pool/proxy.(*ProxyServer).processShare(0xc0000b52c0, 0xc00007a060, 0x2a, 0xc00013862b, 0x8, 0xc000026800, 0xd, 0xc0001d80e0, 0xc00043b3b0, 0x3, ...)
        /home/pool2mine/OEP-NH/proxy/miner.go:51 +0x1c9
github.com/etclabscore/core-pool/proxy.(*ProxyServer).handleSubmitRPC(0xc0000b52c0, 0xc0000a00d0, 0xc00007a060, 0x2a, 0xc00013862b, 0x8, 0xc00043b3b0, 0x3, 0x3, 0x85dcc0, ...)
        /home/pool2mine/OEP-NH/proxy/handlers.go:81 +0x355
github.com/etclabscore/core-pool/proxy.(*ProxyServer).handleTCPSubmitRPC(0xc0000b52c0, 0xc0000a00d0, 0xc00013862b, 0x8, 0xc00043b3b0, 0x3, 0x3, 0x2, 0x2)
        /home/pool2mine/OEP-NH/proxy/handlers.go:53 +0xef
github.com/etclabscore/core-pool/proxy.(*Session).handleTCPMessage(0xc0000a00d0, 0xc0000b52c0, 0xc000136aa0, 0x841cc0, 0xc000136aa0)
        /home/pool2mine/OEP-NH/proxy/stratum.go:432 +0x2099
github.com/etclabscore/core-pool/proxy.(*ProxyServer).handleTCPClient(0xc0000b52c0, 0xc0000a00d0, 0x1, 0x0)
        /home/pool2mine/OEP-NH/proxy/stratum.go:120 +0x270
github.com/etclabscore/core-pool/proxy.(*ProxyServer).ListenTCP.func3(0xc0000b52c0, 0xc000134030, 0x9aba00, 0xc000010040, 0xc000160000, 0xc0000a00d0)
        /home/pool2mine/OEP-NH/proxy/stratum.go:82 +0x39
created by github.com/etclabscore/core-pool/proxy.(*ProxyServer).ListenTCP
        /home/pool2mine/OEP-NH/proxy/stratum.go:81 +0x6d1
pool2mine@pool2mine:~/OEP-NH$
@0xTract0r
Copy link

My pool is normal, and mined many block in eth mainnet.

@chrisfranko
Copy link

so how do you compile this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants