Skip to content

Commit a1fe337

Browse files
aw126gitbook-bot
authored andcommitted
GITBOOK-351: Updating headings & wordings
1 parent 110ebbc commit a1fe337

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

for-node-hosts/running-nodes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Running Nodes
22

3-
This section explains how to build, run, and maintain Cronos nodes across Mainnet, Testnet, and Devnet. It covers key areas such as compiling `cronosd`, configuring validators and full nodes, managing upgrades, and optimizing synchronization with tools like state sync, snapshots, and VersionDB. The aim is to provide node operators with clear guidance to keep their infrastructure stable and efficient.
3+
This section explains how to build, run, and maintain Cronos nodes across Mainnet, Testnet, and Devnet. It covers key areas such as compiling `cronosd`, configuring validators and full nodes, managing upgrades, and optimizing synchronization with tools like snapshots, local state sync, VersionDB and MemlAVL. The aim is to provide node operators with clear guidance to keep their infrastructure stable and efficient.
44

55
Whether you’re launching a validator, hosting infrastructure, or contributing to the network, this page walks you through everything from initial setup to advanced optimizations.
66

for-node-hosts/running-nodes/cronos-evm-snapshots/quicksync.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ After executing the command `./cronosd` start at [Step 3-2](../cronos-mainnet/#s
2727
\
2828
Both RocksDB and LevelDB snapshots are now available for Cronos Chain.
2929

30+
{% hint style="info" %}
3031
### Step 2: Quicksync Extract
32+
{% endhint %}
3133

3234
To start with Quicksync, you need to run `brew install lz4` to install lz4 in a new terminal.\
3335
Then download the file with preferred pruning settings directly from [Quicksync](https://quicksync.io/cronos).

for-node-hosts/running-nodes/cronos-evm-snapshots/state-sync.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ IMPORTANT
2626
State-sync depends on the ability to pull a snapshot from its persistent-peers, so there is some amount of timing and luck involved with this method. Although it is the fastest way, it is not always going to work, in case state-sync is not syncing, we recommend using [quicksync](quicksync.md), although it takes a longer time to download the snapshot, this method is more guaranteed to work.
2727
{% endhint %}
2828

29-
#### Step 1: Get the latest cronosd binary
29+
### Step 1: Get the latest cronosd binary
3030

3131
{% hint style="info" %}
3232
The latest Cronosd [version](https://github.com/crypto-org-chain/cronos/releases) release is `cronosd v1.4.5`
@@ -45,7 +45,7 @@ The latest Cronosd [version](https://github.com/crypto-org-chain/cronos/releases
4545
1.4.5
4646
```
4747

48-
#### Step 2: Configure cronosd
48+
### Step 2: Configure cronosd
4949

5050
* Initialize **cronosd.** Replace the **\[moniker]** with an ID for your node.  
5151

@@ -81,7 +81,7 @@ s|^(persistent_peers[[:space:]]+=[[:space:]]+).*$|\1\"0d5cf1394a1cfde28dc8f02356
8181
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" ~/.cronos/config/config.toml
8282
```
8383

84-
#### Step 3: Run everything
84+
### Step 3: Run everything
8585

8686
* Now that `cronosd` has been configured, we are ready to start the node:
8787

0 commit comments

Comments
 (0)