在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:tmea-tlip/private-ipfs开源软件地址:https://github.com/tmea-tlip/private-ipfs开源编程语言:Shell 89.7%开源软件介绍:docker-ipfsThis is a collection of files and configuration for setting up a private IPFS network. Private network setupThe following are steps for setting up a Private IPFS Network Run the bootstrapTo run the bootstrap, simply make the private-ipfs.sh file executable by running
Once that is done, you can now run the bootstrap by running
Add a node to the private IPFS NetworkTo run the ipfs node, ensure the private-ipfs.sh file is executable. Copy over the swarm key generated from the bootstrap node in the directory /private-network/.ipfs/ to the same directory of your new node. You can then run an ipfs node by running.
To add an additional node to the bootstrap node, run the following commmand. Ensure you replace the:
To add the bootstrap node to the current node you are currently running, run the following command. Ensure you replace the:
ReferencesGood explanation for the role of private networks. With private networks each node specifies which other nodes it will connect to. Nodes in that network don't respond to communications from nodes outside that network. flyingzumwalt https://discuss.ipfs.io/t/how-to-create-a-private-network-of-ipfs/339/7 Private networks https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#private-networks IPFS HTTP API https://docs.ipfs.io/reference/http/api/ |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论