Is simply running the daemon helpful?

From @panicsteve on Tue Sep 22 2015 22:23:30 GMT+0000 (UTC)

Let’s say I run the daemon but I don’t pin anything. Does this help the swarm in any way? Will I get blocks from popular files sent my way to help with their distribution, or is it just “sitting there”?

Am I only contributing to the global IPFS swarm if I pin things?


Copied from original issue: https://github.com/ipfs/faq/issues/44

From @jbenet on Tue Sep 22 2015 23:02:11 GMT+0000 (UTC)

In the future you might opt to do this, but for the moment the only contribution is to the dht (which hosts routing records)

—
Sent from Mailbox

On Tue, Sep 22, 2015 at 3:23 PM, Steven Frank notifications@github.com
wrote:

Let’s say I run the daemon but I don’t pin anything. Does this help the swarm in any way? Will I get blocks from popular files sent my way to help with their distribution, or is it just “sitting there”?

Am I only contributing to the global IPFS swarm if I pin things?

Reply to this email directly or view it on GitHub:
Is simply running the daemon helpful? · Issue #44 · ipfs-inactive/faq · GitHub

From @whyrusleeping on Tue Sep 22 2015 23:10:25 GMT+0000 (UTC)

Simply running a daemon for long periods of time (the longer the better) is helpful to the DHT, the more long lived stable nodes we have, the more reliable routing resolution becomes. Once ipns is more stable (sooon!) you will be helping keep ipns records alive.

From @panicsteve on Tue Sep 22 2015 23:23:38 GMT+0000 (UTC)

Thanks for the info!

If my node is behind NAT, will it still help, or does port 4001 need to be forwarded to the node?

From @whyrusleeping on Tue Sep 22 2015 23:25:28 GMT+0000 (UTC)

@panicsteve if your router has upnp and/or nat-pmp, then you wont need to forward the port. If not, then yeah, forwarding the port will help out

From @Mithgol on Fri Sep 25 2015 12:44:54 GMT+0000 (UTC)

@panicsteve If you run the daemon but don’t pin anything, you still have some cache (which is not as permanent as pinned media, but it’s still there). If you browse the Web using IPFS-related Firefox addon or Chrome extension, your cache is populated by IPFS media (from the sites that you visit if they use IPFS to store their images and other media) and your daemon helps to distribute it.