0
I'm building an js related application that only stores my user's bitcoin private keys, but not the public key or bitcoin address to save space.
Is there a javascript library that can output the bitcoin address by only providing the bitcoin private key as an input?
You’re using javascript, but are concerned about storing tens of bytes? – Anonymous – 2019-02-08T21:23:51.147
I need it to be as compact as possible due to storage constraint. If i can derive the bitcoin address from the private key, great. I'm using very low bandwidth communications, every byte saved is time saved. – Patoshi パトシ – 2019-02-08T21:48:07.070
2be careful sending private keys over the air. – JBaczuk – 2019-02-08T21:53:30.883