aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/mist/assets/qml/views/miner.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few issues in the miner and updated hash rate titleobscuren2015-02-141-0/+24
| | | | | * Sometimes old nonces were set by "old" agents * Added the hash rate to the miner
* Allow extra to be set for mined blocksobscuren2015-01-061-0/+19
|
* Additional logging and removed temp merged mining options.obscuren2014-12-021-0/+2
|
* Fixed bloom, updated mining & block processingobscuren2014-11-101-2/+0
| | | | | | * Reverted back to process blocks in batches method * Bloom generation and lookup fix * Minor UI changed (mainly debug)
* Implemented new miner w/ ui interface for merged mining. Closes #177obscuren2014-11-071-0/+254
* Miner has been rewritten * Added new miner pane * Added option for local txs * Added option to read from MergeMining contract and list them for merged mining