Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed miner | obscuren | 2015-03-24 | 1 | -6/+10 |
| | | | | | * Instead of delivering `Work` to the `Worker`, push a complete Block to the `Worker` so that each agent can work on their own block. | ||||
* | wip | obscuren | 2015-03-21 | 1 | -0/+4 |
| | |||||
* | Changed nonce to a uint64 | obscuren | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Fixes and debug added | obscuren | 2015-03-04 | 1 | -1/+6 |
| | |||||
* | Introducing ethash | Matthew Wampler-Doty | 2015-03-03 | 1 | -2/+2 |
| | |||||
* | Fixed mining & limited hash power | obscuren | 2015-02-14 | 1 | -8/+11 |
| | |||||
* | Fixed a few issues in the miner and updated hash rate title | obscuren | 2015-02-14 | 1 | -7/+6 |
| | | | | | * Sometimes old nonces were set by "old" agents * Added the hash rate to the miner | ||||
* | Basic structure miner | obscuren | 2015-02-10 | 1 | -0/+74 |