Post
Topic
Board Development & Technical Discussion
Topic OP
[PHP] How to get the address from a private key?
by
alex1s
on 07/04/2015, 11:03:50 UTC
How can I calculate the public address if I only have the private key with PHP only?

For example I have
5K2YUVmWfxbmvsNxCsfvArXdGXm7d5DC9pn4yD75k2UaSYgkXTh
and want
1HKqKTMpBTZZ8H5zcqYEWYBaaWELrDEXeE

Does anyone have a working PHP code without using bitcoind or any other API/tools?