Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return 32-byte hashes from GetWork | Taylor Gerring | 2015-05-11 | 1 | -2/+2 |
| | | | | Ensures that the Get Work results are a consistent length. Closes #917 | ||||
* | miner: go fmt | obscuren | 2015-04-20 | 1 | -8/+7 |
| | |||||
* | Switched getWork third output from difficulty to target | Vitalik Buterin | 2015-04-20 | 1 | -1/+8 |
| | |||||
* | miner: fixed remote miner current work | obscuren | 2015-04-20 | 1 | -1/+2 |
| | |||||
* | Fixed miner | obscuren | 2015-03-27 | 1 | -0/+1 |
| | | | | * Miners could stall because the worker wasn't aware the miner was done | ||||
* | Changed miner | obscuren | 2015-03-24 | 1 | -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 miner | obscuren | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Move RemoteAgent to miner pkg | Taylor Gerring | 2015-03-23 | 1 | -0/+81 |