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

Archive Node is never up to date. #217

Closed
B1Q opened this issue Sep 6, 2023 · 5 comments
Closed

Archive Node is never up to date. #217

B1Q opened this issue Sep 6, 2023 · 5 comments
Assignees

Comments

@B1Q
Copy link

B1Q commented Sep 6, 2023

System information

Erigon version: 1.1.9-dev-4b352f69

OS & Version: Ubuntu 22.04

Commit hash: 4b352f6

Erigon Command (with flags/config):

./build/bin/erigon --sentry.drop-useless-peers --p2p.protocol=66 --txpool.disable --metrics.addr=0.0.0.0 --log.console.verbosity=dbug --db.pagesize=16k --datadir=mainnet --chain=bsc --port=30305 --http.addr=0.0.0.0 --http.port=8546 --authrpc.port=8552 --torrent.port=42070 --private.api.addr=127.0.0.1:9095 --pruning=archive --http --ws --http.api=eth,debug,net,trace,web3,erigon,txpool

Concensus Layer: N/A

Concensus Layer Command (with flags/config): N/A

Chain/Network: BSC

Expected behaviour

Always up to date with the latest block

Actual behaviour

always a few minutes behind by 15+ blocks

Steps to reproduce the behaviour

Sync from snapshot found here https://github.com/48Club/bsc-snapshots

@icculp
Copy link

icculp commented Sep 6, 2023

Same, though had a couple weeks of stable and then it's been acting up again in the last day, restarting doesn't always help
image

@B1Q
Copy link
Author

B1Q commented Sep 7, 2023

Same, though had a couple weeks of stable and then it's been acting up again in the last day, restarting doesn't always help image

damn this is not good

@blxdyx
Copy link
Collaborator

blxdyx commented Sep 11, 2023

It seems you can't connect stable p2p node

@tokensexdev
Copy link

tokensexdev commented Nov 7, 2023

All our nodes end up this way, too. We're running v1.1.9 4b352f6

Generally, our nodes are always about 3 minutes behind. When new blocks come in, we catch up almost immediately. Then it's a waiting game again for about 3 minutes.

We run with the following:

erigon --snapshots=true --db.pagesize=16k --datadir=/erigon/data/bsc --txpool.disable --chain=bsc --http.port=8545 --private.api.addr=127.0.0.1:9090 --http --ws --http.api=eth,debug,net,trace,web3,erigon --bootnodes=enode://0637d1e62026e0c8685b1db0ca1c767c78c95c3fab64abc468d1a64b12ca4b530b46b8f80c915aec96f74f7ffc5999e8ad6d1484476f420f0c10e3d42361914b@52.199.214.252:30311,enode://330d768f6de90e7825f0ea6fe59611ce9d50712e73547306846a9304663f9912bf1611037f7f90f21606242ded7fb476c7285cb7cd792836b8c0c5ef0365855c@18.181.52.189:30311,enode://df1e8eb59e42cad3c4551b2a53e31a7e55a2fdde1287babd1e94b0836550b489ba16c40932e4dacb16cba346bd442c432265a299c4aca63ee7bb0f832b9f45eb@52.51.80.128:30311,enode://0bd566a7fd136ecd19414a601bfdc530d5de161e3014033951dd603e72b1a8959eb5b70b06c87a5a75cbf45e4055c387d2a842bd6b1bd8b5041b3a61bab615cf@34.242.33.165:30311,enode://ecd664250ca19b1074dcfbfb48576a487cc18d052064222a363adacd2650f8e08fb3db9de7a7aecb48afa410eaeb3285e92e516ead01fb62598553aed91ee15e@3.209.122.123:30311,enode://665cf77ca26a8421cfe61a52ac312958308d4912e78ce8e0f61d6902e4494d4cc38f9b0dd1b23a427a7a5734e27e5d9729231426b06bb9c73b56a142f83f6b68@52.72.123.113:3031 --sentry.drop-useless-peers

Peers:

[INFO] [11-07|22:56:53.031] [p2p] GoodPeers                          eth66=93 eth67=5 eth68=68

@blxdyx
Copy link
Collaborator

blxdyx commented Nov 8, 2023

Use the latest commit in devel branch. #234

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

No branches or pull requests

5 participants