besn0847 / storj-daemon

A Storj daemon running in Docker x86

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storj Daemon

For more details, refer to : https://github.com/seedbloom/docker-storj

To generate a new config.json file:

storjshare-create --storj 0xa7c2863f3c62dad2ce0da1d64e400594b52c041d --storage /data --size 10GB --outfile /data/config.json --rpcaddress 77570.besnard.mobi --rpcport 4000 --manualforwarding true --logdir /data/logs/ --noedit

To start a container to generate the new config file:

docker run -ti --rm --entrypoint /bin/ash storj-daemon

To launch the Storj daemon container:

docker run -d --name storjd --restart=always -p 4000:4000 -p 4001:4001 -p 4002:4002 -p 4003:4003 -v /mnt/sdb1/Storj/:/data storj-daemon

About

A Storj daemon running in Docker x86


Languages

Language:JavaScript 100.0%