File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
wget " https://github.com/$STACKS_ORG /$STACKS_REPO /releases/download/$VERSION_TAG /linux-glibc-arm64.zip" -O $STACKS_BINARIES_FILE_NAME
42
42
fi
43
43
44
- unzip ./$STACKS_BINARIES_FILE_NAME -d $START_DIR /bin
44
+ unzip ./$STACKS_BINARIES_FILE_NAME -d $START_DIR /bin
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ AWS_REGION="us-west-2" # AWS region for dep
13
13
# STACKS_CPU_TYPE="x86_64" # CPU architecture: "x86_64", "ARM_64". IMPORTANT: Ensure compatibility with instance type
14
14
# STACKS_VERSION="latest" # Stacks node version to deploy. Use "latest" for the most recent version
15
15
# STACKS_BUILD_FROM_SOURCE="true" # By default we download binaries from official GitHub. Uncomment to build from source.
16
- # STACKS_DOWNLOAD_CHAINSTATE="true" # Set to "false" to let the node sync data from block 0
16
+ # STACKS_DOWNLOAD_CHAINSTATE="true" # Set to "false" to let the node sync data from block 0
17
17
STACKS_NODE_CONFIGURATION="follower" # Node configuration type: "follower", "signer", "miner"
18
18
# STACKS_BOOTSTRAP_NODE="..." # Address of the bootstrap node for network connection
19
19
# STACKS_CHAINSTATE_ARCHIVE="..." # Archive node for initial chain state.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ STACKS_CPU_TYPE="ARM_64" # CPU architecture:
13
13
STACKS_VERSION="latest" # Stacks node version to deploy. Use "latest" for the most recent version
14
14
STACKS_NODE_CONFIGURATION="follower" # Node configuration type: "follower", "signer", "miner"
15
15
STACKS_BUILD_FROM_SOURCE="true" # By default we download binaries from official GitHub. Uncomment to build from source.
16
- STACKS_DOWNLOAD_CHAINSTATE="false" # Set to "false" to let the node sync data from block 0
16
+ STACKS_DOWNLOAD_CHAINSTATE="false" # Set to "false" to let the node sync data from block 0
17
17
STACKS_BOOTSTRAP_NODE="TEST_BOOTSTRAP_NODE" # Address of the bootstrap node for network connection
18
18
STACKS_CHAINSTATE_ARCHIVE="TEST_BOOTSTRAP_NODE" # Archive node for initial chain state.
19
19
You can’t perform that action at this time.
0 commit comments