mavbake_bootstrap-node

docs/cmd/mavbake_bootstrap-node.md## mavbake bootstrap-node

Bootstraps MavBake’s Mavryk node.

Synopsis

Downloads bootstrap snapshot and imports it into node database.

The source can be either a URL or a local file path to a snapshot. Optionally, a block hash can be provided for verification.

If no source is provided and running in a TTY, an interactive selector will be shown to help you choose the appropriate snapshot for your needs.

mavbake bootstrap-node [--no-check] [--keep-snapshot] [<url or path>] [<block hash>] [flags]

Options

  -h, --help            help for bootstrap-node
      --keep-snapshot   Keep the snapshot file on disk after import
      --no-check        Bootstrap node without verifying snapshot integrity

Options inherited from parent commands

  -l, --log-level string       Sets log level (trace/debug/info/warn/error) (default "info")
      --no-color               Disable color output
  -o, --output-format string   Sets output log format (json/text/auto) (default "auto")
  -p, --path string            Path to mavbake instance (default "/mavbake")
      --version                Prints mavbake version

SEE ALSO

Auto generated by spf13/cobra on 19-Mar-2026