Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一台服务器并希望将其设置为 IPFS 节点。事实上,我希望为 IPFS 生态系统做出贡献并永久固定文件。你能帮我详细介绍一下吗?如何将我的服务器设置为 IPFS 节点?
提前致谢,
安装 IPFS
wget https://dist.ipfs.io/go-ipfs/v0.4.14/go-ipfs_v0.4.14_linux-amd64.tar.gz -O go-ipfs.tar.gz tar xvfz go-ipfs.tar.gz sudo cp go-ipfs/ipfs /usr/local/bin/
运行守护程序
ipfs init ipfs daemon &
您现在将成为 IPFS P2P 网络的一部分