summaryrefslogtreecommitdiffstats
path: root/cholerab/tahoe/client_installation
blob: dce3742acb4882aecb8dafcc3348a4d98790ca3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#?/bin/sh
# Tahoe installation
pacman -S python2 python2-pip net-tools
pip install pyasn1 zfec pycrypto zbase32 pycryptopp twisted
pip install allmydata-tahoe

# tahoe configuration
tahoe create-client
# replace introducer.furl = None with the one from pigstarter/tahoe/introducer.furl
sed -i "s#^introducer\.furl.*#introducer.furl = $(curl pigstarter/tahoe/introducer.furl)#" $HOME/.tahoe/tahoe.cfg
# you also might want to change shares.needed to 2 , shares.happy to 3 and shares.total to 6
echo "krebs: <special krebs URI from irc>" >> $HOME/.tahoe/private/aliases

tahoe start
tahoe ls krebs: