MCPcopy Create free account
hub / github.com/SmartPool/smartpool-client / GetWork

Method GetWork

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

GetWork returns a Work for SmartPool to give to the miner. How the work is formed is upto structs implementing this interface.

()

Source from the content-addressed store, hash-verified

94 // GetWork returns a Work for SmartPool to give to the miner. How the work
95 // is formed is upto structs implementing this interface.
96 GetWork() Work
97 // SubmitSolution submits the solution that miner has submitted to SmartPool
98 // so the full block solution can take credits. It also maintain workflow
99 // between miner and the network client.

Callers 2

GetWorkMethod · 0.65

Implementers 1

NetworkClientethereum/network_client.go

Calls

no outgoing calls

Tested by 1