Krystie 3218ed9200 Add automated ARM64 builds via GitHub Actions
- Auto-builds on new triangles_v5 releases
- Manual trigger with version input
- Creates GitHub releases with pre-built binaries
- Uses ARM64 Docker container for native builds
- Includes BerkeleyDB 4.8 compilation
- Generates release notes automatically
2026-04-01 04:03:31 -07:00

TRI-PI v5.4.4 - ARM64 Edition

Latest Release Build Status Platform

Complete Triangles (TRI) cryptocurrency node package for Raspberry Pi 4/5 (64-bit) and ARM64 servers.

Quick Start

Download Latest Release

# 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

Or Clone and 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

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

License

See LICENSE file in the source repository.


Built with ❤️ for the Raspberry Pi and ARM64 community

S
Description
Try Pie - TRI cryptocurrency Python utilities and tools
Readme 16 MiB
Languages
Shell 100%