Skip to content

Commit

Permalink
Update provision-a-bonsol-node.md (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot authored Oct 14, 2024
1 parent 2e167eb commit eb3a451
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/docs/how-to-guides/provision-a-bonsol-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit eb3a451

Please sign in to comment.