storj/cmd/uplink
Jess G d84cd719ff
add const stripesPerBlock const to calc blocksize (#2163)
* add const stripesPerBlock, update comments in Pad, add speed to progressbar

* change size of erasure share size, update comments

* missing copyright

* update tests with stripesPerBlock
2019-06-11 10:14:05 -07:00
..
cmd add const stripesPerBlock const to calc blocksize (#2163) 2019-06-11 10:14:05 -07:00
Dockerfile Fix detection of existing config in docker images (#929) 2018-12-21 11:56:57 -05:00
entrypoint Adding additional required values for satellite configuration (#1036) 2019-01-11 22:47:18 -05:00
main.go Divide uplink and gateway params set (#1026) 2019-02-04 16:50:06 +01:00
README.md Bd/doc text2 (#1973) 2019-05-16 15:04:06 +02:00

Uplink

Documentation for developing and building the uplink service.

Usage:

First make an identity:

go install storj.io/storj/cmd/identity
identity create uplink

Then setup the uplink:

go install storj.io/storj/cmd/uplink
uplink setup

You can edit :~/.local/share/storj/uplink/config.yaml to your liking. Then run it!

uplink ls