aboutsummaryrefslogtreecommitdiffstats
path: root/miner/agent.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/geth, miner, backend, xeth: Fixed miner threads to be settableobscuren2015-05-111-11/+11
| | | | | Miner threads are now settable through the admin interface (closes #897) and specify 0 CPU worker threads when eth_getWork is called (closes #916)
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-051-1/+1
|
* Updated loggingobscuren2015-04-051-1/+3
|
* Fixed uncle rewards in minerobscuren2015-04-021-1/+1
| | | | | The uncle rewards were changed in the block processor. This change will reflect those changes in the miner as well.
* Fixed minerobscuren2015-03-271-7/+16
| | | | * Miners could stall because the worker wasn't aware the miner was done
* Moved output to debugobscuren2015-03-261-1/+1
|
* Changed minerobscuren2015-03-241-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.
* wipobscuren2015-03-211-0/+4
|
* Changed nonce to a uint64obscuren2015-03-041-1/+1
|
* Fixes and debug addedobscuren2015-03-041-1/+6
|
* Introducing ethashMatthew Wampler-Doty2015-03-031-2/+2
|
* Fixed mining & limited hash powerobscuren2015-02-141-8/+11
|
* Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-141-7/+6
| | | | | * Sometimes old nonces were set by "old" agents * Added the hash rate to the miner
* Basic structure minerobscuren2015-02-101-0/+74