IMPORTANT: i2py-tahoe will operate like vanilla tahoe, unless you add this line under [node] of tahoe.cfg
i2p = true
To get started running a client:
Open a terminal, cd into a directory you want your node in and run:
tahoe create-client clidir
then place introducer.furl and
helper.furl in clidir
edit clidir/tahoe.cfg and give you client a nickname, and of course, add i2p = true in the [node] section.
tahoe start clidir
To get started running a server:
Do the exact same thing, but instead use:
tahoe create-node servdir