IPFS
Standalone
Hardware Requirements
Prerequisites
sudo apt-get update
sudo apt-get install golang-go -ysudo yum install golang -yInstall
sudo su -
VERS=0.4.22
DIST="go-ipfs_v${VERS}_linux-amd64.tar.gz"
wget https://dist.ipfs.io/go-ipfs/v$VERS/$DIST
tar xvfz $DIST
rm *.gz
mv go-ipfs/ipfs /usr/local/bin/ipfs
exitConfigure systemd
More information
Adding peersBootsrapping from an existing IPFS ClusterRunning a private networkLast updated
Was this helpful?