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

Allow limiting number of connections to peers #1699

Closed
flotti455 opened this issue Apr 5, 2021 · 2 comments
Closed

Allow limiting number of connections to peers #1699

flotti455 opened this issue Apr 5, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@flotti455
Copy link

Describe the bug
Currently (1.0.3), after a couple of hours of running, a full node may have 40 or more connections to other nodes.

When my Raspberry Pi 4 farm reaches this point, it seems to be more busy with interacting with these peers instead of actually checking for proofs - I mostly see "signage point xyz not added", and signage points don't get finished / are skipped.

Current workaround is to restart farm.

  • Ubuntu Server 20 LTS
  • Raspberry Pi 4 4 GB
@flotti455 flotti455 added the bug Something isn't working label Apr 5, 2021
@hoffmang9
Copy link
Member

You can already limit number of peers in config.yaml. ~/.chia/mainnet/config/config.yaml

@flotti455
Copy link
Author

flotti455 commented Apr 5, 2021

probably maybe

full_node:
  target_peer_count: 60

paninaro added a commit that referenced this issue May 31, 2023
* remove Keybase as an offer sharing option by @paninaro in Chia-Network/chia-blockchain-gui#1777
* remove unused squirrel handler from the old Windows installer code by @paninaro in Chia-Network/chia-blockchain-gui#1787
* [Snyk] Upgrade @mui/material from 5.10.0 to 5.12.2 by @ChiaAutomation in Chia-Network/chia-blockchain-gui#1778
* fix loading of some audio NFTs by @paninaro in Chia-Network/chia-blockchain-gui#1789
* Rifeljm/#1699 verifiable credentials by @rifeljm in Chia-Network/chia-blockchain-gui#1785
* fix createOfferForIds when called from WalletConnect by @paninaro in Chia-Network/chia-blockchain-gui#1793
* WC notifications by @seeden in Chia-Network/chia-blockchain-gui#1801

**Full Changelog**: Chia-Network/chia-blockchain-gui@2.0.0-b2...1.8.2-rc1
wallentx pushed a commit that referenced this issue May 31, 2023
Bump chia-blockchain-gui to 0c583e2d247192e3da4471da202814c09902a358

* remove Keybase as an offer sharing option by @paninaro in Chia-Network/chia-blockchain-gui#1777
* remove unused squirrel handler from the old Windows installer code by @paninaro in Chia-Network/chia-blockchain-gui#1787
* [Snyk] Upgrade @mui/material from 5.10.0 to 5.12.2 by @ChiaAutomation in Chia-Network/chia-blockchain-gui#1778
* fix loading of some audio NFTs by @paninaro in Chia-Network/chia-blockchain-gui#1789
* Rifeljm/#1699 verifiable credentials by @rifeljm in Chia-Network/chia-blockchain-gui#1785
* fix createOfferForIds when called from WalletConnect by @paninaro in Chia-Network/chia-blockchain-gui#1793
* WC notifications by @seeden in Chia-Network/chia-blockchain-gui#1801

**Full Changelog**: Chia-Network/chia-blockchain-gui@2.0.0-b2...1.8.2-rc1
ytx1991 pushed a commit that referenced this issue Jun 2, 2023
Bump chia-blockchain-gui to 0c583e2d247192e3da4471da202814c09902a358

* remove Keybase as an offer sharing option by @paninaro in Chia-Network/chia-blockchain-gui#1777
* remove unused squirrel handler from the old Windows installer code by @paninaro in Chia-Network/chia-blockchain-gui#1787
* [Snyk] Upgrade @mui/material from 5.10.0 to 5.12.2 by @ChiaAutomation in Chia-Network/chia-blockchain-gui#1778
* fix loading of some audio NFTs by @paninaro in Chia-Network/chia-blockchain-gui#1789
* Rifeljm/#1699 verifiable credentials by @rifeljm in Chia-Network/chia-blockchain-gui#1785
* fix createOfferForIds when called from WalletConnect by @paninaro in Chia-Network/chia-blockchain-gui#1793
* WC notifications by @seeden in Chia-Network/chia-blockchain-gui#1801

**Full Changelog**: Chia-Network/chia-blockchain-gui@2.0.0-b2...1.8.2-rc1
paninaro added a commit that referenced this issue Jun 5, 2023
* add tests covering WalletService RPCs and related functions by @paninaro in Chia-Network/chia-blockchain-gui#1796
* disconnect sessions when disconnecting a WC pairing by @paninaro in Chia-Network/chia-blockchain-gui#1816
* fixed switching between keys by @seeden in Chia-Network/chia-blockchain-gui#1815
* replace isURL usage with isValidURL by @paninaro in Chia-Network/chia-blockchain-gui#1813
* small bug fixes by @seeden in Chia-Network/chia-blockchain-gui#1818
* [Snyk] Security upgrade vite from 3.1.1 to 3.2.7 by @ChiaAutomation in Chia-Network/chia-blockchain-gui#1819
* Add clawback feature to the GUI by @zsolt-dev in Chia-Network/chia-blockchain-gui#1802
* Rifeljm/#1699 verifiable credentials by @rifeljm in Chia-Network/chia-blockchain-gui#1820

**Full Changelog**: Chia-Network/chia-blockchain-gui@1.8.2-rc1...1.8.2-rc2
wallentx pushed a commit that referenced this issue Jun 6, 2023
Bump chia-blockchain-gui to 60491b6c68cec864fa6169ffca77db5ca3086399

* add tests covering WalletService RPCs and related functions by @paninaro in Chia-Network/chia-blockchain-gui#1796
* disconnect sessions when disconnecting a WC pairing by @paninaro in Chia-Network/chia-blockchain-gui#1816
* fixed switching between keys by @seeden in Chia-Network/chia-blockchain-gui#1815
* replace isURL usage with isValidURL by @paninaro in Chia-Network/chia-blockchain-gui#1813
* small bug fixes by @seeden in Chia-Network/chia-blockchain-gui#1818
* [Snyk] Security upgrade vite from 3.1.1 to 3.2.7 by @ChiaAutomation in Chia-Network/chia-blockchain-gui#1819
* Add clawback feature to the GUI by @zsolt-dev in Chia-Network/chia-blockchain-gui#1802
* Rifeljm/#1699 verifiable credentials by @rifeljm in Chia-Network/chia-blockchain-gui#1820

**Full Changelog**: Chia-Network/chia-blockchain-gui@1.8.2-rc1...1.8.2-rc2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants