aboutsummaryrefslogtreecommitdiffstats
path: root/miner/remote_agent.go
Commit message (Expand)AuthorAgeFilesLines
* miner: fix typoterasum2017-10-121-1/+1
* miner: fix megacheck warningsEgon Elbre2017-08-071-2/+3
* core, consensus: pluggable consensus engines (#3817)Péter Szilágyi2017-04-051-13/+20
* all: swap out the C++ ethash to the pure Go one (mining todo)Péter Szilágyi2017-03-091-4/+3
* all: blidly swap out glog to our log15, logs need reworkPéter Szilágyi2017-02-231-4/+4
* eth: accept leading zeros for nonce parameter of submitWork (#3558)Felix Lange2017-01-131-1/+2
* eth, miner: verify PoW in the remote agent to notify submitter (#3438)Péter Szilágyi2016-12-201-12/+21
* miner: fix a race between remote agent start/loopPéter Szilágyi2016-12-131-11/+14
* miner: synchronise start / stopJeffrey Wilcke2015-10-311-5/+12
* cmd/utils, rpc/comms: stop XEth when IPC connection endsFelix Lange2015-10-301-5/+10
* Improve error string and remove unneeded else clauseGustav Simonsson2015-08-281-2/+1
* rpc: return error code for eth_getWork when no work readyGustav Simonsson2015-08-261-3/+5
* miner, rpc: added submit hashrate for remote agentsJeffrey Wilcke2015-08-061-2/+35
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* miner: smart miningJeffrey Wilcke2015-07-161-33/+63
* all: update license informationFelix Lange2015-07-071-0/+16
* core/types: make blocks immutableFelix Lange2015-06-301-3/+1
* Return 32-byte hashes from GetWorkTaylor Gerring2015-05-111-2/+2
* miner: go fmtobscuren2015-04-201-8/+7
* Switched getWork third output from difficulty to targetVitalik Buterin2015-04-201-1/+8
* miner: fixed remote miner current workobscuren2015-04-201-1/+2
* Fixed minerobscuren2015-03-271-0/+1
* Changed minerobscuren2015-03-241-4/+7
* Fixed issues with stalled remote minerobscuren2015-03-231-1/+1
* Move RemoteAgent to miner pkgTaylor Gerring2015-03-231-0/+81