Sign inSign up

maccam912/tahoe-node

By maccam912

•Updated over 11 years ago

Follow "The Easy Way" in the description to get a storage node connected.

Image
1

887

maccam912/tahoe-node repository overview

⁠(tahoe-node) docker-tahoe

EASY WAY: mkdir ~/storage && docker run -d -p 3456:3456 -p 39499:39499 -v ~/storage:/root/.tahoe/storage maccam912/tahoe-node /tahoe-run.sh

⁠More details

To connect to the grid:

docker run -it -p 3456:3456 -p 39499:39499 maccam912/tahoe-node /bin/bash

The steps below can be combined easily, if you are comfortable with vim, into vim /root/.tahoe/tahoe.cfg && /allmydata-tahoe-1.10.0/bin/tahoe start or another editor by replacing vim at the beginning with your editor.

Once inside, on bash edit /root/.tahoe/tahoe.cfg and change nickname to something unique. Once you save the change, run:

/allmydata-tahoe-1.10.0/bin/tahoe start

Tag summary

Content type

Image

Digest

sha256:5212244d3…

Size

208.6 MB

Last updated

over 11 years ago

docker pull maccam912/tahoe-node