-
Notifications
You must be signed in to change notification settings - Fork 171
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
Add functionality to wallets that makes adoption of new witnesses on the network easier #175
Comments
I fully agree there can't be no real adoption by end users in the witness list due to the fact that they are shipped harcoded and that, in any way, end users have only one single slot to express their vote: due to the 1 mutation rule all end users have to change the same witness (from the default list) in their wallet or some of their units may not find a suitable parent on the DAG. As a result no independant witness will never emerge because all independant witnesses can only substitute the same one in default witness (currently the one starting with JED...). At the moment there is no way to introduce a new witness. Even Tonych himself can not change the default list now without causing troubles to part of the end users, thoses who have already voted on the JED... slot (1 mutation rule again). The system is fully locked. However, I am not sure end users have any desire for any witness anyway. They just have the desire to feel confident with the network and its technology. So I think a random system, selecting n witnesses among a pool of m, for each post would be much more efficient and secure (an attacker may not be easyly cheat randomness). |
@ByteFan makes sense to me, then your witness list that appears in the wallet would be the m that n is selected from i assume. worth noting that my suggestion is just a better UI for the wallet, whereas your proposal is a low level change to the protocol itself. |
True. I don't think end users really wishe to interact with the witness list (but maybe I am wrong). |
@ByteFan cashback witness is a perfect example of why a user might want to interact with the list or, alternatively, a witness might be able to demonstrate superior reliability, such as through the development of dedicated hardware or exceptional uptime over a long period of time. consider the rough analogy of Google's |
@ByteFan also you may be interested in byteball/ocore#38 |
There can be a extremum point where the 12 witnesses would be 12 differents cashback witnesses ranked by cashback decreasing return yes. |
I think that a pre-shipped list of default witnesses is totally missing the mark of the intention behind "somehow averaging the witness lists" and floating some ideas for how we can move towards a better averaging algorithm in the standard wallet software. |
Since a few versions ago, it's easy to change the list by accepting the offers sent from the hub. |
Currently the wallet lets you configure your own witnesses, but as there is a 1-change rule on witnesses you can only change 1 witness through the UI.
Given that:
It seems unlikely that the set of witnesses can change organically away from the current highly centralised (literally all run by tony) default set.
I thought of two things that could change at the wallet level to increase the ability for the network to adopt now witnesses:
So, the idea is that if you have a list of desired witnesses there should be a deterministic algorithm for any wallet that allows it to diff the currently accepted witness list and the desired witness list and compare this to the votes other wallets are casting on the DAG for new witnesses and then vote accordingly for all new transactions to maximise the likelihood of 1 witness changing to one of the witnesses on the desired list.
The text was updated successfully, but these errors were encountered: