ithacaxyz / odyssey

A testnet open-source Layer 2 from the future, co-designed with the developer tools stack.
https://www.ithaca.xyz/updates/odyssey
Apache License 2.0
137 stars 28 forks source link

A problem of running guideline #26

Closed hustnn closed 3 days ago

hustnn commented 4 days ago

I run odyssey node following the readme, looks like the configured port 9551 is not used. Is it expected? I met the error when running op-node

WARN [10-13|08:42:20.701] failed to dial address, but may connect later addr=http://localhost:9551
odyssey node
    --chain etc/odyssey-genesis.json \
    --rollup.sequencer-http <TODO> \
    --http \
    --ws \
    --authrpc.port 9551 \
    --authrpc.jwtsecret /path/to/jwt.hex

2024-10-12T14:45:19.890823Z  INFO Transaction pool initialized
2024-10-12T14:45:21.702043Z  INFO StaticFileProducer initialized
2024-10-12T14:45:21.702572Z  INFO Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2024-10-12T14:45:21.703409Z  INFO Consensus engine initialized
2024-10-12T14:45:21.703582Z  INFO Engine API handler initialized
2024-10-12T14:45:21.703625Z  INFO Creating JWT auth secret file path="~/reth/odyssey/jwt.hex"
2024-10-12T14:45:21.704572Z  WARN EXP0001 wallet not configured
2024-10-12T14:45:21.705027Z  INFO RPC auth server started url=127.0.0.1:8551
2024-10-12T14:45:21.705278Z  INFO RPC IPC server started path=/tmp/reth.ipc
onbjerg commented 3 days ago

Hey @hustnn, a backslash was missing, please see the updated guidelines after #28 :)