Bas van Kervel
|
60561cdca2
|
fixed issue when miner is not stopping af stop command
|
2015-05-18 16:09:01 +02:00 |
|
Bas van Kervel
|
7778740315
|
fixed race condition in miner
|
2015-05-18 15:13:58 +02:00 |
|
obscuren
|
c2ef8682fe
|
eth/downloader: moved start event
Start event has moved because it could possibly could stall the miner
|
2015-05-16 13:02:30 +02:00 |
|
obscuren
|
741fa8ca9c
|
miner: mutex locks on cpu agent. Closes #1007
|
2015-05-16 12:55:56 +02:00 |
|
obscuren
|
21e52efdfe
|
cmd/geth, miner, backend, xeth: Fixed miner threads to be settable
Miner threads are now settable through the admin interface (closes #897)
and specify 0 CPU worker threads when eth_getWork is called (closes #916)
|
2015-05-11 17:21:22 +02:00 |
|
Gustav Simonsson
|
b1cc9cdc74
|
Integrate new ethash API and change geth makedag cmd
|
2015-05-05 08:24:15 +02:00 |
|
obscuren
|
053d5552ab
|
Updated logging
|
2015-04-04 23:04:19 +02:00 |
|
obscuren
|
344b3556eb
|
Fixed uncle rewards in miner
The uncle rewards were changed in the block processor. This change will
reflect those changes in the miner as well.
|
2015-04-01 21:18:41 +02:00 |
|
obscuren
|
d36501a6e5
|
Fixed miner
* Miners could stall because the worker wasn't aware the miner was done
|
2015-03-26 17:45:03 +01:00 |
|
obscuren
|
e5a0a0ef48
|
Moved output to debug
|
2015-03-26 01:02:51 +01:00 |
|
obscuren
|
a59ea7ce29
|
Changed miner
* Instead of delivering `Work` to the `Worker`, push a complete Block to
the `Worker` so that each agent can work on their own block.
|
2015-03-24 10:34:06 +01:00 |
|
obscuren
|
54dac59285
|
wip
|
2015-03-20 17:42:09 +01:00 |
|
obscuren
|
26de12d9bf
|
Changed nonce to a uint64
|
2015-03-03 21:04:31 +01:00 |
|
obscuren
|
8e995b97cc
|
Fixes and debug added
|
2015-03-03 20:13:11 +01:00 |
|
Matthew Wampler-Doty
|
de9f79133f
|
Introducing ethash
|
2015-03-02 22:29:34 -05:00 |
|
obscuren
|
32c7ebc51d
|
Fixed mining & limited hash power
|
2015-02-14 16:52:14 +01:00 |
|
obscuren
|
8a0f23915e
|
Fixed a few issues in the miner and updated hash rate title
* Sometimes old nonces were set by "old" agents
* Added the hash rate to the miner
|
2015-02-13 17:23:09 +01:00 |
|
obscuren
|
da2fae0e43
|
Basic structure miner
|
2015-02-10 13:04:38 +01:00 |
|