btc-hack icon indicating copy to clipboard operation
btc-hack copied to clipboard

An automated bitcoin wallet generator that brute forces random wallet addresses by checking their balance in real-time using an online API .

Results 26 btc-hack issues
Sort by recently updated
recently updated
newest added

def get_balance(address): time.sleep(0.2) #This is to avoid over-using the API and keep the program running indefinately. try: response = requests.get("https://blockchain.com/api/v2/address/BTC/" + str(address)) return float(response.json()['data']['balance']) except: return -1

Hello, please I need your help recovering my uncompressed Bitcoin private key which has 10 characters missing. I was wondering if you could help me write a python or any...

![Screenshot_115](https://user-images.githubusercontent.com/24416899/174002681-c21d8c9d-a446-4d56-9c3c-e516898928b7.png) hi, scirpt always work, i dont change anything but today error show up

Hi, The idea is interesting, however i wonder if it works really. It seem's never find address with balance above 0.0 BTC. Is it really work, somebody already find an...

imac@computador btc-hack % python3 btc-hack-v2.py Traceback (most recent call last): File "/Users/imac/Desktop/btc-hack/btc-hack-v2.py", line 16, in import PySimpleGUI as sg File "/usr/local/lib/python3.9/site-packages/PySimpleGUI/__init__.py", line 2, in from .PySimpleGUI import * File "/usr/local/lib/python3.9/site-packages/PySimpleGUI/PySimpleGUI.py",...

hello sir can i have ur contact please

Exception in thread "main" java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:58) Caused by: java.lang.NoClassDefFoundError: org/bitcoinj/core/ECKey at btc.btc2.btc.main(btc.java:28) ... 5 more Caused by: java.lang.ClassNotFoundException: org.bitcoinj.core.ECKey at...

blink@localhost:~$ cd /storage/emulated/0/Download/btc-hack blink@localhost:/storage/emulated/0/Download/btc-hack$ ls README.md btc-hack.py requirements.txt btc-hack-v2.py found.txt screenshot.PNG blink@localhost:/storage/emulated/0/Download/btc-hack$ python3 btc-hack-v2.py Traceback (most recent call last): File "/sdcard/Download/btc-hack/btc-hack-v2.py", line 69, in load_settings with open(settings_file, 'r') as f:...

Traceback (most recent call last): File "/data/data/com.termux/files/usr/lib/python3.9/multiprocessing/synchronize.py", line 28, in from _multiprocessing import SemLock, sem_unlink ImportError: cannot import name 'SemLock' from '_multiprocessing' (/data/data/com.termux/files/usr/lib/python3.9/lib-dynload/_multiprocessing.cpython-39.so) During handling of the above exception, another...

![Screenshot_20210501-112759_Termux.jpg](https://user-images.githubusercontent.com/69842837/116766924-6acfe280-aa70-11eb-886a-89544e644365.jpg) ![Screenshot_20210501-112741_Termux.jpg](https://user-images.githubusercontent.com/69842837/116766938-76bba480-aa70-11eb-9a99-ceabb206e001.jpg)