Releases: argo79/pax-wallet
Release list
PAX Wallet v0.11.0 - Peace Through Free Money
PAX Wallet v0.10.3 - Peace Through Free Money
PAX Wallet v0.10.3 - Peace Through Free Money
PAX Wallet v0.10.2b - Peace Through Free Money
PAX Wallet v0.10.2b - Peace Through Free Money
PAX Wallet v0.10.2 - Peace Through Free Money
🚀 PAX Wallet Release Update - 0.10.2 beta
New Features & Improvements
This release introduces major networking improvements, expanding PAX Wallet from a traditional blockchain wallet into a resilient multi-network wallet architecture.
📡 Reticulum Network Integration
Added full integration with Reticulum mesh networking.
PAX Wallet can now operate through decentralized communication channels without requiring direct internet connectivity.
New capabilities:
- Reticulum peer discovery
- Mesh transaction transport
- Gateway-based blockchain access
- Relay-based Reticulum routing
- Store-and-forward communication support
- Offline-capable transaction delivery
The wallet can now participate in decentralized financial communication over mesh networks.
🧅 TOR Network Support
Added optional TOR integration for privacy-oriented connections.
Users can choose TOR routing when accessing blockchain services through internet gateways.
Benefits:
- Reduced IP exposure
- Privacy-enhanced ledger communication
- Anonymous gateway connections
- Additional network layer protection
🌐 New Network Connection Modes
Added flexible network selection.
Users can now choose how transactions reach blockchain networks:
Direct Internet Mode
Wallet
|
|
Internet
|
|
Blockchain
Fastest mode for normal operation.
Internet + TOR Mode
Wallet
|
|
TOR Network
|
|
Internet Gateway
|
|
Blockchain
Privacy-enhanced internet connectivity.
Reticulum + Internet Mode
Wallet
|
|
Reticulum Mesh
|
|
Gateway Node
|
|
Internet
|
|
Blockchain
Allows mesh users to reach blockchain infrastructure through available gateways.
Reticulum Relay Gateway Mode
Wallet
|
|
Reticulum Mesh
|
|
Relay Node
|
|
Reticulum Network
Designed for decentralized mesh environments where nodes forward traffic without direct blockchain access.
🌉 Gateway Architecture Improvements
Introduced multiple gateway roles:
Blockchain Gateway
Provides:
- Reticulum ↔ Internet bridge
- Blockchain transaction submission
- Ledger synchronization
- Network availability checks
Reticulum Relay Gateway
Provides:
- Mesh packet forwarding
- Peer connectivity extension
- Network range expansion
- Offline communication support
Gateways never access user private keys.
All transactions are signed locally before transmission.
🔐 Security Improvements
Improved security architecture:
- Added additional network isolation layers
- Private keys remain local
- Transaction signing remains device-side
- Improved encrypted storage handling
- Extended privacy options through TOR routing
🛠 Bug Fixes
- Improved network connection handling
- Fixed gateway communication issues
- Improved error recovery during network switching
- Improved transaction delivery reliability
- Improved peer discovery stability
- Fixed configuration handling for multiple network modes
⚙️ Architecture Update
New communication stack:
PAX Wallet
|
+------------+------------+
| | |
Internet TOR Reticulum
| | |
+------------+------------+
|
Gateway Layer
|
Blockchain Networks
XRP Ledger / Stellar
📋 Summary
This release transforms PAX Wallet into a multi-path decentralized wallet capable of operating across:
✅ Direct Internet
✅ TOR privacy network
✅ Reticulum mesh network
✅ Reticulum + Internet gateways
✅ Reticulum relay infrastructure
The objective is to provide a resilient financial communication layer that remains usable even when traditional network infrastructure is limited or unavailable.
PAX Wallet v0.10.0b - Peace Through Free Money
PAX Wallet v0.10.0b - Peace Through Free Money
PAX Wallet v0.9.2b - Peace Through Free Money
PAX Wallet v0.9.2b - Peace Through Free Money
PAX Wallet v0.9.2 - Peace Through Free Money
Login with password and cyphering all wallets/*.json and sqlite *.db
PAX Wallet v0.9.1b - Peace Through Free Money
PAX Wallet v0.9.1b - Peace Through Free Money
PAX Wallet v0.9.0b - Peace Through Free Money
pax-wallet
📦 Installation
From Release (Recommended)
# Linux
wget https://github.com/argo79/pax-wallet/releases/download/v0.9.0b/wallet
chmod +x wallet
./wallet interactiveWindows
Download wallet.exe and run
wallet.exe interactive
From Source
# Clone repository
git clone https://github.com/argo79/pax-wallet.git
cd pax-wallet
# Install dependencies
pip install -r requirements.txtBuild Rust core (optional, pre-built libs included)
./build_rust_core.sh
Run
python3 wallet_cli.py interactive
Dependencies
bip32>=3.0.0
mnemonic>=0.20
xrpl-py>=4.0.0
stellar-sdk>=10.0.0
cryptography>=41.0.0
ecdsa>=0.18.0
base58>=2.1.0
RNS>=0.5.0
colorama>=0.4.6
🖥️ CLI Commands
Command Description
interactive Launch interactive menu
create --name NAME Create new wallet
import --seed SEED Import wallet from seed
balance Show wallet balance
address Show wallet address
send --to ADDR --amount X Send payment
history Show transaction history
info Show wallet details
list-wallets List all saved wallets
switch NAME Switch active wallet
trustlines Show trustlines (XRP)
trustline-set ASSET ISSUER Create trustline
trustline-remove ASSET Remove trustline
send-token --token TOKEN Send custom token
Reticulum Commands (inside interactive)
Command Description
Status Show gateway status
Avvia gateway Start gateway mode
Ferma gateway Stop gateway mode
Scopri gateway Discover gateways on network
Scopri wallet Discover wallets on network
Peer metriche Show peer metrics table
Miglior gateway Find best gateway for asset
Richiedi info gateway Request gateway info
Invia transazione Send transaction via Reticulum
🌐 Network Architecture
```text
┌─────────────────────────────────────────────────────────────┐
│ HOPE ECOSYSTEM │
│ (Human Open Payment Ecosystem) │
├─────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ PAX Wallet │◄───│ PAX Wallet │◄───│ PAX Wallet │ │
│ │ (Node 1) │ │ (Node 2) │ │ (Node 3) │ │
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ Reticulum Network (Mesh) │ │
│ │ Encrypted, Decentralized, P2P │ │
│ └─────────────────────────────────────────────────────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ │
│ │ Gateway │ │ Gateway │ │ Gateway │ │
│ │ (Relay 1) │ │ (Relay 2) │ │ (Relay 3) │ │
│ └──────┬──────┘ └──────┬──────┘ └──────┬──────┘ │
│ │ │ │ │
│ ▼ ▼ ▼ │
│ ┌─────────────────────────────────────────────────────┐ │
│ │ XRP / XLM Networks (Internet) │ │
│ │ On-chain Settlement │ │
│ └─────────────────────────────────────────────────────┘ │
│ │
└─────────────────────────────────────────────────────────────┘
🔐 Why PAX Wallet?
Feature PAX Wallet Traditional Wallets
Decentralized ✅ Yes (Reticulum) ❌ Central servers
Privacy ✅ End-to-end encrypted ❌ Metadata exposed
Control ✅ Self-custodial ❌ Third-party custody
Network ✅ Mesh (offline-capable) ❌ Internet only
Fees ✅ Minimal ❌ High (middlemen)
Freedom ✅ Permissionless ❌ Gatekeepers
Speed ✅ Rust/Core ❌ Slow (interpreted)
🛠️ Build from Source
Linux
```bash
./build_rust_core.sh
./build_wallet.sh
./dist/wallet interactiveWindows
# Install prerequisites
pip install -r requirements.txt
# Build (requires wallet_core.dll)
pyinstaller --onefile --console --name wallet.exe wallet_cli.py
# Run
wallet.exe interactive📚 Documentation
Reticulum: https://reticulum.network/
XRP Ledger: https://xrpl.org/
Stellar Network: https://stellar.org/
BIP32: https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
BIP39: https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki
🌍 Philosophy
"Money is freedom. Freedom is human. Human is hope."
PAX Wallet is not just a wallet — it's a statement.
We believe in:
Decentralization - No single point of failure, no central authority
Privacy - Your transactions are your business
Freedom - Permissionless, borderless, open
Humanity - Technology serving humans, not the other way around
HOPE is the vision. PAX is the tool.
📄 License
MIT License - Free as in Freedom.
🤝 Contributing
Contributions welcome! Fork the repository, make your changes, and submit a pull request.
git clone https://github.com/argo79/pax-wallet.git
cd pax-wallet
git checkout -b feature/your-feature
# Make changes
git commit -m "Add your feature"
git push origin feature/your-feature📞 Contact
GitHub: argo79/pax-wallet
Author: Arg0net
PAX Wallet - Peace Through Free Money
HOPE Ecosystem - Human Open Payment Ecosystem
"In a world divided, HOPE is the dream of a better future. PAX is the tool to build it."