From 6286bc34d5e3d4c6c8fc77fbb6934d2582f10898 Mon Sep 17 00:00:00 2001 From: "Illuminatus [CCIO]" Date: Wed, 17 Apr 2024 13:11:33 -0700 Subject: [PATCH] Add reference to MITHRIL_DOWNLOAD for snapshot sync in regular docs --- docs/Build/node-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Build/node-cli.md b/docs/Build/node-cli.md index 5b7fa796e..cdcc215b8 100644 --- a/docs/Build/node-cli.md +++ b/docs/Build/node-cli.md @@ -63,7 +63,7 @@ POOL_NAME="GUILD" #### Start the node -To test starting the node in interactive mode, we will make use of pre-built script `cnode.sh`. This script automatically determines whether to start the node as a relay or block producer (if the required pool keys are present in the `$CNODE_HOME/priv/pool/` as mentioned above). The script contains a user-defined variable `CPU_CORES` which determines the number of CPU cores the node will use upon start-up: +To test starting the node in interactive mode, we will make use of pre-built script `cnode.sh`. This script automatically determines whether to start the node as a relay or block producer (if the required pool keys are present in the `$CNODE_HOME/priv/pool/` as mentioned above). If the `` variable is set to 'Y' it will download the latest snapshot from a Mithril aggregator to speed up the blockchain synchronization. The script contains a user-defined variable `CPU_CORES` which determines the number of CPU cores the node will use upon start-up: ```bash ######################################