caused by some issues i had myself first time, setting up a STORJ Node on Ubuntu 14.04 / 16.04 here is a small easy and quick HowTo Setup, just copy and paste :>
here's a quick and easy HowTo setup STORJ Ubuntu 14.04 / 16.04 guide with just few lines copy and paste code to get your node running
apt-get update && apt-get dist-upgrade -y &&
apt-get update && apt-get upgrade -y &&
apt-get install npm systemd git nano python build-essential -y &&
wget -O- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh|bash
nvm install --lts &&
nvm install --lts
npm install --global --unsafe-perm storjshare-daemon
you can call CLI just with storjshare f.E. get status of your running nodes with storjshare status.
now you can start the deamon and create new share just with
mkdir ~/storj-storage1
storjshare daemon &&
storjshare create --storj 0xYOUR-ETH-WALLET --storage ~/storj-storage1 --rpcport 40001 --rpcaddress XYOUR-SERVER-IP --size 10GB --manualforwarding TRUE
you facing problems? just leave a comment here or visit STORJ Support!
if this guide was useful to you, vote! thank you