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

0 peers after full sync #55

Open
vekamo opened this issue Nov 25, 2023 · 2 comments
Open

0 peers after full sync #55

vekamo opened this issue Nov 25, 2023 · 2 comments

Comments

@vekamo
Copy link

vekamo commented Nov 25, 2023

Related to #52 PR

@vekamo
Copy link
Author

vekamo commented Nov 25, 2023

Peers got banned because they are considered as abusive

20231125 20:35:18.020 TRACE grin_store::lmdb - DB map size: 134217728
20231125 20:35:18.020 TRACE grin_store::lmdb - Space used: 233472
20231125 20:35:18.020 TRACE grin_store::lmdb - Space remaining: 133984256
20231125 20:35:18.020 TRACE grin_store::lmdb - Percent used: 0.0017  Percent threshold: 0.5000
20231125 20:35:18.020 TRACE grin_store::lmdb - Resize threshold not met (percent-based)
20231125 20:35:18.022 DEBUG grin_p2p::peers - clean_peers Ip(174.57.136.72:3414), abusive (505 sent, 505 recv)
20231125 20:35:18.022 TRACE grin_store::lmdb - DB map size: 134217728
20231125 20:35:18.022 TRACE grin_store::lmdb - Space used: 233472
20231125 20:35:18.022 TRACE grin_store::lmdb - Space remaining: 133984256
20231125 20:35:18.022 TRACE grin_store::lmdb - Percent used: 0.0017  Percent threshold: 0.5000
20231125 20:35:18.023 TRACE grin_store::lmdb - Resize threshold not met (percent-based)
20231125 20:35:18.023 DEBUG grin_p2p::peers - clean_peers Ip(3.35.124.165:3414),  (561 sent, 618 recv)
20231125 20:35:18.023 TRACE grin_store::lmdb - DB map size: 134217728
20231125 20:35:18.023 TRACE grin_store::lmdb - Space used: 233472
20231125 20:35:18.023 TRACE grin_store::lmdb - Space remaining: 133984256
20231125 20:35:18.023 TRACE grin_store::lmdb - Percent used: 0.0017  Percent threshold: 0.5000
20231125 20:35:18.023 TRACE grin_store::lmdb - Resize threshold not met (percent-based)
20231125 20:35:18.024 DEBUG grin_p2p::peer - Stopping peer Ip(54.39.50.181:3414)
20231125 20:35:18.024 DEBUG grin_p2p::peer - Stopping peer Ip(174.57.136.72:3414)
20231125 20:35:18.024 DEBUG grin_p2p::peer - Stopping peer Ip(3.35.124.165:3414)
20231125 20:35:18.024 TRACE grin_servers::grin::seed - monitor_peers: 0.0.0.0:3414 ask 3.6.231.127:3414 for more peers
20231125 20:35:18.024 TRACE grin_p2p::peer - Asking 3.6.231.127:3414 for more peers PEER_LIST
20231125 20:35:18.024 TRACE grin_servers::grin::seed - monitor_peers: 0.0.0.0:3414 ask 18.217.245.152:3414 for more peers
20231125 20:35:18.024 TRACE grin_p2p::peer - Asking 18.217.245.152:3414 for more peers PEER_LIST
20231125 20:35:18.024 TRACE grin_store::lmdb - DB map size: 134217728
20231125 20:35:18.024 TRACE grin_store::lmdb - Space used: 233472
20231125 20:35:18.024 TRACE grin_store::lmdb - Space remaining: 133984256
20231125 20:35:18.024 TRACE grin_store::lmdb - Percent used: 0.0017  Percent threshold: 0.5000
20231125 20:35:18.024 TRACE grin_store::lmdb - Resize threshold not met (percent-based)
20231125 20:35:18.033 TRACE grin_p2p::conn - Received message header, type Pong, len 16.
20231125 20:35:18.033 DEBUG grin_p2p::protocol - handler: consume: peer Ip(3.35.124.165:3414) banned, received: Pong, dropping.
20231125 20:35:18.033 DEBUG grin_p2p::conn - Shutting down reader connection with 3.35.124.165:3414
20231125 20:35:18.033 DEBUG grin_p2p::conn - peer_write: mpsc channel disconnected during recv_timeout
20231125 20:35:18.033 DEBUG grin_p2p::conn - Shutting down writer connection with 3.35.124.165:3414

@bayk
Copy link

bayk commented Sep 16, 2024

From the logs I see that node didn't use the Tor. Please note, two nodes can't share the same public IP, they are banned in this case. Is it any node that was running in the local network?

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

2 participants