Info added
This commit is contained in:
parent
28ec70a7b2
commit
a14cb04925
@ -1,5 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Step 0: Welcome
|
||||
echo "This script is made with ❤️ by https://quilibrium.space @ 0xOzgur.eth"
|
||||
echo "⏳You need GO and grpcurl installed on your machine to run this script. If you don't have them, please install them first."
|
||||
echo "You can find the installation instructions at https://docs.quilibrium.space/installing-prerequisites"
|
||||
echo "⏳Processing..."
|
||||
sleep 5 # Add a 5-second delay
|
||||
|
||||
# Bootstrap peer list
|
||||
bootstrap_peers=(
|
||||
"EiDpYbDwT2rZq70JNJposqAC+vVZ1t97pcHbK8kr5G4ZNA=="
|
||||
|
||||
Loading…
Reference in New Issue
Block a user