MCPcopy Index your code
hub / github.com/SmartPool/smartpool-client / SubmitSolution

Method SubmitSolution

interfaces.go:100–100  ·  view source on GitHub ↗

SubmitSolution submits the solution that miner has submitted to SmartPool so the full block solution can take credits. It also maintain workflow between miner and the network client.

(s Solution)

Source from the content-addressed store, hash-verified

98 // so the full block solution can take credits. It also maintain workflow
99 // between miner and the network client.
100 SubmitSolution(s Solution) bool
101 // ReadyToMine returns true when the network is ready to give and accept
102 // pow work and solution. It returns false otherwise.
103 ReadyToMine() bool

Callers 1

AcceptSolutionMethod · 0.65

Implementers 1

NetworkClientethereum/network_client.go

Calls

no outgoing calls

Tested by

no test coverage detected