This script monitors a Bitcoin wallet address and notifies the user when there are changes in the balance or new transactions.
It provides real-time updates on incoming and outgoing transactions, along with the corresponding amounts and timestamps.
Additionally, it can play a sound notification on Windows when a new transaction occurs
Python 3.x requests library: You can install it by running pip install requests. winsound module: This module is available by default on Windows.
python wallet_transaction_monitor.py
The script will start monitoring the wallet and display updates whenever there are changes in the balance or new transactions. It will also play the specified sound notification on Windows.
This script is designed to work on Windows due to the use of the winsound module for sound notifications.
If you are using a different operating system, you may need to modify the sound-related code or use an alternative method for audio notifications.
The script uses the Blockchain.info API to fetch wallet data. Please ensure you have a stable internet connection for the script to work correctly.
It’s recommended to run the script in the background or keep the terminal window open while monitoring the wallet.
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…