Arjun Suresh (talk | contribs) |
Arjun Suresh (talk | contribs) |
||
Line 9: | Line 9: | ||
DAEMON_ARGS="--dfile /var/run/bttrack/dstate --logfile /var/log/bttrack.log | DAEMON_ARGS="--dfile /var/run/bttrack/dstate --logfile /var/log/bttrack.log | ||
--port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles" | --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles" | ||
+ | |||
+ | ==Creating a Torrent file== | ||
+ | *sudo apt-get install bittornado | ||
+ | * btmakemetafile http://localhost:6969/announce SOURCE --target OUTPUT.torrent | ||
+ | Optional argument: --piece_size_pow2 SIZE | ||
+ | |||
{{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/bttrack/dstate --logfile /var/log/bttrack.log --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles"
Optional argument: --piece_size_pow2 SIZE
To make it a startup script, create a skeleton with the following
mkdir /torrent
DAEMON_ARGS="--dfile /var/run/bttrack/dstate --logfile /var/log/bttrack.log --port 6969 --nat_check 0 --scrape_allowed full --allowed_dir /torrent/btfiles"