Compare commits
1 Commits
main
...
pj-skip-mo
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cb9f143c1 |
@ -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:
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user