[ZK Stack] - build zksync Server and zksync Prover on different servers #1068
-
Team or ProjectNo response Module Affected
Rust Version1.88.0 Operating System
Issue DescriptionI want to asked how to build zksync Server and zksync Prover on different servers for my chain Expected Behaviori want zksync server run on server which without gpu and run zksync prover on server that have gpu Current BehaviorSomebody pls guild for me how to build Repository Link (if applicable)No response Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @Niet-Pham , Yes, it should be possible. To achieve server setup on one machine, and prover on another, you would need:
So, instead of the default value:
Provide the prover URL:
Please, let us know if this works for you. |
Beta Was this translation helpful? Give feedback.
-
Yayy! Let me try it. Thank you very much
Vào Th 2, 21 thg 7, 2025 vào lúc 18:59 Anton Baliasnikov <
***@***.***> đã viết:
… Hi @Niet-Pham <https://github.com/Niet-Pham> ,
Thank you for raising this issue.
Yes, it should be possible. To achieve server setup on one machine, and
prover on another, you would need:
1. Initialize prover and prover database on one machine, start the
prover.
2. Make sure the prover API URL is accessible from the server machine
3. Initialize server and server database on another machine
4. Change prover API URL in the generated configuration (by default,
it's in chains/era/configs/general.yaml) to point to your prover API
from another machine.
So, instead of the default value:
...
prover_gateway:
api_url: http://127.0.0.1:3320/
...
Provide the prover URL:
...
prover_gateway:
api_url: http://<host>:<port>/
...
Please, let us know if this works for you.
—
Reply to this email directly, view it on GitHub
<#1068 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANHZNAYNYYQOSPQBEFQMO5L3JTIYTAVCNFSM6AAAAACB4CGRROVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOBTGMZDMOA>
.
You are receiving this because you were mentioned.Message ID:
<zkSync-Community-Hub/zksync-developers/repo-discussions/1068/comments/13833268
@github.com>
|
Beta Was this translation helpful? Give feedback.
Hi @Niet-Pham ,
Thank you for raising this issue.
Yes, it should be possible. To achieve server setup on one machine, and prover on another, you would need:
chains/era/configs/general.yaml
) to point to your prover API from another machine.So, instead of the default value:
Provide the prover URL:
Pl…