2 Attachment(s)
torrentflux-b4rt: full featured torrent client
torrentflux-b4rt is a fork of torrentflux. It's a full features bittorrent web interface, but it's somewhat of a hog on resources. If you can live with a load of 1.5-2.0 when running 2-3 torrents, each limited to about 40-50 maximum connections, then here's how to set it up.
1. Install the requirements:
Code:
ipkg install lighttpd php php-fcgi sqlite2 python
2. Get the attached torrent-flux.conf. Put it under /opt/etc/lighttpd/. Examine it and create the appropriate directories (such as /opt/share/www/torrent.flux) or log dirs.
3. Download torrentflux-b4rt. Copy the contents of the html/ dir in the package under /opt/share/www/torrent.flux.
4. Start lighttpd:
Code:
/opt/sbin/lighttpd -f /opt/etc/lighttpd/torrent-flux.conf
If you get error messages examine them and fix them, most likely you need some dirs created.
5. Use a browser and go to your router on port 8081, and load /setup.php. You should get the installation wizard. Tip: when asked for an sqlite database, the first field (the file) is best if it's empty or "localhost".
That's it. The rest is up to how you set it up, because it has a very complex configuration. Don't be scared of how slow the interface is, that's how it works I'm afraid, the Asus is a small and slow machine. :(
If you want queueing you'll need to start fluxd from the interface.
I advise you to use bittornado as the client, because it's included with the package and works well out of the box. If you want transmission it won't work with Oleg's transmissioncli! You need to compile the hacked version that comes with torrentflux-b4rt and put it somewhere on your HDD and point the configuration to it. I'm attaching a compiled binary taken from b4rt alpha6, try to use it, YMMV.
Save CPU, pause transmission when not in use
Oleg's transmission wiggles around even when there are no torrents in work. Enough for the load to go around 0.3. So when you're not using it, go in the interface and hit "Pause". All transmission clients will stop soon after that, and you'll get a nice load of 0.0. Or, you can use that CPU power to do something else.