Skip to content
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

How should I build an ETH RPC node to replace Infura without mining? #30965

Closed
huixingaidiqiu opened this issue Dec 27, 2024 · 1 comment
Closed

Comments

@huixingaidiqiu
Copy link

I tried the command:
geth --http --http.addr 0.0.0.0 --http.port 8545 --http.api web3,eth,net --datadir "D:\Ethereum" --networkid 1 --syncmode "snap" --http.corsdomain "*"
But I waited for several hours and he didn't synchronize the data. With 50 connections, there was no problem of not being able to connect, but he just didn't synchronize. The hard drive has 2T space

@rjl493456442
Copy link
Member

You need to setup a consensus client to trigger the sync. Checkout https://geth.ethereum.org/docs/getting-started/consensus-clients for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants