-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
Geth blockchain not syncing #2297
Comments
Are you mining on private or testnet? Are you GPU mining or CPU mining? How did you install geth? |
@pgalinsky in the console, what does
|
Same here, cant find any peers, tried to input some manually to no avail. |
I have tried other clients, but also had problems so decided to look for causes on my PC side. Turns out my clock was 90 seconds in the past of proper time (though still syncing with windows time service). Updating to the right time fixed it for me. |
Thanks all for your quick replies. @rfikki I'm not trying to mine on either a private net or test net. I'm GPU mining. Using the latest binary, I installed Geth using the instructions here; https://www.cryptocompare.com/mining/guides/how-to-mine-ethereum/ @fjl the output from |
@pgalinsky Check your time with some online service. (I mean compare them manually) |
@pgalinsky Could you run geth with |
@karalabe im facing the same problem being discussed herein.Iv been trying to sync the blockchain on Geth for the past three days now and have only managed to get half way through. Though initially i enjoyed download speeds of a few second per 256 blocks, speeds have decreased to more than two min per 256 blocks.. at this rate i dont see myself completely synced before another week.. Iv updated my system clock, turned off firewall and/or antivirus settings etc but all in vain.. I ran verbosity=6 as you asked for and here are the results: b03b615660c25d7d2d3fcbeb52f7408bebfc924195520d094a6758e717205fb10f12cf586b4e2d60 b03b615660c25d7d2d3fcbeb52f7408bebfc924195520d094a6758e717205fb10f12cf586b4e2d60 b03b615660c25d7d2d3fcbeb52f7408bebfc924195520d094a6758e717205fb10f12cf586b4e2d60 Could you help me troubleshoot? wasting way too much time trying to sync. Also is there a list of active enodes somewhere, or the enodes of the bootstrap nodes? I would be most grateful if someone could post a list of 10-20 current stable working nodes. Would manually adding peers through admin.Peers() be suggested ? Please help! |
ok seems i have made a mistake while pasting the results. here is the correct results after running --verbosity=6 dffa5ac28e1171462104be1f58e2c86f5bd1475e4d509fda34c4db96b26eb1a91b3f1b0a63e022f6 I0416 10:59:35.530003 3624 udp.go:429] >>> 61.177.201.36:15222 discover.ping I0416 10:59:35.568005 3624 udp.go:431] UDP send failed: write udp 0.0.0.0:303 |
+1 same symptoms and errors in my log |
* ci: temp enable blobtx branch ci run; * Switch ON blobpool & ensure Cancun hardfork can occur (ethereum#2223) * feat: support blob storage & miscs; (ethereum#2229) * chainconfig: use cancun fork for BSC; * feat: fill WithdrawalsHash when BSC enable cancun fork; * rawdb: support to CRUD blobs; * freezer: support to freeze block blobs; * blockchain: add blob cache & blob query helper; * freezer: refactor addition table logic, add uts; * blobexpiry: add more extra expiry time, and logs; * parlia: implement IsDataAvailable function; * blob: refactor blob transfer logic; * blob: support config blob extra reserve; * blockchian: support to import block with blob & blobGasFee; (ethereum#2260) * blob: implement min&max gas price logic; * blockchian: support import side chain; * blobpool: reject the banned address; * blockchain: add chasing head for DA check; * params: update blob related config; * blockchain: opt data available checking performance; * params: modify blob related params; * gasprice: support BEP-336 blob gas price calculate; * blobTx: mining + brodcasting (ethereum#2253) * blobtx mining pass (ethereum#2282) * Sidecar fetching changes for 4844 (ethereum#2283) * ci: temp enable blobtx branch ci run; * Switch ON blobpool & ensure Cancun hardfork can occur (ethereum#2223) * feat: support blob storage & miscs; (ethereum#2229) * chainconfig: use cancun fork for BSC; feat: fill WithdrawalsHash when BSC enable cancun fork; * rawdb: support to CRUD blobs; * freezer: support to freeze block blobs; * blockchain: add blob cache & blob query helper; * freezer: refactor addition table logic, add uts; * blobexpiry: add more extra expiry time, and logs; * parlia: implement IsDataAvailable function; * blob: refactor blob transfer logic; * blob: support config blob extra reserve; * blockchian: support to import block with blob & blobGasFee; (ethereum#2260) * blob: implement min&max gas price logic; * blockchian: support import side chain; * blobpool: reject the banned address; * blockchain: add chasing head for DA check; * params: update blob related config; * blockchain: opt data available checking performance; * params: modify blob related params; * gasprice: support BEP-336 blob gas price calculate; * fix failed check for WithdrawalsHash (ethereum#2276) * eth: include sidecars in fitering of body * core: refactor sidecars name * eth: sidecars type refactor * core: remove extra from bad merge * eth: fix handlenewblock test after merge * Implement eth_getBlobSidecars && eth_getBlobSidecarByTxHash (ethereum#2286) * execution: add blob gas fee reward to system; * syncing: support blob syncing & DA checking; * naming: rename blobs to sidecars; * fix the semantics of WithXXX (ethereum#2293) * config: reduce sidecar cache to 1024 and rename (ethereum#2297) * fix: Withdrawals turn into empty from nil when BlockBody has Sidecars (ethereum#2301) * internal/api_test: add test case for eth_getBlobSidecars && eth_getBlobSidecarByTxHash (ethereum#2300) * consensus/misc: rollback CalcBlobFee (ethereum#2306) * flags: add new flags to override blobs' params; * freezer: fix blob ancient save error; * blobsidecar: add new sidecar struct with metadata; (ethereum#2315) * core/rawdb: optimize write block with sidecars (ethereum#2318) * core: more check for validity of sidecars * mev: add TxIndex for mev bid (ethereum#2325) * remove useless Config() (ethereum#2326) * fix WithSidecars (ethereum#2327) * fix: fix mined block sidecar issue; (ethereum#2328) * fix WithSidecars (ethereum#2329) --------- Co-authored-by: GalaIO <[email protected]> Co-authored-by: buddho <[email protected]> Co-authored-by: Satyajit Das <[email protected]> Co-authored-by: Eric <[email protected]> Co-authored-by: zzzckck <[email protected]>
Hi,
I've installed geth and opened the console using the command 'geth console', and as I understand it, geth should begin to sync the blockchain automatically, however it is stuck on block 0.
I'm using Windows 7 and I've made sure that my clock is synced to time.nist.gov. I've also allowed connections to public networks on the firewall, and enabled network discovery in the network advanced sharing settings, but the console still says 'at block: 0'.
How do I get geth to sync to the ethereum blockchain so I can start mining my Windows PC?
Thanks, Phil
The text was updated successfully, but these errors were encountered: