Commit Graph

24 Commits

Author SHA1 Message Date
obscuren 3744151359 Removed init fees 2014-06-16 11:15:08 +02:00
Maran e36badd744 Reimplement -datadir flag. Implements #79
The config file is actually loaded from the folder that datadir points at
2014-06-11 12:33:11 +02:00
obscuren 0bdb0a9d58 Added ini file for ethereum. fixes #66 2014-05-30 19:36:05 +02:00
obscuren 65c5a20e1c Added config file setup. Fixes #59
* Also fixes asset path problems
2014-05-30 16:56:56 +02:00
obscuren e7c9b86a5a Improved UI
* Added mining button
2014-05-30 13:28:31 +02:00
obscuren 5f8911f7cb Custom identifier 2014-05-22 10:38:37 +02:00
obscuren 6a78e080e6 Tell config which loggers to use 2014-05-15 22:17:09 +02:00
Maran c9db87277b Fix merge conflicts 2014-05-14 14:04:43 +02:00
obscuren f18ec51cb3 Switched to new keyring methods 2014-05-14 13:55:08 +02:00
Maran 9fce273ce9 Refactored RPC client to utils so it can be reused 2014-05-14 13:32:49 +02:00
Maran e8147cf7c6 Refactored mining into utils and exposed it to ethereal. Partly fixes #43 2014-05-14 12:41:30 +02:00
obscuren dd60382fc3 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Conflicts:
	ethereal/ethereum.go
	ethereum/ethereum.go
2014-05-13 12:46:40 +02:00
obscuren 32c6126593 Fix 2014-05-13 12:45:47 +02:00
obscuren 03371b74d7 Public ethereum interface uses EthManager 2014-05-13 12:42:01 +02:00
Maran 9a03df7bd8 Implemented a flag for a different RPC port; --rpcport 2014-05-13 12:00:48 +02:00
Maran b9876df5dc Added support to NewJsonRpc to return an error as well as an interface 2014-05-13 11:50:39 +02:00
Maran 618f523124 Actually start the Ethereum server on starting the GUI 2014-05-12 17:23:14 +02:00
obscuren 0bf2d24cb0 Changed seeding 2014-05-09 14:51:02 +02:00
Maran c9852c4929 Renamed etherpc to ethrpc
All work and no play makes Maran a dull boy
2014-05-05 15:15:04 +02:00
Maran e94e5ac75d Implemented rpc for ethereal and ethereum 2014-05-05 14:16:14 +02:00
obscuren bb72347acf Minor fixes and sample coin "improvements" 2014-04-24 00:01:22 +02:00
Maran e2bf5d1270 Implemented key importing/generation for the GUI 2014-04-10 14:53:12 -04:00
zelig 49c710bf44 assetPath configurable on command line for ethereal GUI
- solves the problem of non-standard installs
- add AssetPath to config as string var
- introduced UiLib constructor which falls back to defaultAssetPath (earlier behaviour) if no assetPath is set
- defaultAssetPath now internal concern of UiLib
- gui.Start(assetPath) argument passed from ethereal main() as set Init() in config.go
- informative log message if wallet.qml fails to open
2014-03-27 17:14:04 +07:00
obscuren 1f2547b8a7 Major re-organisation.
The Ethereum node and Gui are now separated.
2014-03-22 01:02:24 +01:00