From 0509b7c0d7580cd3489bf93db5a5e20305ee5448 Mon Sep 17 00:00:00 2001 From: austbot Date: Mon, 14 Oct 2024 13:10:40 -0500 Subject: [PATCH] Update provision-a-bonsol-node.md --- docs/docs/how-to-guides/provision-a-bonsol-node.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-to-guides/provision-a-bonsol-node.md b/docs/docs/how-to-guides/provision-a-bonsol-node.md index 5576cd2..34cac11 100644 --- a/docs/docs/how-to-guides/provision-a-bonsol-node.md +++ b/docs/docs/how-to-guides/provision-a-bonsol-node.md @@ -85,10 +85,11 @@ missing_image_strategy = "DownloadAndClaim" ``` ## Running the Node -You can run the node with the following command. +After building the relay package you can run the node with the following command. ```bash ulimit -s unlimited //this is required for the c++ groth16 witness generator it will blow your stack without a huge stack size -bonsol -f Node.toml +#from within the bonsol root dir +./target/release/relay -f Node.toml ``` ### Runnig the Node with systemd You can use the following systemd service file to run the node.