Post
Topic
Board Development & Technical Discussion
Re: Would the bitcoin blockchain work for voting?
by
ETFbitcoin
on 11/11/2020, 09:45:15 UTC
The common problem are :
1. Trade off between verifiability and privacy
I always wondered if Blackbytes might be a viable option for voting. I think it can be both private and verifiable. It's explained in Hiding entire content of on-chain transactions. I imagine each voter gets one coin to share, and each candidate has a wallet to accept votes. At the end of the election, the candidate with the biggest wallet wins.

Basically using zero-proof knowledge cryptography. There are some discussion (https://security.stackexchange.com/q/67819, https://security.stackexchange.com/q/46709) and research (https://eprint.iacr.org/2016/765.pdf) about it, but AFAIK all of them have some kinds of trade-off which makes it hardly practical.