diff options
author | Your Name <you@example.com> | 2013-10-16 20:41:39 +0200 |
---|---|---|
committer | Your Name <you@example.com> | 2013-10-16 20:41:39 +0200 |
commit | 4ca35a41559dc09cbdf6a660d816ad6b05d0d67e (patch) | |
tree | 0aa2fe5ba8adb722e76c8bd6919cdd710c89a3dc /cholerab/tahoe/client_installation | |
parent | 65a26494a8ac4702177dae4797235453e604a981 (diff) | |
parent | 38548f4076cae65efa92aa091033ceadc06a4e79 (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'cholerab/tahoe/client_installation')
-rw-r--r-- | cholerab/tahoe/client_installation | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cholerab/tahoe/client_installation b/cholerab/tahoe/client_installation new file mode 100644 index 00000000..dce3742a --- /dev/null +++ b/cholerab/tahoe/client_installation @@ -0,0 +1,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: |