Advanced Configuration
TezBake stores runtime settings under the node configuration. Advanced users can inspect and customize those values with tezbake node show and tezbake node modify.
Customize node startup arguments
Use configuration.STARTUP_ARGS to pass additional arguments to the Octez node process.
For example, to set the node synchronization threshold to 0:
tezbake node modify configuration.STARTUP_ARGS '["--synchronisation-threshold=0"]'
Stop and start TezBake after changing startup arguments so the node starts with the new configuration:
tezbake stop
tezbake start
You can verify the configured startup arguments with:
tezbake node show configuration.STARTUP_ARGS
Related Guides
- Baking on Mainnet - Main TezBake setup flow
- Key Aliases - Configure additional baker key aliases
- Troubleshooting - Common TezBake issues
Any questions/comments/concerns? Please contact the Tez Capital team on Discord or Telegram