Compare commits

..

1 Commits

Author SHA1 Message Date
1cb9f143c1 Update readme to skip monitoring setup 2025-11-10 15:47:53 +05:30
2 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan
- Set zenith-stack version to use:
```bash
ZENITH_STACK_VERSION=v0.2.23
ZENITH_STACK_VERSION=v0.2.24
```
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.
@ -261,7 +261,7 @@ Now, run required system setup (installs docker and laconic-so):
```bash
# sudo access required for installing docker
zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer
zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer,monitoring
```
If your machine did not have Docker installed before, the above command will install it. On Ubuntu, you will need to activate the `docker` group for your current shell:
@ -353,7 +353,7 @@ This will:
Now, we can use this genesis file to run the stage 1 validator node:
```bash
zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer
zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer,monitoring
```
After starting the node, verify it's running correctly:

View File

@ -60,7 +60,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru
- Set zenith-stack version to use:
```bash
ZENITH_STACK_VERSION=v0.2.23
ZENITH_STACK_VERSION=v0.2.24
```
Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.