To get Public key from Private key

0

How can I get the corresponding public key of a particular private key using bitcoin core console commands? , just as we can have private key of particular address using dumpprivkey and public key using validateaddress .

DOLLY PATWA

Posted 2017-07-10T07:15:17.500

Reputation: 505

1

I didn't find a function/command, to derive pubkeys from privkeys in bitcoin core. To "play" with keys, I use these pages: www.bitaddress.org and http://gobittest.appspot.com/Address. Do not use the webpages for your production keys! If your production keys get into the wrong hands, these hands control your funds...

pebwindkraft 2017-07-10T09:04:07.843

No answers