-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect torrent upload/download ratio #4161
Comments
Thank you for your report! I've slightly edited your screenshot to hide some sensitive (and personal) information. Regarding your issue, the token balance should slowly increase over time if you are not downloading anything. When you are downloading anonymously, the token balance decreases (since you are using bandwidth of other users). I see that you are streaming a download. Could it be that this download is not complete yet? If so, the token balance will decrease and this could explain the issue you are experiencing. If this is not the case, I can help you to find out the root cause of this, which is most likely a bug in Tribler. 👍 |
Hi, thanks for quick response. The last one (let's call it #3) is tucked on Streaming for more than 24 hours. ration for 24 hours still -6.3. I'd like to help you understanding the bug root cause.(I am a QA) Let me know which info you are missing. |
Version: Tribler 7.1.5 I'm seeing the same problem. I have a bunch of torrents that are actively seeding but the ratio is stuck at zero. I let them seed for days but I still stay deeply in the negative token-wise. I suspect a bug somewhere. Let me know if there's any information I can provide that will help with the debugging. Here's a screenshot of active seeds with a zero ratio... |
I downloaded two more torrents since my last comment. One is just under 1GB and the other is just under 10GB. The 1GB is completed and seeding, the 10GB one is about 70% complete. My token balance went from -20.9GB to -64.2GB (and climbing). That's a change of nearly 44GB for downloading 11GB. Is this working correctly? |
@wkrick that totally depends on the number of hops you are using for anonymity. By default, you are using one hop for downloads. According to your screenshot, you are downloading with three hop anonymity which is quite expensive (you pay 5x for the bandwidth being used). That should explain your quickly decreasing balance. In 7.3, we will release a fix where one would sometime lose balance even without downloading something. |
Hmm.. it seems like the ratio is calculated from the tribler/Tribler/Core/DownloadState.py Line 114 in 15e21f6
This
|
We did some investigation of this issue. The ratio is computed from the We should keep track of all bytes being uploaded and downloaded since these are the bytes you actually pay for if you are using an exit node. So this includes communication overhead which does not directly include "useful" traffic (where you exchange pieces with others). One workaround for this is to manually keep track of all bytes exchanged in a libtorrent download, by using the This issue is a bit more involved than we thought and at this point, it might not be a good idea to make changes to the way we manage data reported by libtorrent. We will fix this later. |
Let's discuss mining-related problems in #4363 |
Tribler version/branch+revision:
v7.1.5
Operating system and version:
Ubuntu 16.4
Steps to reproduce the behavior:
Create 3 movies in the downloads
Ratio just decreasing , I started today with -6.1 and it decreased to -6.3.
Is there any settings I need to apply to make it seed? What am I doing wrong? I've read your Wiki page and searched in the issues but yet don't understand what is wrong :(
The text was updated successfully, but these errors were encountered: