Question I'd like to hear everyone's thoughts on possibly making votes public. This has been discussed in a lot of other issues, but here's a dedicated one for discussion. Positives Could help figh...
Probably better to post in the github issue rather than replying here.
Not sure if you’re missing this or deliberately ignoring it, but I don’t know how monero does it. That’s why I’m just saying “in the same way they do it”.
The application I am thinking of is:
Verify that someone has legitimately
Used voting power they possess
To assign value to a particular account
Without revealing the identity of the “someone”
In a way that can’t be faked
In monero, the “voting power” is the ability to transfer funds to a particular payment address.
In lemmy, the “funds” are votes and the “payment address” is a comment or post.
You could actually implement such a content voting system using monero, if everyone were willing to put in a couple cents’ worth of monetary value. You’d just generate a pair of payment address for each vote target, one for upvotes and one for downvotes.
You’d have to use another layer of software for generating all these payment addresses, and that software would have to be trusted as well, but basically for any possible combination of voter/voteDirection/voteTarget you’d generate a payment address. As soon as funds appear in that payment address, the vote has been cast.
That’s just a hack knowing nothing about how monero actually accomplishes that. That’s using monero as an engineering black box, without knowing how it works.
I would not have asserted that there is no way to make such a payment system, based on the same instinct people are basing the judgment that such a voting system cannot be made. But I’d be wrong, because monero exists and works, and so this tells me the same problem can be solved in voting.
Not sure if you’re missing this or deliberately ignoring it, but I don’t know how monero does it. That’s why I’m just saying “in the same way they do it”.
The application I am thinking of is:
In monero, the “voting power” is the ability to transfer funds to a particular payment address.
In lemmy, the “funds” are votes and the “payment address” is a comment or post.
You could actually implement such a content voting system using monero, if everyone were willing to put in a couple cents’ worth of monetary value. You’d just generate a pair of payment address for each vote target, one for upvotes and one for downvotes.
You’d have to use another layer of software for generating all these payment addresses, and that software would have to be trusted as well, but basically for any possible combination of voter/voteDirection/voteTarget you’d generate a payment address. As soon as funds appear in that payment address, the vote has been cast.
That’s just a hack knowing nothing about how monero actually accomplishes that. That’s using monero as an engineering black box, without knowing how it works.
I would not have asserted that there is no way to make such a payment system, based on the same instinct people are basing the judgment that such a voting system cannot be made. But I’d be wrong, because monero exists and works, and so this tells me the same problem can be solved in voting.