https://github.com/pegasusmetasec/bbitcoin-pegasus
💰 BBitcoin Cek Saldo "Tahu saldo Bitcoin kamu dalam sekejap." Tools sederhana untuk cek saldo Bitcoin address — cepat, akurat, dan tanpa ribet.
https://github.com/pegasusmetasec/bbitcoin-pegasus
bitcoin bitcoin-wallet saldo tools-engineering wallet-finder-crypto
Last synced: 2 months ago
JSON representation
💰 BBitcoin Cek Saldo "Tahu saldo Bitcoin kamu dalam sekejap." Tools sederhana untuk cek saldo Bitcoin address — cepat, akurat, dan tanpa ribet.
- Host: GitHub
- URL: https://github.com/pegasusmetasec/bbitcoin-pegasus
- Owner: PegasusMetaSec
- License: agpl-3.0
- Created: 2026-04-15T07:29:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T07:34:48.000Z (2 months ago)
- Last Synced: 2026-04-17T09:41:43.096Z (2 months ago)
- Topics: bitcoin, bitcoin-wallet, saldo, tools-engineering, wallet-finder-crypto
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://opensource.org/licenses/MIT)
[](https://www.python.org/downloads/)
[](https://bitcoincore.org/)
[](https://github.com/psf/black)
[](https://github.com/PyCQA/bandit)
> **Next‑gen Bitcoin instrumentation engine** — high‑speed wallet analytics, transaction monitoring, and automated trading execution with enterprise-grade security.
BBitcoin Pegasus combines the reliability of Bitcoin Core with a lightweight, async‑first architecture. Whether you are a trader, on-chain analyst, or infrastructure engineer, Pegasus gives you wings.

---
## ✨ Features
- 🚀 **Blazing‑fast RPC** – Async JSON‑RPC 2.0 client with connection pooling and automatic retries.
- 🧠 **Smart wallet scanner** – Real‑time UTXO aggregation, balance history, and label inference.
- 📡 **Zero‑MQ subscriber** – Low‑latency mempool and block notifications.
- 🤖 **Rule engine** – Define custom triggers (e.g., "alert when large tx > 10 BTC enters mempool").
- 🔒 **Hardened security** – Encrypted config, optional HSM integration, and automatic rate limiting.
- 📊 **Prometheus metrics** – Export all key performance indicators for Grafana dashboards.
- 🐳 **One‑line Docker** – Fully containerized deployment with `docker-compose up`.
---
## 📦 Installation
### Prerequisites
- Bitcoin Core 0.21+ (with `txindex=1` and ZMQ enabled)
- Python 3.9+ or Docker 20.10+
### From Source
```bash
git clone https://github.com/your-org/bbitcoin-pegasus.git
cd bbitcoin-pegasus
python -m venv venv
source venv/bin/activate # or `venv\Scripts\activate` on Windows
pip install -r requirements.txt
cp .env.example .env
# Edit .env with your RPC credentials