-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review and update Full Node How to Guide #517
Comments
I tested the how to guide using the gm rollup created from the ignite guide: https://rollkit.dev/guides/ignite-rollkit To better separate the sequencer from the full node I duplicated the Then I followed the steps of the guide. I had to update the start command with 2 changes.
The resulting command is this:
This allows the chain to start. We should mention explicitly why we are including all the other flags, and that it is to avoid the duplicate port use of the other node running. That might not be obvious to users. Once it is running, I start seeing these errors.
I'm wondering if there is something else that needs to be updated with this guide, maybe a sequencer setting. I was running the |
@gupadhyaya here are some minor edits I had locally that would be good to include. Specifically:
|
Run Full node guide steps don't work. Command has old flags, not sure what minimal flags need to be.
json flag is outdated
needs sequencer rollup id flag
need local da? mock da doesn't seem to work?
might need local sequencer as well?
The text was updated successfully, but these errors were encountered: