241fc6849552d183eb7b607253a5ce540e6f15c8
Watch Upstream triangles_v5 / Check for New Releases (push) Has been cancelled
Removed: - Snapshot creation instructions (handled automatically server-side) - Hosting instructions (not relevant to Pi users) - Maintenance schedules (internal infrastructure) Kept: - Why bootstrap is useful - Installation instructions - What gets downloaded - Security notes - Troubleshooting Docs now focus purely on end-user Pi setup experience.
TRI-PI v5.4.4 - ARM64 Edition
Complete Triangles (TRI) cryptocurrency node package for Raspberry Pi 4/5 (64-bit) and ARM64 servers.
Quick Start
🚀 Bootstrap Installer (Recommended - Only 1.6MB!)
curl -sSL https://raw.githubusercontent.com/SamiAhmed7777/tri-pi/main/bootstrap.sh | sudo bash
Ultra-fast setup:
- Downloads compressed binary (1.6MB vs 5.1MB)
- Auto-installs all dependencies
- Generates secure config
- Enables Tor integration
- Ready to mine in 60 seconds!
📦 Full Package Download
# Get latest version
wget https://github.com/SamiAhmed7777/tri-pi/releases/latest/download/tri-pi-v5.4.4-arm64.tar.gz
tar xzf tri-pi-v5.4.4-arm64.tar.gz
cd tri-pi-v5.4.4-arm64
# Install
sudo ./install.sh
# Start node
trianglesd
🔧 Build from Source
git clone https://github.com/SamiAhmed7777/tri-pi.git
cd tri-pi
sudo ./install.sh
What's Included
- trianglesd v5.4.4 - Native ARM64 binary (85MB)
- Tor integration - Built-in hidden service support
- Updated seed nodes - Latest v5.4.4 onion addresses
- Auto-installer - One-command setup
- Full documentation - Build instructions and usage guide
System Requirements
- Platform: Raspberry Pi 4/5 (64-bit) or any ARM64 Linux server
- OS: Ubuntu 24.04 ARM64, Raspberry Pi OS 64-bit, or compatible
- RAM: 2GB minimum (4GB recommended)
- Storage: 10GB free space (blockchain grows over time)
- Network: Internet connection (Tor supported)
Automated Builds
New releases are automatically built via GitHub Actions whenever upstream trianglesd is updated.
Manual trigger: Go to Actions → "Build TRI-PI ARM64" → "Run workflow"
Usage
Start the node
trianglesd
Check node status
trianglesd getinfo
Common commands
trianglesd getblockcount # Current block height
trianglesd getpeerinfo # Connected peers
trianglesd getstakinginfo # Staking status
trianglesd getnewaddress # Generate new address
trianglesd getbalance # Wallet balance
Documentation
- Build Guide - Complete build instructions from source
- Installation - Automated installer script
- Releases - Download pre-built packages
Tor Integration
trianglesd v5.4.4 includes built-in Tor management:
- Automatic Tor startup - No manual configuration needed
- Hidden service generation - Creates .onion address automatically
- SOCKS proxy - Built-in at port 19099
- Peer connectivity - Connects to onion seed nodes
Check your onion address:
trianglesd getinfo | grep onion
Support
- GitHub Issues: Report bugs or request features
- Upstream: triangles_v5
License
See LICENSE file in the source repository.
Built with ❤️ for the Raspberry Pi and ARM64 community
Description
Languages
Shell
100%