pointbiz / bitaddress.org

JavaScript Client-Side Bitcoin Wallet Generator
https://www.bitaddress.org
2.44k stars 1.5k forks source link

vanity wallet tab uses uncompressed keys #105

Open dooglus opened 9 years ago

dooglus commented 9 years ago

vanitygen defaults to creating compressed public keys, so the vanity wallet tab should follow suit.

See 9aadff5477 for a simple fix.

dooglus commented 9 years ago

It turns out the default is to use uncompressed keys everywhere, which I changed like this: 323ae66a3b