Page 2 of 7

Re: Linux/*BSD/MacOS version is available!

Posted: Wed Apr 28, 2010 4:26 am
by administrator
It's J2SE application. it requires gui for now.

Re: Linux/*BSD/MacOS version is available!

Posted: Mon May 03, 2010 2:52 pm
by Python
I have an OpenSolaris box thats my NAS and Torrent server with transmission running as daemon.
It doesn't have a monitor neither a keyboard so a daemon version would be very appreciated.

Thanks!

Re: Linux/*BSD/MacOS version is available!

Posted: Mon May 03, 2010 3:04 pm
by administrator
Thank you for your feedback. We will release daemon version in the near future. :)

Re: Linux/*BSD/MacOS version is available!

Posted: Tue May 04, 2010 12:34 pm
by fda
Hello, thanks for the mac version!!
It works great with a lot of trackers!
It seems to works fine when the tracker port isn't included in the tracker address...

For example, I've tested the pc version and the mac version on the same tracker (tracker.gay-torrents.net:6970) but while the pc version works fine, the mac version can't connect to the tracker (SocketException:Unexpected end of file from server) and it can't find any peer or seed...

Re: Linux/*BSD/MacOS version is available!

Posted: Tue May 04, 2010 5:58 pm
by administrator
Hello.

We will check TRK Mac with this tracker. Thank you for your feedback.

UPD: Please download the latest Torrent Ratio Keeper for MacOS. We fixed the problem.

Re: Linux/*BSD/MacOS version is available!

Posted: Tue May 11, 2010 4:50 am
by Python
What about the daemon version, is there a expected release soon?

That's one of the programs I most want to see daemonized. There's not another ratio app for the UNIX platform this is the only one.

Re: Linux/*BSD/MacOS version is available!

Posted: Tue May 11, 2010 5:31 am
by administrator
We are working on console version (no GUI, you can launch it from console or any start up script). We are going to release it this week. :)

P.S. If you register on the forum we will be able to send you beta version.

Re: Linux/*BSD/MacOS version is available!

Posted: Fri May 14, 2010 3:22 pm
by administrator
Torrent Ratio Keeper for Linux/*BSD/MacOS can work from command line! You can use it on your seedbox or dedicated server. We recommend to run TorrentRatioKeeperMonster.jar on your pc and setup rules for the trackers. Then you need to put rules.xml to your home dir (in most cases it's /home/<your_name> or /root).

Code: Select all

Usage: java -jar TorrentRatioKeeperMonster.jar -ui:0 [OPTIONS]

-ui:1|0 (launch TRK with gui or without. Default - 1)
-active:1|0 (Activate TRK for the new tracker (Default Settings). Default value is 1)
-upinc:0..1000 (Increase Uploaded Traffic for the new tracker (Default Settings). Default value is 75(%))
-downdec:0..100 (Decrease Downloaded Traffic for the new tracker (Default Settings). Default value is 0, turned off)
-seeder:1|0 (Turn on Seeder mode for the new tracker (Default Settings). Default value is 0)
-noup:1|0 (Emulate Upload Problems for the new tracker (Default Settings). Default value is 0)
-blocktracker:1|0 (Block Tracker Communications for the new tracker (Default Settings). Default value is 0)
--- Add x-y% of downloaded to uploaded ---
-adddowntoup:1|0 (Add x-y% of downloaded to uploaded for the new tracker (Default Settings). Default value is 0)
-adddowntoupx:0..100000 (X of adddowntoup for the new tracker (Default Settings). Default value is 25)
-adddowntoupy:0..100000 (Y of adddowntoup for the new tracker (Default Settings). Default value is 33)
--- Limit torrent fake upload speed ---
-limtorrent:1|0 (Make sure that your fake upload increase speed for single .torrent doesn't exceed X-Y kb/s for the new tracker (Default Settings). Default value is 0, turned off)
-limtorrentx:0..100000 (X kb/s of limtorrent for the new tracker (Default Settings). Default value is 100)
-limtorrenty:0..100000 (Y kb/s of limtorrent for the new tracker (Default Settings). Default value is 150
--- Settings ---
-port:1..65535 (TRK listens this port. You need to setup your torrent client to use the port as HTTP proxy. Default port is 3012. Example: localhost:3012)
-lc:<TRK_license_key> (The license key activates TRK on your PC. It's enough to launch TRK with this parameter one time.)
--help (display this help and exit)

Example: java -jar TorrentRatioKeeperMonster.jar -ui:0 -seeder:1 -noup:0 -upinc:112 -downdec:0

Re: Linux/*BSD/MacOS version is available!

Posted: Thu Jul 22, 2010 6:07 pm
by sonicby
Please show simple rules.xml .

Re: Linux/*BSD/MacOS version is available!

Posted: Fri Jul 23, 2010 7:55 am
by administrator