aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/config.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved RPC Server and implemented it as a packageMaran2014-05-021-0/+2
|
* non-interactive optionzelig2014-04-161-0/+2
| | | | | | - add -y flag for non-interactive use - refactor main - output to logfile (not ideal..) but not to all ethutil loggers for privacy
* logfilezelig2014-04-161-2/+2
| | | | | | | - add logfile option to ethereum client flags - fallback to StdOut - Logger appended to ethutil.Config.Log loggers - wrapper uses ethutil.Config.Log
* Moved node to ethereumobscuren2014-03-221-0/+37