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:
+1
-1
@@ -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 ║"
|
||||
|
||||
Reference in New Issue
Block a user