A privacy-first Monero swap tool designed exclusively for Tor networks. It interacts with the XMRGlobal.io API to fetch exchange rates, create swaps, check statuses, and manage transactions—all while ensuring full anonymity.
- 🕵️ Tor-Only – Built for Whonix & Tails, ensuring privacy by default.
- 🔒 No KYC, No Logs – No tracking, no data collection, no compromises.
- ⚡ Monero-Centric – Anonymous, censorship-resistant swaps.
- 📊 Real-Time Exchange Rates – Fetch up-to-date swap pricing.
- 🛡️ Multiple
.onion
Addresses – Enhances security by rotating access points. - 🔑 PGP & Tor Security – End-to-end encrypted communication.
Clone the repository and run the tool:
git clone https://github.com/XMRGlobal/XMRGlobal-Swap-Tool.git
cd XMRGlobal-Swap-Tool
python3 XMRGlobal.py
https://youtu.be/7clOOMlZ0uE Video - Tutorial
Simply run:
python3 XMRGlobal.py
python3 XMRGlobal.py
torsocks python3 XMRGlobal.py
1️⃣ Install Python in Termux (if not installed)
pkg update && pkg upgrade
pkg install python
2️⃣ Install Required Python Modules
pip install requests
3️⃣ Run the Swap Tool with Orbot’s SOCKS5 Proxy
Start Orbot → Enable SOCKS5 Proxy (127.0.0.1:9050)
export ALL_PROXY=socks5h://127.0.0.1:9050
python3 XMRGlobal.py
Since macOS supports Python natively, you can run the XMRGlobal Swap Tool using Tor's SOCKS5 proxy.
Check if Python is installed:
python3 --version
If not, install it using Homebrew:
brew install python
pip3 install requests
1️⃣ Install Tor using Homebrew:
brew install tor
2️⃣ Start Tor in a new terminal window:
tor
💡 Tor runs a SOCKS5 proxy at 127.0.0.1:9050
1️⃣ Open a new terminal window and export the proxy:
export ALL_PROXY=socks5h://127.0.0.1:9050
2️⃣ Run the swap tool through Tor:
python3 XMRGlobal.py
- Fetch Exchange Rates – Retrieve real-time rates for available swap pairs.
- Initiate a Swap – Enter details and create a swap privately.
- Send Payment – Transfer the required Monero (XMR) to complete the swap.
- Monitor Swap Status – Check the progress of your transaction.
- View Swap History – Securely access past transactions.
- Delete Swap History – Option to wipe all saved swaps with confirmation.
- Tor-Only – Operates exclusively through
.onion
services for privacy. - No JavaScript – Fully functional in a minimal, secure environment.
- Anonymous Transactions – No user data is collected or stored.
- Privacy-Friendly CAPTCHA – Prevents automated abuse while preserving anonymity.
This repository includes .onion
addresses signed with GPG for authenticity.
To verify:
- Import the GPG key:
from https://github.com/XMRGlobal/XMRGlobal-Swap-Tool/blob/main/XMRGlobal%20PGP%20key
gpg --keyserver hkps://keys.openpgp.org --recv-key 4246552B722D7F51738032B22AD42655BD5227F5
- Verify the signature:
gpg --verify onions.txt.asc onions.txt
This message was signed at Monero block number [3352777] to ensure authenticity.
This software is provided as-is with no warranty. Users are responsible for their own privacy and security. Always verify .onion
addresses before use.
🔑 Privacy is freedom. Freedom is XMRGlobal. 🚀