Maran
e36badd744
Reimplement -datadir flag. Implements #79
...
The config file is actually loaded from the folder that datadir points at
11 years ago
obscuren
0bdb0a9d58
Added ini file for ethereum. fixes #66
11 years ago
obscuren
65c5a20e1c
Added config file setup. Fixes #59
...
* Also fixes asset path problems
11 years ago
obscuren
e7c9b86a5a
Improved UI
...
* Added mining button
11 years ago
obscuren
5f8911f7cb
Custom identifier
11 years ago
obscuren
6a78e080e6
Tell config which loggers to use
11 years ago
obscuren
f18ec51cb3
Switched to new keyring methods
11 years ago
Maran
9fce273ce9
Refactored RPC client to utils so it can be reused
11 years ago
Maran
e8147cf7c6
Refactored mining into utils and exposed it to ethereal. Partly fixes #43
11 years ago
obscuren
32c6126593
Fix
11 years ago
obscuren
03371b74d7
Public ethereum interface uses EthManager
11 years ago
Maran
9a03df7bd8
Implemented a flag for a different RPC port; --rpcport
11 years ago
Maran
b9876df5dc
Added support to NewJsonRpc to return an error as well as an interface
11 years ago
Maran
618f523124
Actually start the Ethereum server on starting the GUI
11 years ago
obscuren
0bf2d24cb0
Changed seeding
11 years ago
Maran
c9852c4929
Renamed etherpc to ethrpc
...
All work and no play makes Maran a dull boy
11 years ago
Maran
e94e5ac75d
Implemented rpc for ethereal and ethereum
11 years ago
obscuren
bb72347acf
Minor fixes and sample coin "improvements"
11 years ago
Maran
e2bf5d1270
Implemented key importing/generation for the GUI
11 years ago
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
11 years ago
obscuren
1f2547b8a7
Major re-organisation.
...
The Ethereum node and Gui are now separated.
11 years ago