aboutsummaryrefslogtreecommitdiffstats
path: root/pow/ezp/pow.go
Commit message (Expand)AuthorAgeFilesLines
* logger, pow/dagger, pow/ezp: delete dead codeFelix Lange2017-01-071-113/+0
* all: fix go vet warningsFelix Lange2016-04-151-2/+0
* all: Add GPU mining, disabled by defaultGustav Simonsson2015-10-071-1/+1
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-051-4/+4
* pow/ezp: use common.HashFelix Lange2015-03-171-7/+4
* Moved ethutil => commonobscuren2015-03-161-3/+3
* Changed nonce to a uint64obscuren2015-03-041-6/+10
* Introducing ethashMatthew Wampler-Doty2015-03-031-5/+3
* Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-281-1/+1
* Turbo offobscuren2015-02-211-1/+1
* Optimisations and fixed a couple of DDOS issues in the minerobscuren2015-02-201-1/+1
* Disable turboobscuren2015-02-181-1/+1
* Filter and mutex locks addedobscuren2015-02-171-1/+1
* Fixed mining & limited hash powerobscuren2015-02-141-1/+1
* Reset hash rate to 0 when mining is stoppedobscuren2015-02-141-1/+2
* Basic structure minerobscuren2015-02-101-11/+18
* Default gas price and default gas for rpcobscuren2015-02-051-2/+0
* set uncles regardless of empty uncle list. Fixes invalid blocks being minedobscuren2015-02-051-2/+3
* WIP minerobscuren2015-02-041-1/+1
* Moved sha3 from `obscuren`obscuren2015-01-221-1/+1
* Fixed peer window. Minor tweaks and fixesobscuren2015-01-061-1/+1
* Refactored block & Transactionobscuren2014-12-231-2/+2
* Merged developobscuren2014-12-181-1/+1
|\
| * Locks, refactor, testsobscuren2014-12-181-1/+1
* | WIPobscuren2014-12-151-4/+8
|/
* Moved powobscuren2014-12-101-0/+89