storj

Debian

I already have Node.js running so I only need to install the Storj related software.

1
2
3
4
$npm install -g storjshare-cli
$npm update -g storjshare-cli
$storjshare --help ;;to confirm installation
$storjshare setup

Accept defaults for all prompts.

1NLS7qEXNYCMt6LJvDxzk4zM9XQBNdPTDx is my Storj address
1P3YYh7QRQvWXYzaTzyPDGUeRRgJi1nF28 is counterparty address

default store at ~/.storj/contracts.db

To convert units use: convertunits.com/from/GB/to/byte

GB Bytes
100 107374182400
80 85899345920
60 64424509440
50 53687091200

Potential issues

To get contracts time must be synchronized properly.
Use NTP

1
2
3
4
5
6

#apt-get install ntp

$ntpq -p ;;to see servers I am syncing with
$date ;;to see if time changed. Should be synced within a minute

Share