When I first came to Linux I adopted Transmission. It seemed less featureful than others but now I like its simplicity, does everything it needs and it is also very reliable. It is not very known but there actually is a transmission-cli for common torrent operations that may come in handy some time.
Transmission 4.0.0 beta 1
101–110 of 262 posts
Re: Transmission 4.0.0 beta 1
#102As a Chinese, I really need the anti leeching capabilities, as too many people here use Xunlei that only download but never upload. Sad to see that the maintainers skip this again.
Re: Transmission 4.0.0 beta 1
#103Earlier quoted context omitted.
And as the reported stats originate from the torrent client... They're able to report whatever they want. I remember using some obscure tool before 2010 to intercept these packages and update them. I was in my early teens back then and used it to overreport my upload statistics by something like x2 on some private trackers, so they wouldn't ban me.
It used to be easy to falsify that information, but no more. Most private trackers would easily ban you for that nowadays, unless you can get all the other clients to also cheat with you using the same parameters. It's easy to cross-reference the information coming from N clients, so you'll be booted relatively quickly.
Re: Transmission 4.0.0 beta 1
#104If someone asks me to install a Torrent client on a single machine, my favorite would be QBittorrent, however at home I use XigmaNAS' Transmission client extensively, and operate it from other machines in the LAN using the Transgui interface (also available on Windows and MacOS). This allows me to turn off everything but the NAS, which with all RAID disks spun down and a TDP of 15 Watts makes for some good energy sav…
Qbittorrent unfortunately turned into a buggy mess and has no leadership. The github has hundreds of known issues that are not addressed. No qbittorrent client works reliably on Windows or Mac for at least a year or two. It gets hung up scanning downloaded torrents etc.
Re: Transmission 4.0.0 beta 1
#105Cool to see community listed as a feature up there with the tech stuff
Re: Transmission 4.0.0 beta 1
#106> The project is much more responsive to bug reports and code submissions than it has been in the past. Cool to see community listed as a feature up there with the tech stuff
Re: Transmission 4.0.0 beta 1
#107Why use this, when there's qBittorent?
Re: Transmission 4.0.0 beta 1
#108Re: Transmission 4.0.0 beta 1
#109When I first came to Linux I adopted Transmission. It seemed less featureful than others but now I like its simplicity, does everything it needs and it is also very reliable. It is not very known but there actually is a transmission-cli for common torrent operations that may come in handy some time.
FYI, transmission-cli is considered deprecated by the Transmission developers. Using both transmission-daemon and transmission-remote is the recommended approach. Actually, transmission-cli uses transmission-daemon internally and they share the same configuration. transmission-cli is still useful for one-off downloads, but I still prefer the recommended way because I'd like to seed older torrents some more time.
Wah! Bad news! I like to kick off a download from an SSH shell. Now I have to find out what transmission+remote is.
Re: Transmission 4.0.0 beta 1
#110Earlier quoted context omitted.
Transmission (or at least the official clients I have personally used) doesn't show country of a peer. Plus you can't determine the country of an IP by DNS, unless your geoip provider happens to be DNS-based; what you need is a geoip database.
Country is normally determined by doing a reverse DNS lookup, and then looking at the country code in the domain name. It's not very accurate, but you can do it for free without relying on any third party service or database. Here is the libtorrent code that does it for every peer: https://github.com/arvidn/libtorrent/blob/8786d17e59c90aee2c...