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
339 stars 137 forks source link

Test #44

Closed Keeksy closed 2 years ago

Keeksy commented 2 years ago

After the recent update I did a test with a known address in sequential brute force mode and it doesn't seem to work. No results found. Looks like it doesn't read adress.txt

Keeksy commented 2 years ago

My bad, it works ok!

DasT1er commented 2 years ago

@Keeksy how long does it take for you to brute force the key?

Keeksy commented 2 years ago

I never had the luck to actually bruteforce an address with balance 😅 I just did a test with a generated address from the sequence 1-100 it takes like 1 second for the program to find that key!

DasT1er commented 2 years ago

@Keeksy how does it work with the sequence for me there is always an error?

Keeksy commented 2 years ago

what error do you get?

DasT1er commented 2 years ago

Exception in thread Thread-1 (get_user_input): Traceback (most recent call last): File "C:\Users\kopfn\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner self.run() File "C:\Users\kopfn\AppData\Local\Programs\Python\Python310\lib\threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "F:\Spiele\Neuer Ordner\Autohotkey\Neuer Ordner\Btcbf-main\Btcbf.py", line 151, in get_user_input print(f"resume range {r0[0]}-{r0[2]}") IndexError: list index out of range

vlnahp commented 2 years ago

Exception in thread Thread-1 (get_user_input): Traceback (most recent call last): File "C:\Users\kopfn\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner self.run() File "C:\Users\kopfn\AppData\Local\Programs\Python\Python310\lib\threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "F:\Spiele\Neuer Ordner\Autohotkey\Neuer Ordner\Btcbf-main\Btcbf.py", line 151, in get_user_input print(f"resume range {r0[0]}-{r0[2]}") IndexError: list index out of range

Delete the cache.txt and run the program again.

DasT1er commented 2 years ago

thanks @vlnahp