You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue as there are 100k rate limits when using these free Alchemy or Infura endpoints and sync will NOT complete.
The proposer or prover endpoints would not be able to sync if the L1 endpoints like that of Alchemy and Infura are rate-limited, unable to provide ability to sync.
Describe alternatives you've considered
I tried to use the Public SEPOLIA RPC https endpoint and it resolved my synchronization issues.
Another comment that I would like to point out is that there should be a "bootstrap" so that block synchronization would be faster.
Also setting up a separate TAIKO Sepolia archival node is tedious and takes resources from VPS.
The text was updated successfully, but these errors were encountered:
@d1onys1us @MarcusWentz@2manslkh maybe we should add a warning on our docs pages about rate limiting by Infura and Alchemy. A paid account may be very necessary.
in terms of a "bootstrap" node, the simple-taiko-node client will default to syncing from peers (instead of executing each block), and i believe check that against the verified hashes on chain, but i'm not sure.
@davidtaikocha@cyberhorsey do you know if we have a "fast syncing" / "bootstrap" option for node syncing? perhaps similar to the beacon chain fast checkpoint sync that people use on L1?
Describe the feature request
The Taiko document https://taiko.xyz/docs/guides/run-a-taiko-node suggests to use Alchemy or Infura when setting up the L1 endpoints.
L1_ENDPOINT_HTTP=
L1_ENDPOINT_WS=
This is an issue as there are 100k rate limits when using these free Alchemy or Infura endpoints and sync will NOT complete.
The proposer or prover endpoints would not be able to sync if the L1 endpoints like that of Alchemy and Infura are rate-limited, unable to provide ability to sync.
Describe alternatives you've considered
I tried to use the Public SEPOLIA RPC https endpoint and it resolved my synchronization issues.
L1_ENDPOINT_HTTP=https://rpc.sepolia.org/
Additional context
Another comment that I would like to point out is that there should be a "bootstrap" so that block synchronization would be faster.
Also setting up a separate TAIKO Sepolia archival node is tedious and takes resources from VPS.
The text was updated successfully, but these errors were encountered: