Account creation

Hi,
2 part question :)
A) I'm wondering how its possible to create an ethereum account from a Priv/Pub key pair created externally.
Example: I have box A running geth node, box B creates an account (pretty much ethereumJ codebase with custom mods) -> How do I create (in geth on box A) an ethereum account using the ECKey info (priv/pub/address) of an account created on box B which has no geth node running.

2) Is it possible to create an Ethereum account from the PUBLIC key (I know its possible from priv key)?

I'm kind of a newbie to this so if something here isnt up to par plz yell at me.

Thanks you!

Answers

Sign In or Register to comment.