The only way I can work with ETH is through --rpc mode. Normally I would prefer to use the Python interface.
But I found myself in a situation where the RPC is very limited. For example, I can't create or unlock an account.
Are these all the available JSON-RPC methods or are they just not well documented?
Should I maybe switch to Javascript and use the JavaScript-API?
--rpcapiand creating a new account via JSON-RPC http://ethereum.stackexchange.com/q/1413/42 – eth Apr 18 '16 at 00:31