| Commit message (Expand) | Author | Age | Files | Lines |
* | all: blidly swap out glog to our log15, logs need rework | Péter Szilágyi | 2017-02-23 | 1 | -4/+4 |
* | eth: accept leading zeros for nonce parameter of submitWork (#3558) | Felix Lange | 2017-01-13 | 1 | -1/+2 |
* | eth, miner: verify PoW in the remote agent to notify submitter (#3438) | Péter Szilágyi | 2016-12-20 | 1 | -12/+21 |
* | miner: fix a race between remote agent start/loop | Péter Szilágyi | 2016-12-13 | 1 | -11/+14 |
* | miner: synchronise start / stop | Jeffrey Wilcke | 2015-10-31 | 1 | -5/+12 |
* | cmd/utils, rpc/comms: stop XEth when IPC connection ends | Felix Lange | 2015-10-30 | 1 | -5/+10 |
* | Improve error string and remove unneeded else clause | Gustav Simonsson | 2015-08-28 | 1 | -2/+1 |
* | rpc: return error code for eth_getWork when no work ready | Gustav Simonsson | 2015-08-26 | 1 | -3/+5 |
* | miner, rpc: added submit hashrate for remote agents | Jeffrey Wilcke | 2015-08-06 | 1 | -2/+35 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 1 | -1/+1 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 1 | -4/+4 |
* | miner: smart mining | Jeffrey Wilcke | 2015-07-16 | 1 | -33/+63 |
* | all: update license information | Felix Lange | 2015-07-07 | 1 | -0/+16 |
* | core/types: make blocks immutable | Felix Lange | 2015-06-30 | 1 | -3/+1 |
* | Return 32-byte hashes from GetWork | Taylor Gerring | 2015-05-11 | 1 | -2/+2 |
* | miner: go fmt | obscuren | 2015-04-20 | 1 | -8/+7 |
* | Switched getWork third output from difficulty to target | Vitalik Buterin | 2015-04-20 | 1 | -1/+8 |
* | miner: fixed remote miner current work | obscuren | 2015-04-20 | 1 | -1/+2 |
* | Fixed miner | obscuren | 2015-03-27 | 1 | -0/+1 |
* | Changed miner | obscuren | 2015-03-24 | 1 | -4/+7 |
* | Fixed issues with stalled remote miner | obscuren | 2015-03-23 | 1 | -1/+1 |
* | Move RemoteAgent to miner pkg | Taylor Gerring | 2015-03-23 | 1 | -0/+81 |