aboutsummaryrefslogtreecommitdiffstats
path: root/miner/remote_agent.go
Commit message (Collapse)AuthorAgeFilesLines
* Return 32-byte hashes from GetWorkTaylor Gerring2015-05-111-2/+2
| | | | Ensures that the Get Work results are a consistent length. Closes #917
* miner: go fmtobscuren2015-04-201-8/+7
|
* Switched getWork third output from difficulty to targetVitalik Buterin2015-04-201-1/+8
|
* miner: fixed remote miner current workobscuren2015-04-201-1/+2
|
* Fixed minerobscuren2015-03-271-0/+1
| | | | * Miners could stall because the worker wasn't aware the miner was done
* Changed minerobscuren2015-03-241-4/+7
| | | | | * Instead of delivering `Work` to the `Worker`, push a complete Block to the `Worker` so that each agent can work on their own block.
* Fixed issues with stalled remote minerobscuren2015-03-231-1/+1
|
* Move RemoteAgent to miner pkgTaylor Gerring2015-03-231-0/+81