Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sprt/ratioboss
Simulate data upload to boost your ratio on BitTorrent trackers
https://github.com/sprt/ratioboss
bittorrent
Last synced: 3 months ago
JSON representation
Simulate data upload to boost your ratio on BitTorrent trackers
- Host: GitHub
- URL: https://github.com/sprt/ratioboss
- Owner: sprt
- License: mit
- Created: 2016-04-10T18:12:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T22:06:34.000Z (about 8 years ago)
- Last Synced: 2024-10-06T12:44:53.553Z (3 months ago)
- Topics: bittorrent
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Ratioboss simulates data download and upload in order to boost your ratio
on BitTorrent trackers. No data actually flows between you and other peers,
thus data usage is marginal. Be aware that aside from the transfer speeds
being fuzzed, no attempts are made at avoiding detection;
it is therefore recommended to point this tool at popular torrents.Here is an example of a ratioboss session set up to download a file
at 5 MiB/s and upload at 2 MiB/s:$ ratioboss -down 5M -up 2M foo.torrent
9:31PM Torrent name: Foo
9:31PM Torrent size: 8.80 GiB
9:31PM Announce: 0.00 B downloaded, 0.00 B uploaded
9:31PM Next announce: 10:31PM
10:31PM Announce: 8.80 GiB downloaded, 2.64 GiB uploaded
10:31PM Next announce: 11:31PM
^C10:45PM Quitting...
10:46PM Announce: 8.80 GiB downloaded, 4.83 GiB uploadedINSTALLATION
If you have Go installed:
$ go get github.com/sprt/ratioboss
Or you can download a precompiled binary at:
https://github.com/sprt/ratioboss/releases