Arjun Suresh (talk | contribs) (Created page with " {{Template:FB}} Category:Technical") |
Arjun Suresh (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | *sudo apt-get install bittornado | ||
+ | *mkdir ~/.bttrack | ||
+ | *mkdir ~/btfiles | ||
+ | * bttrack --port 6969 --dfile ~/.bttrack/dstate --logfile ~/.bttrack/tracker.log --nat_check 0 --scrape_allowed full --allowed_dir $HOME/btfiles --parse_dir_interval 10 --allow_get 1 | ||
+ | * firefox http://localhost:6969 | ||
+ | To make it a startup script, create a skeleton with the following | ||
+ | mkdir /torrent | ||
+ | DAEMON_ARGS="--dfile /var/run/$NAME/dstate --logfile /var/log/$NAME.log | ||
+ | --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles" | ||
{{Template:FB}} | {{Template:FB}} | ||
[[Category:Technical]] | [[Category:Technical]] |
To make it a startup script, create a skeleton with the following
mkdir /torrent
DAEMON_ARGS="--dfile /var/run/$NAME/dstate --logfile /var/log/$NAME.log --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles"
To make it a startup script, create a skeleton with the following
mkdir /torrent
DAEMON_ARGS="--dfile /var/run/$NAME/dstate --logfile /var/log/$NAME.log --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles"