aboutsummaryrefslogtreecommitdiffstats
path: root/miner/agent.go
Commit message (Collapse)AuthorAgeFilesLines
* 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