-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
incoming connection counts seems unrealistic and doesn't match system #9817
Comments
How quickly does it rise to such an amount when you restart? and also does this happen with |
this is with release-v0.18 , with 9740 pulled in (shouldn't matter tho), and its still synchronizing. this is the current output of status: Height: 2993884/2993884 (100.0%) on mainnet, not mining, net hash 3.31 GH/s, v16, 10(out)+11653(in) connections, uptime 4d 17h 1m 29s so about 500 was added in 10 hours. lemme restart and see how quickly it goes up. i'll also test with 18.3.4 |
release w/ 9740, 11 mins Height: 2994324/3354892 (89.3%) on mainnet, not mining, net hash 2.90 GH/s, v16, 12(out)+30(in) connections, uptime 0d 0h 11m 22s 41 mins 6.5 hours: |
now after 3 days, Height: 3118316/3357753 (92.9%) on mainnet, not mining, net hash 2.07 GH/s, v16, 7(out)+5998(in) connections, uptime 3d 23h 35m 35s whereas, ss -tn | grep ":18080" | wc -l |
What os/distro? What is the Boost version in use? |
Description: Ubuntu 22.04.5 LTS #define BOOST_LIB_VERSION "1_74" |
so the daemon reports 11k inc cnxns, but the system reports 665 on port 18080. This is a seed node, so it doesn't have a in-peers limit set (just whatever the default is, which I think is unlimited?) Also has dns blocklist and the file
The text was updated successfully, but these errors were encountered: