Coder Social home page Coder Social logo

Comments (3)

BigLep avatar BigLep commented on June 6, 2024

Filecoin slack discussion (https://filecoinproject.slack.com/archives/C025ZN5LNV8/p1636550102021000 ):

Lidel
In short, you already run libp2p node, so it would be only a pledge to run specific PeersID under a specific multiaddr (ideally ipv4/ipv6, but dns is fine too) for long periods of time.

Thibault Meunier 2 months ago
I would be curious about what is the performance requirements of these nodes (at least at PL), and their number of peers and bitswap requests. At first thought, I think we could operate a bootstraper at Cloudflare (we are already using specific peerid under a specific multiaddr)

aschmahmann - Protocol Labs 2 months ago
It looks like it's about 2k connections per peer and the highest resource usage I've seen on any of our bootstrappers using raw machine metrics over the past year is: 28GB storage, 8GB RAM, system load of 3 on an 8 core machine. These are probably more resources than it should take to run a bootstrapper, but aren't too terrible. If they're problematic it's something we can look into.
Note that the machines don't need to support Bitswap since they just need to be good DHT servers. If the inbound requests become a problem we can just build a slimmer binary that only has the pieces we need. Also, given that the nodes shouldn't be storing much a bloom filter should largely prevent any Bitswap related syscalls.

boris 2 months ago
@lidel interested, but we also need DMCA filters before we can run this

aschmahmann - Protocol Labs 2 months ago
@boris what types of filters would you think are needed here? AFAIK we have received no take down requests for anything related to the DHT (bootstrappers, hydra nodes, etc.)

boris 2 months ago
oh, sorry, I was reading this as also needing to run an open http gateway

aschmahmann - Protocol Labs 2 months ago
nope, this is just about running DHT bootstrapper nodes. It'd be great to have https://github.com/ipfs/go-ipfs-config/blob/master/bootstrap_peers.go#L17-L24 look a little more like https://github.com/filecoin-project/lotus/blob/eede19fb0b2d3a7726f35392d0028b9e2ff56ce9/build/bootstrap/mainnet.pi#L1-L15 in terms of diversity of bootstrappers.

boris 2 months ago
Yes, definitely! Happy to run a bootstrap node in that case.
šŸ™Œ

lidel 2 months ago
Yes, this is only about running bootstrap node, you can run it without gateway or with NoFetch: true to be sure you dont host third party data.
Ideally it would run a suite of transports: TCP+QUIC+Secure WebSockets (with TLS cert for use in browsers) to maximize utility, but TCP+QUIC alone are also good (edited)

boris 2 months ago
yeah, we run WebSockets already, and Iā€™d love to have browser js-ipfs be able to connect to the main network

from ipfs.

BigLep avatar BigLep commented on June 6, 2024

One approach: Write up the policy ā€“ perhaps creating a ipfs/public-bootstrappers repo with readme that includes the policy and the list of operators who joined the program?

from ipfs.

hacdias avatar hacdias commented on June 6, 2024

Update on this: we have merged ipfs/kubo#8856, which added a backup list of bootstrap peers based on your currently connected peers.

from ipfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.