Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: wsxdrfv on April 23, 2018, 08:14:06 AM



Title: How to implement ethereum address for exchange?
Post by: wsxdrfv on April 23, 2018, 08:14:06 AM
so I installed geth console and run as testnet.

So next step is generate account.

So here ethereum is different with Bitcoin. Bitcoin just spit out address. But ethereum is like,

(at geth console)

> personal.newAccount("testuser1")
"0x13019fghjklejg12438091hjflkdsj"

So ethereum's all address require account? (string value)

Ethereum address also has private key? Where is it?

How apply to exchange?