How to import key to let others publish in same IPNS record

Bad idea. Kubo isn’t designed to work that way.

The main issue is that it “reprovides” the IPNS record every 4 hours. So, if you publish a new record on a node, it provides it. If you later publish to the same address from another node, it provides the new one. But, a bit later, the original node will “reprovide” its own record, walking it back. Then the other will reprovide its record, etc… The more nodes you have, the more they will fight (and only one has the real record at any one time). Also, they each keep the count locally, so multiple nodes will start providing records with the same count, but with different content. In the end, it’ll be a mess.

In short, don’t share keys between nodes.

2 Likes