WIP: Set native IPFS peering config #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/ipfs_peering"
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?
This is not intended to be merged, but just to back up and share what I think is the correct (unfinished) code for this.
Unfortunately, go-ipfs panics when setting the
Peering.Peers
config, even though you can.get()
the peers this way, so it doesn't currently work with the release that introduced the feature.closes #8
I documented how to manually configure peering on the wiki now:
https://wiki.kosmos.org/Kredits:IPFS#Peering_with_Kosmos_IPFS_nodes
I think the program should probably just tell the user to configure this themselves for now.
Checkout
From your project repository, check out a new branch and test the changes.