Use existing DNS2 bootstrap server for blockchain download

Bootstrap server: http://194.233.88.206:8085/
Blockchain file: triangles-bootstrap.tar.gz (1.3GB, from March 29)

Pis can now download pre-synced blockchain during installation!
This commit is contained in:
Krystie
2026-04-01 12:08:45 -07:00
parent bb6e53f3f6
commit 64b9d37472
+1 -1
View File
@@ -6,7 +6,7 @@ set -e
VERSION="v5.4.4"
BINARY_URL="https://github.com/SamiAhmed7777/tri-pi/raw/main/releases/trianglesd-upx"
BLOCKCHAIN_URL="https://example.com/tri-blockchain-latest.tar.gz" # TODO: Update with actual URL
BLOCKCHAIN_URL="http://194.233.88.206:8085/triangles-bootstrap.tar.gz"
echo "╔═══════════════════════════════════════╗"
echo "║ TRI-PI $VERSION Bootstrap Installer ║"