aboutsummaryrefslogtreecommitdiffstats
path: root/utils/cmd.go
Commit message (Expand)AuthorAgeFilesLines
* Fixed miner stopping / starting:wqobscuren2014-07-181-2/+8
* Fixed miner channelobscuren2014-07-181-3/+3
|\
* | WIP to expose hashrate to guiMaran2014-07-181-0/+4
|/
* Work around crash issues when building OSX binaryMaran2014-07-151-0/+1
* Rewrote mnemonic word loading to facilitate deployable builds.Maran2014-07-151-0/+29
* Modify main wrapperszelig2014-07-041-5/+10
* Fixed nameregobscuren2014-07-021-0/+3
* Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keyszelig2014-07-011-1/+1
|\
| * fix: miner wait untill UpToDateEthan Buchman2014-07-011-1/+1
* | Merge branch 'develop' of github.com:ethereum/go-ethereum into feature/keyszelig2014-06-301-0/+4
|\|
| * Wait for catchup when starting the minerobscuren2014-06-291-0/+4
* | added utility functions to set up db, keymanager, ethereum init and simplify ...zelig2014-06-301-46/+50
* | fix logmessage if data directory doesn't existzelig2014-06-291-1/+1
|/
* go fmtzelig2014-06-271-163/+163
* gui stopzelig2014-06-261-5/+8
* interrupt handlers now orderedzelig2014-06-261-11/+14
* merge upstreamzelig2014-06-251-0/+18
|\
| * Moved BlockDo to utilsobscuren2014-06-251-0/+19
* | merge upstreamzelig2014-06-231-3/+0
|\|
| * Added a execBlock method which replays the given blockobscuren2014-06-231-3/+5
* | refactor cli and gui wrapper code. Details:zelig2014-06-231-50/+200
|/
* Improved UIobscuren2014-05-301-2/+0
* Fix merge conflictsMaran2014-05-221-0/+30
|\
| * Added mining stop and startobscuren2014-05-221-8/+30
* | Wait with mining until up to dateMaran2014-05-211-5/+4
|/
* Changed loggingobscuren2014-05-191-4/+3
* Readline repl for linux & osxobscuren2014-05-171-3/+5
* Fix merge conflictsMaran2014-05-141-9/+4
|\
| * Switched to new keyring methodsobscuren2014-05-141-8/+3
* | Make sure we have a coinbase address to mine withMaran2014-05-141-4/+10
* | Refactored RPC client to utils so it can be reusedMaran2014-05-141-1/+12
* | Rewritten a check to only start mining once we are caught up with all peersMaran2014-05-141-6/+9
|/
* Refactored mining into utils and exposed it to ethereal. Partly fixes #43Maran2014-05-141-0/+31