Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: crofrihosl on October 07, 2019, 05:28:34 PM



Title: [python] 2 question? please share your answer it important to me
Post by: crofrihosl on October 07, 2019, 05:28:34 PM
-what is the fast library and function to generate random bitcoin key WIF format and with less lines of code
-fast way to get random bitcoin key and has160

i will loop with same itr and test every reply and share the time of execution
thank you



Title: Re: [python] 2 question? please share your answer it important to me
Post by: ABCbits on October 08, 2019, 06:16:22 PM
I only know very few Bitcoin Python library, but i'd like to recommend https://ofek.dev/bit/ (https://ofek.dev/bit/).

It claims to be "Python’s fastest Bitcoin library" and it's very easy to use, even if you're only geek (like me) or don't have much programming experience.