diff --git a/docs/content/operate/run-full-node.md b/docs/content/operate/run-full-node.md index 821c8a5ca..f9cc3c835 100644 --- a/docs/content/operate/run-full-node.md +++ b/docs/content/operate/run-full-node.md @@ -15,7 +15,7 @@ Please note that if you're running an Omega full node, you will need to redeploy The simplest way to run a full node is with the following commands: ```bash -# Install the Omni CLI (alternate instructions here: https://docs.omni.network/tools/cli/) +# Install the Omni CLI curl -sSfL https://raw.githubusercontent.com/omni-network/omni/main/scripts/install_omni_cli.sh | sh -s # init geth and halo @@ -28,13 +28,6 @@ docker compose up Congrats, you're running a full node! -
-Known Issue **"validator does not exist"** - -Please note if you see this error that it is a known issue, it is sporadic and resolves itself after a couple tries. If you're interested to follow along the solution (or give it a shot yourself!), you can follow along [here](https://github.com/omni-network/omni/issues/1524). - -
- ### Details What's actually happening here?