GetWork returns miner work
()
| 75 | |
| 76 | // GetWork returns miner work |
| 77 | func (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 |