Use native go-ipfs peering feature #191
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?
https://github.com/ipfs/go-ipfs/blob/v0.6.0/docs/config.md#peering
The implementation effort for automating this with Chef wasn't worth the benefit here in my opinion.
We needed to document the peering config for people wanting to peer with us anyway, so I added the information to the wiki, where you can now also find an easy copypasta command for configuring your own nodes as well as new IPFS VMs:
https://wiki.kosmos.org/Kredits:IPFS#Peering_with_Kosmos_IPFS_nodes
I then used the command from the wiki to configure my local node as well
ipfs-1
and verified that it does what it's supposed to do.