[ZK Stack] - How to run ZkSync Node for a self hosted ZkSync Hyperchain? #695
-
Module Affected
Rust Version1.80.1 Operating System
Issue DescriptionI have deployed ZkSync Hyperchain on my AWS EC2 instance connect to L1 Sepolia. Now Im trying to run a ZkSync Node to it. How do I get the consensus config? What all other changes are required Expected BehaviorCurrent BehaviorError Im getting after running testnet-external-node-docker-compose.yml.
Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
To run a ZKsync Node for a self-hosted ZKsync Hyperchain on your AWS EC2 instance connected to L1 Sepolia, you'll need to adapt the standard setup instructions for local or testnet environments to your specific configuration. Here’s a general guide on how to proceed:
For detailed instructions and configurations specific to a self-hosted setup, you might need to refer to additional resources or community support, as most documentation focuses on connecting to the predefined networks like ZKsync's mainnet or testnet. For further guidance, you can also check the Quick Start Guide for ZKsync Node which provides foundational steps that might be adapted for your setup. Your feedback helps us serve you better. If this fully addresses your question, please give it a thumbs up. If it doesn't, please give it a thumbs down. This will inform the community and team so we can improve our support. |
Beta Was this translation helpful? Give feedback.
-
Will see if this is possible right now. Thanks for the feedback on the AI responses. Right now there isn't a ton of documentation out there for ZK Stack so the responses for ZK Stack aren't always full. BTW are you from a specific team or are you just looking into things? |
Beta Was this translation helpful? Give feedback.
-
hey, yes this should be possible and the AI was right to adopt that configuration (you can take this as example and modify the highlighted and potentially other fields. You should also disable snapshot recovery here since - I assume - you don't generate snapshots on your env. Please let us know if it works! |
Beta Was this translation helpful? Give feedback.
Yeah, This is fixed. I found out that the correct way to deploy a external node is by using zk_inception/zkstack cli not via example docker files.