Ethereum Community Forum
Discussions
Activity
Best Of...
Sign In
·
Register
Home
›
Protocol and Client discussion
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Quick Links
Categories
Recent Discussions
Activity
Unanswered
Best Of...
Categories
17.2K
All Categories
9.4K
Mining
569
Pool Discussion
342
Promotional
1.4K
General Project Discussion (non-technical)
479
Education
803
Protocol and Client discussion
166
web3-js
29
Whisper
16
Swarm
3
RLP
299
IoT & Hardware
1.2K
Smart Contracts and Dapps
28
Serpent
357
Solidity
645
Projects
1.2K
Reference clients code and builds
249
Eth & AlethZero- Cpp Implementation
469
Geth - Go Implementation
241
Mist
15
Node.js Implementation
36
Python Implementation
49
Mix
36
Other Implementations
169
Meetups
40
Other Events
223
Jobs & Skills
256
Press and Articles
75
Audio/Video
295
Ether Sale
1.2K
Other Languages
94
Chinese
254
German
33
Italian
110
French
3
Hebrew
42
Japanese
75
Portugese
46
Romanian
184
Russian
227
Spanish
47
Turkish
125
Watercooler
26
Meta
Vega Finally Unleashed! Fine-tuned performance and power consumption in a single chassis.
Simple Ethereum Usage
cryptock
Member
Posts:
1
✭
January 2015
in
Protocol and Client discussion
Hello. I am looking at playing around with the ethereum backend much like the bitcoin client is used.
Is there a way I can do simple tasks like generate a new address or pool address's for incoming transactions etc much like bitcoind?
0
·
Share on Facebook
Share on Twitter
Comments
mids106
Member
Posts:
188
✭✭✭
January 2015
@cryptock
the API that is exposed are documented on
https://github.com/ethereum/wiki/wiki/JavaScript-API
and
https://github.com/ethereum/wiki/wiki/Generic-JSON-RPC
Unfortunately that doesn't include generating a new address yet, for which I have created a feature request
https://github.com/ethereum/cpp-ethereum/issues/598
0
·
Share on Facebook
Share on Twitter
Sign In
or
Register
to comment.
Comments
Unfortunately that doesn't include generating a new address yet, for which I have created a feature request https://github.com/ethereum/cpp-ethereum/issues/598