vlnahp / Btcbf

Bitcoin private key brute force tool, written in python. Also can be used as a bitcoin wallet generator.
GNU Affero General Public License v3.0
334 stars 135 forks source link

Added GUI suggestion (functionally (kinda lol)) #27

Closed SubGlitch1 closed 2 years ago

SubGlitch1 commented 2 years ago

So my GithubDesktop was bugging like hell so excuse the manny commits. The important changes are the gui.py. I have worked on this for a few hours because i have never tried to make a python GUI before (and that is also why i failed kinda horribly lol). I still decided to send it here so that u can look at it because with a bit of work it is very doable. Definetly take a look at assets/btcbf_sketch.png Im too tired to continue this for today but ill fix it up in the following days

SubGlitch1 commented 2 years ago

Also ignore the "added gpu support commit" im gonna add that tomorow

vlnahp commented 2 years ago

You're doing great @3subs! I'm working on the speed measuring algo and sequential brute force. Let's keep the GUI waiting until these two issues are solved 🙂

SubGlitch1 commented 2 years ago

You're doing great @3subs! I'm working on the speed measuring algo and sequential brute force. Let's keep the GUI waiting until these two issues are solved 🙂

could you please elaborate on what you expect theh speed measuring algo to do so that i can code it

vlnahp commented 2 years ago

It's almost done, I will commit it within a few days.

vlnahp commented 2 years ago

Now it's time to work on the GUI!

SubGlitch1 commented 2 years ago

Now it's time to work on the GUI!

just checked out the new commit. Solid work man