aboutsummaryrefslogtreecommitdiffstats
path: root/miner/miner.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/geth, miner, backend, xeth: Fixed miner threads to be settableobscuren2015-05-111-17/+16
* miner: added log message for mining operation. #912obscuren2015-05-111-0/+4
* miner, tests: fixed block testobscuren2015-05-091-0/+5
* miner, cmd/geth: settable gas price from flags and consoleobscuren2015-05-091-0/+4
* Integrate new ethash API and change geth makedag cmdGustav Simonsson2015-05-051-7/+0
* miner: removed default timer & update dag when threads > 0obscuren2015-04-201-4/+8
* miner: start a newly registered agent if the miner is running. Closes #681obscuren2015-04-151-2/+4
* Fixed pending statesobscuren2015-04-071-0/+12
* Block header changed & console miner controlobscuren2015-04-061-1/+4
* Updated loggingobscuren2015-04-051-3/+0
* Changed minerobscuren2015-03-241-2/+5
* Get work / submit work partially implemented.obscuren2015-03-221-2/+6
* conversions. -compilable-obscuren2015-03-181-1/+2
* miner: provide coinbase when starting the minerFelix Lange2015-03-121-20/+10
* Queued approach to delivering chain eventsobscuren2015-03-061-0/+1
* debug comments & pow handlingobscuren2015-03-061-1/+5
* Fixes and debug addedobscuren2015-03-041-0/+1
* mergeobscuren2015-03-041-6/+1
|\
| * Report debug hash rateobscuren2015-03-011-6/+1
* | fixed pow stuffobscuren2015-03-041-3/+6
|/
* Implement command line argument to set the amount of agents created by the minerMaran2015-02-191-2/+2
* "centralised" mining to backend. Closes #323obscuren2015-02-171-4/+4
* Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-141-10/+4
* Basic structure minerobscuren2015-02-101-254/+30
* mergedobscuren2015-02-091-1/+1
|\
| * Merge pull request #290 from Gustav-Simonsson/correct_block_parent_timestamp_...Jeffrey Wilcke2015-02-061-1/+1
| |\
| | * Correct block parent timestamp check and typosGustav Simonsson2015-02-041-1/+1
* | | Merge branch 'develop' into minerobscuren2015-02-061-6/+4
|\| |
| * | set uncles regardless of empty uncle list. Fixes invalid blocks being minedobscuren2015-02-051-3/+1
| |/
* / wipobscuren2015-02-061-7/+35
|/
* Refactored ethutil.Config.Db outobscuren2015-01-071-3/+3
* Allow extra to be set for mined blocksobscuren2015-01-061-0/+2
* BlockManager => BlockProcessorobscuren2015-01-051-5/+5
* Updated miner to new block apiobscuren2014-12-301-3/+6
* Refactored block & Transactionobscuren2014-12-231-5/+5
* mergeobscuren2014-12-191-3/+3
|\
| * Created generic message (easy for testing)obscuren2014-12-181-3/+3
* | adapt miner to new backend. use events to broadcast new mined blockszelig2014-12-151-4/+3
|/
* states moved to chainobscuren2014-12-111-1/+1
* Moved powobscuren2014-12-101-3/+5
* upped proto version and modified block poolobscuren2014-12-051-1/+0
* Skip mining on transactions that don't meet the min accepted gas priceobscuren2014-12-051-6/+16
* Improved and simplified wallet functions and behaviourobscuren2014-12-041-1/+1
* Renamed `chain` => `core`obscuren2014-12-041-8/+8
* merge errors fixedobscuren2014-12-021-8/+2
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-4/+5
* | Fixed mergeobscuren2014-11-291-2/+1
|\|
| * Changed refundobscuren2014-11-291-1/+1
| * GasData changes & removed min gas priceobscuren2014-11-291-1/+0
* | Added a callback mechanism to chain adding.obscuren2014-11-191-2/+5
* | Begin of moving objects to types packageobscuren2014-11-181-7/+8
|/
* Fixed bloom, updated mining & block processingobscuren2014-11-101-3/+26
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-144/+154
* Reworked chain handling processobscuren2014-11-041-2/+5
* StateManager => BlockManagerobscuren2014-11-041-5/+5
* ethminer => minerobscuren2014-10-311-0/+217