From 64b9d37472fd3ec9a5bd758fef903cb13459cdb6 Mon Sep 17 00:00:00 2001 From: Krystie Date: Wed, 1 Apr 2026 12:08:45 -0700 Subject: [PATCH] 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! --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3dca38c..f2e0cb8 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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 ║"