henpin icon indicating copy to clipboard operation
henpin copied to clipboard

use ipfs-cluster-service, ifps-cluster-ctl with henpin.js or for largen pin lists

Open user90210 opened this issue 4 years ago • 0 comments

henpin has two basic features:

  1. The first is to acquire a pin/objkt list and
  2. the second is to manage the pinning itself.

The first part works very good, but for the second part ipfs-cluster-service is much better equipped. You can feed the service the entire pin list for HEN in less than 24h and from there it will coordinate the pinning by itself (which will take longer, depending on your setup).

I'm not sure if you're still working on this project, with the recent issues, but if so I suggest looking into IPFS-Cluster.

  • You don't have to run more than one node for the benefits.
  • The setup is rather trivial, if you already run IPFS.
  • there is the possibility to run a collaborative/community cluster
  • It can be rather taxing on your bandwidth and hardware since it will pin like crazy.

changes made to lib/ipfs.pin.js

grafik

user90210 avatar Dec 26 '21 22:12 user90210