-
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
Clarity needed regarding Channel Privacy #6764
Comments
There are two things going on when you anonymize your channel data:
So you're sending public information privately. If you want an analogy: this is like going out of your way to deliver an envelope to someone without a return address on the back, only to then put that address on the letter inside of the envelope anyway. Is it a bug? Well, all components are doing what they are designed to do. However, not what you may expect from them. |
We don't have an interface for this. If you want to remove your keys, you'll have to remove the following files from your Tribler configuration folder (typically tribler/src/tribler-core/tribler_core/components/key/settings.py Lines 9 to 12 in ebc1d44
|
I did remove the aforementioned folder previously but I got the same key again. That's why I am asking. |
The key file should come back but its contents should be different. |
In the past, there used to be an option to either keep or remove your identity/keys in the Tribler uninstaller. The artifacts are still there, but I couldn't find this checkbox in the Rotating keys, anonymous payout aggregration, etc., is part of the open issue #4255. |
How can I use this? |
@absolutep You should probably not mess around with those scripts, that information was meant for the developer that will be assigned to this issue. For now, your best option is to manually remove the configuration folder. |
So I created a channel & as can be seen from screenshot I set it to 2 hops.
My question is - as far as I have read Tribler literature - Channels are always public.
Then how come this anonymous feature is showing?
Can channel system actually work on anonymously (similar to torrents) or is it just a bug?
The text was updated successfully, but these errors were encountered: