You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you start the exex hello world example? Is it possible the two arg parsing (exex optimism and node) is causing issues?
reth/examples/exex-hello-world
❯ cargo run
Reth
Usage: example-exex-hello-world [OPTIONS] <COMMAND>
Commands:
node Start the node
init Initialize the database from a genesis file
init-state Initialize the database from a state dump file
import This syncs RLP encoded blocks from a file
import-era This syncs ERA encoded blocks from a directory
dump-genesis Dumps genesis block JSON configuration to stdout
db Database debugging utilities
download Download public node snapshots
stage Manipulate individual stages
p2p P2P Debugging utilities
config Write config to stdout
debug Various debug routines
recover Scripts for node recovery
prune Prune according to the configuration without any limits
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help (see more with '--help')
-V, --version Print version
Logging:
--log.stdout.format <FORMAT> The format to use for logs written to stdout [default: terminal] [possible values: json, log-fmt, terminal]
--log.stdout.filter <FILTER> The filter to use for logs written to stdout [default: ]
--log.file.format <FORMAT> The format to use for logs written to the log file [default: terminal] [possible values: json, log-fmt, terminal]
--log.file.filter <FILTER> The filter to use for logs written to the log file [default: debug]
--log.file.directory <PATH> The path to put log files in [default: /Users/alex/Library/Caches/reth/logs]
--log.file.max-size <SIZE> The maximum size (in MB) of one log file [default: 200]
--log.file.max-files <COUNT> The maximum amount of log files that will be stored. If set to 0, background file logging is disabled [default: 5]
--log.journald Write logs to journald
--log.journald.filter <FILTER> The filter to use for logs written to journald [default: error]
--color <COLOR> Sets whether or not the formatter emits ANSI terminal escape codes for colors and other text formatting [default: always] [possible values: always, auto, never]
Display:
-v, --verbosity... Set the minimum log level.
-q, --quiet Silence all log output
reth/examples/exex-hello-world took 2s
❯ cargo run -- node
error: unexpected argument 'node' found
Usage: example-exex-hello-world [OPTIONS]
For more information, try '--help'.
reth/examples/exex-hello-world took 2s
❯ cargo run -- --optimism
error: unexpected argument '--optimism' found
Usage: example-exex-hello-world [OPTIONS] <COMMAND>
For more information, try '--help'.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
How do you start the exex hello world example? Is it possible the two arg parsing (exex optimism and node) is causing issues?
Beta Was this translation helpful? Give feedback.
All reactions