IPFS cluster mid-term solution #26
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Eventually, we're shutting down
dev.kosmos.org
, which would leave us with only one of the currently two cluster nodes.Perhaps helpful for this, I just stumbled upon this detailed guide for setting up a cross-region cluster on the cheap:
https://gateway.ipfs.io/ipfs/QmTqD45V5EFF9DvCpr39vyJDE5m1PJYdhWSjqNdYLAgA37/
Thinking about this again, and I can't help but wonder why we should use a private pin orchestration mechanism, when our IPFS hashes are all published on the public Ethereum ledger to begin with.
That means any node listening to the blockchain for new hashes could just pin them from those events. With the
kredits-contracts
JS wrapper, that would probably be solved in less than 10 lines of code./cc @bumi
https://github.com/67P/kredits-contracts/pull/136
Closing this in favor of this more detailed roadmap that is being worked on at the moment: https://github.com/67P/kredits-contracts/issues/148