OffchainLabs / arbitrum-classic

Powers fast, private, decentralized applications
https://offchainlabs.com/
Apache License 2.0
1.98k stars 1.39k forks source link

`--core.cache.seed-on-startup=false` doesn't work #2297

Closed ghost closed 2 years ago

ghost commented 2 years ago

Node version: offchainlabs/arb-node:v1.4.1-h9180527

{"level":"info","component":"configuration","l1url":"****","l1chainid":"1","time":"2022-06-15T02:35:44Z","caller":"/home/user/arb-util/configuration/configuration.go:657","message":"connected to l1 chain"}
{"level":"info","component":"arb-node","chainaddress":"c12ba48c781f6e392b49db2e25cd0c28cd77531a","chainid":"a4b1","type":"forwarder","fromBlock":12525700,"time":"2022-06-15T02:35:44Z","caller":"/home/user/arb-rpc-node/cmd/arb-node/arb-node.go:232","message":"Launching arbitrum node"}
{"level":"info","component":"monitor","directory":"/home/user/.arbitrum/mainnet/db","time":"2022-06-15T02:36:15Z","caller":"/home/user/arb-node-core/monitor/monitor.go:70","message":"database opened"}
Reloading chain to the last checkpoint saved
Loading initial machine
ghost commented 2 years ago

Related issues:

https://github.com/OffchainLabs/arbitrum/issues/1942

https://github.com/OffchainLabs/arbitrum/issues/1823

joshuacolvin0 commented 2 years ago

This parameter does not do what you think it does. It works as intended, and not recommended for normal use. Please do not use any parameters not explicitly documented on https://developer.offchainlabs.com/docs/running_nitro_node. Any further questions should be directed to discord https://discord.gg/arbitrum Thanks.