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

Method GetWork

protocol/smartpool.go:77–79  ·  view source on GitHub ↗

GetWork returns miner work

()

Source from the content-addressed store, hash-verified

75
76// GetWork returns miner work
77func (sp *SmartPool) GetWork() smartpool.Work {
78 return sp.NetworkClient.GetWork()
79}
80
81// AcceptSolution accepts solutions from miners and construct corresponding
82// shares to add into current active claim. It returns true when the share is

Callers

nothing calls this directly

Calls 1

GetWorkMethod · 0.65

Tested by

no test coverage detected