Skip to content

Instantly share code, notes, and snippets.

@mobyvb
Last active January 15, 2019 17:09
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 mobyvb/9a6ce23acceadfcd66cebbf9f6f8f001 to your computer and use it in GitHub Desktop.
Save mobyvb/9a6ce23acceadfcd66cebbf9f6f8f001 to your computer and use it in GitHub Desktop.
// DOCKER ONLY
// install docker on pi
curl -sSL https://get.docker.com | sh
docker pull storjlabs/storagenode
// GO ONLY
// pull repo
git clone https://github.com/storj/storj.git
sudo apt install ntfs-3g
./storagenode_linux_arm setup --kademlia.external-address "127.0.0.1:7777" --kademlia.operator.email "mobyvb@gmail.com" --kademlia.operator.wallet "0x0000000000000000000000000000000000000000" --storage.allocated-bandwidth "1T" --storage.allocated-disk-space "2T" --kademlia.bootstrap-addr "bootstrap.storj.io:8888"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment