9
1
Does anyone have an PHP code that can do what is done on this website:
Namely create private keys and associated public addresses?
9
1
Does anyone have an PHP code that can do what is done on this website:
Namely create private keys and associated public addresses?
2
I enjoy using this package :
And with it running, you can just execute : openssl_pkey_new(); to generate a private/public key set.
For Python: http://bitcointalk.org/index.php?topic=84238
– Stephen Gornick – 2012-05-30T00:41:37.183