我的 IPFS 节点似乎没有存储数据,这是为什么?我想为网络做贡献

My IPFS node doesn't seem to be storing data, why is that? I wanna contribute to the network

我的 IPFS 节点已经 运行 一整天了,它根据网络存储了 6MiB UI...怎么会这样?

我在配置中设置了网关地址:

"Gateway": "/ip6/2a01:e34:ecb8:d540:dacb:8aff:fee4:74a0/tcp/8081"

我已经用 ipfs daemon --writable 启动了守护进程,它说它已经准备好了。

UI 说它已经发现了大约 900 个节点,那么为什么我的没有更积极地参与网络?

其他节点无法自动将内容存储到您的节点中。某处有 public ipfs 网关列表,将您的节点提交给它。

运行 DHT 服务器

ipfs config Routing.Type dhtserver

这里有更多信息https://github.com/ipfs/go-ipfs/blob/master/docs/config.md