0
i'm try to write a program which generate bitcoin address from given hash sha256 of passphase as private key or given hex private key. I've found a library for this but it required Boost package in visual studio which took nearly 6GB,totally unnessary for a program like this. Is there any available library to convert hex private key straight into address? No need to make wif private key, though
be careful: https://bitcoin.stackexchange.com/questions/8449/how-safe-is-a-brain-wallet?noredirect=1&lq=1
– JBaczuk – 2018-11-28T15:06:47.840@JBaczuk you can generate your own hex private key though, it doesn't have to be passphase, i don't like default EC random private key generator – Huang Lee – 2018-11-29T11:10:22.810
@HuangLee generating your own entropy is exactly the point at which most humans will fail miserably, and in bitcoin-land that means your bitcoins get stolen. Be very sure you completely understand the dangers of brain wallets, or else you will find yourself with an empty wallet. – chytrik – 2018-11-29T12:05:03.780