diff --git a/EXPERIMENT.md b/EXPERIMENT.md index ecb1373..b5baeee 100644 --- a/EXPERIMENT.md +++ b/EXPERIMENT.md @@ -45,7 +45,7 @@ This guide explains how to use the interactive notebook to experiment with diffe ssh @ -L localhost:8888:localhost:8888 -Nv ``` - Open the URL from server logs and load `lockdrop-calculations.ipynb` + Open the URL having a unique token from server logs and load `lockdrop-calculations.ipynb` 3. **Use the Interactive Interface** diff --git a/README.md b/README.md index 81d83b5..d529e3c 100644 --- a/README.md +++ b/README.md @@ -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.10 + ZENITH_STACK_VERSION=v0.2.11 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history. @@ -469,7 +469,7 @@ Now we can run the comprehensive test suite to validate that the zenithd node's ssh @ -L localhost:8888:localhost:8888 -Nv ``` - Open the URL from server logs and load `lockdrop-calculations-simulated.ipynb`. + Open the URL having a unique token from server logs and load `lockdrop-calculations-simulated.ipynb`. The notebook contains useful visualizations including allocation distributions, lock period analysis, and participant statistics. diff --git a/test-runs/README.md b/test-runs/README.md index 9353201..e671232 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -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.10 + ZENITH_STACK_VERSION=v0.2.11 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.