16
2
Possible Duplicate:
How are public & private keys in an address created?
I am scanning in a private key from a QR code in an app I am writting to handle the import of physical bitcoins.
Given a private key, how can I get the public key so that I can lookup its value on the block explorer?
Do you want the algorithms? Do you want code in a specific language? – David Schwartz – 2011-10-28T21:15:10.497
Yep, that question answered it. – RobKohr – 2011-10-29T21:57:57.440
@RobKohr I made a practical example here: http://bitcoin.stackexchange.com/a/29811/1761 I hope this help you.
– Felipe – 2014-07-31T21:01:20.880