ByeBye-Bitcoin-Remaster is a Python script that checks random Bitcoin Private Keys for non-zero balances and logs the results.
hits.txt
)pip install -r requirements.txt
Clone the repository:
git clone https://github.com/lopekinz/ByeBye-Bitcoin-Remaster.git
Change to the project directory:
cd ByeBye-Bitcoin-Remaster
Install the required packages:
pip install -r requirements.txt
Run the script:
python byebye_bitcoin.py
The script will continuously check random Bitcoin wallets and display the results in the console. Wallets with non-zero balances will be logged in the hits.txt
file.
You can customize the script by modifying the following variables:
url
: The URL of the website that provides random Bitcoin wallets.headers
: Custom headers for the HTTP requests (User-Agent).time.sleep()
: The delay between wallet checks (in seconds).This project is licensed under the MIT License.