Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pow/ezp: use common.Hash | Felix Lange | 2015-03-17 | 1 | -7/+4 |
* | updated vm env | obscuren | 2015-03-17 | 1 | -2/+3 |
* | Moved ethutil => common | obscuren | 2015-03-16 | 3 | -10/+10 |
* | POW fixes | obscuren | 2015-03-14 | 1 | -1/+0 |
* | Changed nonce to a uint64 | obscuren | 2015-03-04 | 3 | -9/+14 |
* | Introducing ethash | Matthew Wampler-Doty | 2015-03-03 | 6 | -29/+16 |
* | Exposing stuff for ethash | Matthew Wampler-Doty | 2015-02-28 | 1 | -0/+2 |
* | Introducign MixDigest and SeedHash | Matthew Wampler-Doty | 2015-02-28 | 2 | -2/+2 |
* | Turbo off | obscuren | 2015-02-21 | 1 | -1/+1 |
* | Optimisations and fixed a couple of DDOS issues in the miner | obscuren | 2015-02-20 | 1 | -1/+1 |
* | Disable turbo | obscuren | 2015-02-18 | 1 | -1/+1 |
* | Filter and mutex locks added | obscuren | 2015-02-17 | 1 | -1/+1 |
* | Fixed mining & limited hash power | obscuren | 2015-02-14 | 1 | -1/+1 |
* | Reset hash rate to 0 when mining is stopped | obscuren | 2015-02-14 | 1 | -1/+2 |
* | Basic structure miner | obscuren | 2015-02-10 | 1 | -11/+18 |
* | Merge branch 'develop' into miner | obscuren | 2015-02-06 | 2 | -2/+2 |
|\ | |||||
| * | Default gas price and default gas for rpc | obscuren | 2015-02-05 | 1 | -2/+0 |
| * | set uncles regardless of empty uncle list. Fixes invalid blocks being mined | obscuren | 2015-02-05 | 1 | -2/+3 |
|/ | |||||
* | WIP miner | obscuren | 2015-02-04 | 1 | -1/+1 |
* | Moved sha3 from `obscuren` | obscuren | 2015-01-22 | 2 | -2/+2 |
* | pre-pow | obscuren | 2015-01-12 | 2 | -0/+19 |
* | Refactored ethutil.Config.Db out | obscuren | 2015-01-07 | 5 | -301/+0 |
* | Fixed peer window. Minor tweaks and fixes | obscuren | 2015-01-06 | 1 | -1/+1 |
* | Cleaned up some of that util | obscuren | 2015-01-04 | 2 | -0/+179 |
* | Refactored block & Transaction | obscuren | 2014-12-23 | 2 | -3/+3 |
* | Merged develop | obscuren | 2014-12-18 | 1 | -1/+1 |
|\ | |||||
| * | Locks, refactor, tests | obscuren | 2014-12-18 | 1 | -1/+1 |
* | | WIP | obscuren | 2014-12-15 | 1 | -4/+8 |
|/ | |||||
* | Moved pow | obscuren | 2014-12-10 | 3 | -0/+106 |
* | all: fix rename breakage | Felix Lange | 2014-11-01 | 3 | -10/+10 |
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 4 | -6/+7 |
* | Implemented AR PoW | obscuren | 2014-10-11 | 5 | -0/+300 |