Skip to content

Instantly share code, notes, and snippets.

@PhyrexTsai
Last active July 11, 2018 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PhyrexTsai/5482d34fc68aa1847d999daaa0a6f83c to your computer and use it in GitHub Desktop.
Save PhyrexTsai/5482d34fc68aa1847d999daaa0a6f83c to your computer and use it in GitHub Desktop.

Install IPFS

sudo apt-get update
sudo apt-get install golang-go -y
wget https://dist.ipfs.io/go-ipfs/v0.4.15/go-ipfs_v0.4.10_linux-386.tar.gz
tar xvfz go-ipfs_v0.4.15_linux-386.tar.gz
sudo mv go-ipfs/ipfs /usr/local/bin/ipfs

Run on background

Install Screen

sudo apt-get install screen

Start an IPFS daemon

ipfs init
screen -dmSL ipfs ipfs daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment