Cyber security

Wallet Transaction Monitor: Real-time Bitcoin Updates & Alerts

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

Changelog – 2023-07-10

  • Added the ability to monitor multiple Bitcoin wallets with custom names
  • Added option to save the information to a text file
  • More features will come within a couple of weeks

Requirements

Python 3.x requests library: You can install it by running pip install requests. winsound module: This module is available by default on Windows.

How To Run

  • Make sure you have Python 3.x installed on your system.
  • pip install -r requirements.txt
  • Clone or download the script file wallet_transaction_monitor.py from this repository.
  • Place the sound file (in .wav format) you want to use for the notification in the same directory as the script. Make sure to replace “soundfile.wav” in the script with the actual filename of your sound file.
  • Open a terminal or command prompt and navigate to the directory where the script is located.
  • Run the script by executing the following command:
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.

Important Notes

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.

Tamil S

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

2 weeks ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

3 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

4 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

4 weeks ago