public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoin-dev] Voting by locking coins
@ 2015-08-08  6:27 Hector Chu
  2015-08-08  6:36 ` Hector Chu
  2015-08-08 14:23 ` Peter Todd
  0 siblings, 2 replies; 6+ messages in thread
From: Hector Chu @ 2015-08-08  6:27 UTC (permalink / raw)
  To: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 818 bytes --]

Has there ever been any discussion of locking coins till a certain date for
casting votes on an issue?

Say that the date for counting votes is 3 months from now. Every one who
wants to cast a vote must lock coins until the vote closes (using CLTV). To
increase the weight of your vote, lock more coins. Write your choice in the
scriptPubKey or an OP_RETURN data output.

On the date the vote closes the nodes tally up the coin values for the
various vote options, and the choice with the highest total is the winner.

Not saying this could be used to solve the block size issue necessarily,
but we could have choices like:
1) Keep block size the same
2) Reduce block size by 10%.
3) Increase block size by 10%.

The vote could be a rolling one. When the present vote is decided the vote
for the next 3 months starts.

[-- Attachment #2: Type: text/html, Size: 966 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [bitcoin-dev] Voting by locking coins
  2015-08-08  6:27 [bitcoin-dev] Voting by locking coins Hector Chu
@ 2015-08-08  6:36 ` Hector Chu
  2015-08-08 14:23 ` Peter Todd
  1 sibling, 0 replies; 6+ messages in thread
From: Hector Chu @ 2015-08-08  6:36 UTC (permalink / raw)
  To: Bitcoin Dev

[-- Attachment #1: Type: text/plain, Size: 1074 bytes --]

Also there may need to be weighting depending on how long the coins have
been locked for, to stop voting at the last minute having an undue
influence.

On 8 August 2015 at 07:27, Hector Chu <hectorchu@gmail•com> wrote:

> Has there ever been any discussion of locking coins till a certain date
> for casting votes on an issue?
>
> Say that the date for counting votes is 3 months from now. Every one who
> wants to cast a vote must lock coins until the vote closes (using CLTV). To
> increase the weight of your vote, lock more coins. Write your choice in the
> scriptPubKey or an OP_RETURN data output.
>
> On the date the vote closes the nodes tally up the coin values for the
> various vote options, and the choice with the highest total is the winner.
>
> Not saying this could be used to solve the block size issue necessarily,
> but we could have choices like:
> 1) Keep block size the same
> 2) Reduce block size by 10%.
> 3) Increase block size by 10%.
>
> The vote could be a rolling one. When the present vote is decided the vote
> for the next 3 months starts.
>

[-- Attachment #2: Type: text/html, Size: 1480 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [bitcoin-dev] Voting by locking coins
  2015-08-08  6:27 [bitcoin-dev] Voting by locking coins Hector Chu
  2015-08-08  6:36 ` Hector Chu
@ 2015-08-08 14:23 ` Peter Todd
  2015-08-08 15:03   ` Hector Chu
  1 sibling, 1 reply; 6+ messages in thread
From: Peter Todd @ 2015-08-08 14:23 UTC (permalink / raw)
  To: Hector Chu, Hector Chu via bitcoin-dev, Bitcoin Dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256



On 8 August 2015 02:27:35 GMT-04:00, Hector Chu via bitcoin-dev <bitcoin-dev@lists•linuxfoundation.org> wrote:
>Has there ever been any discussion of locking coins till a certain date
>for
>casting votes on an issue?

Yes, John Dillon proposed a very clever and viable blocksize vote scheme on this list awhile back: https://www.mail-archive.com/bitcoin-development@lists.sourceforge.net/msg02323.html
-----BEGIN PGP SIGNATURE-----

iQE9BAEBCAAnIBxQZXRlciBUb2RkIDxwZXRlQHBldGVydG9kZC5vcmc+BQJVxhDI
AAoJEMCF8hzn9Lnc47AH/Rg+JEhId23fKmUUDvYo8FA4N03nPjbsYBNdAAXHufUQ
6KQz8h+yjYKMBTU0r4ONyssQtqtsJtWQpLjANZlYlTB82WuPKNPhrAD3Kqkj7x+t
L6ROTktoBnGvhPLCkRdpIjnGwcBhVFFxePQCySJrRT+w+5WZtcyVtx0JDdttJREF
5Ctdf2K6IbVJ10joQHY46IlGpVNiOhx4mJ2SyCHy5Ug4lWToHto0KYJplK5GDXTi
8IfPNrnqTjm5ExeyE3/d86je9sbHJvSYIrMsUCk74e244+VTUK35ms8xoA0n2yyn
M1g6HAmA6OR61WvnQHaCYLT6f7XrDh8s0+BmpHrrF6E=
=p+Go
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [bitcoin-dev] Voting by locking coins
  2015-08-08 14:23 ` Peter Todd
@ 2015-08-08 15:03   ` Hector Chu
  2015-08-08 15:10     ` Peter Todd
  0 siblings, 1 reply; 6+ messages in thread
From: Hector Chu @ 2015-08-08 15:03 UTC (permalink / raw)
  To: Peter Todd; +Cc: Hector Chu via bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 1439 bytes --]

Thanks for this Peter. It is quite long winded and complicated so I just
wanted to clarify one particular point. In John's proposal, are the coins
actually locked up, or are they still freely spendable post-vote? Otherwise
there is no real cost to casting votes. Locking coins up is related to the
time-value of money and has a cost the longer they are locked up for.

On 8 August 2015 at 15:23, Peter Todd <pete@petertodd•org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
>
>
> On 8 August 2015 02:27:35 GMT-04:00, Hector Chu via bitcoin-dev <
> bitcoin-dev@lists•linuxfoundation.org> wrote:
> >Has there ever been any discussion of locking coins till a certain date
> >for
> >casting votes on an issue?
>
> Yes, John Dillon proposed a very clever and viable blocksize vote scheme
> on this list awhile back:
> https://www.mail-archive.com/bitcoin-development@lists.sourceforge.net/msg02323.html
> -----BEGIN PGP SIGNATURE-----
>
> iQE9BAEBCAAnIBxQZXRlciBUb2RkIDxwZXRlQHBldGVydG9kZC5vcmc+BQJVxhDI
> AAoJEMCF8hzn9Lnc47AH/Rg+JEhId23fKmUUDvYo8FA4N03nPjbsYBNdAAXHufUQ
> 6KQz8h+yjYKMBTU0r4ONyssQtqtsJtWQpLjANZlYlTB82WuPKNPhrAD3Kqkj7x+t
> L6ROTktoBnGvhPLCkRdpIjnGwcBhVFFxePQCySJrRT+w+5WZtcyVtx0JDdttJREF
> 5Ctdf2K6IbVJ10joQHY46IlGpVNiOhx4mJ2SyCHy5Ug4lWToHto0KYJplK5GDXTi
> 8IfPNrnqTjm5ExeyE3/d86je9sbHJvSYIrMsUCk74e244+VTUK35ms8xoA0n2yyn
> M1g6HAmA6OR61WvnQHaCYLT6f7XrDh8s0+BmpHrrF6E=
> =p+Go
> -----END PGP SIGNATURE-----
>
>

[-- Attachment #2: Type: text/html, Size: 2030 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [bitcoin-dev] Voting by locking coins
  2015-08-08 15:03   ` Hector Chu
@ 2015-08-08 15:10     ` Peter Todd
  2015-08-08 15:23       ` Hector Chu
  0 siblings, 1 reply; 6+ messages in thread
From: Peter Todd @ 2015-08-08 15:10 UTC (permalink / raw)
  To: Hector Chu; +Cc: Hector Chu via bitcoin-dev

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256



On 8 August 2015 11:03:04 GMT-04:00, Hector Chu <hectorchu@gmail•com> wrote:
>Thanks for this Peter. It is quite long winded and complicated so I
>just
>wanted to clarify one particular point. In John's proposal, are the
>coins
>actually locked up, or are they still freely spendable post-vote?
>Otherwise
>there is no real cost to casting votes. Locking coins up is related to
>the
>time-value of money and has a cost the longer they are locked up for.

John Dillon's proposal is essentially to have the economic majority give miners *permission* to raise the blocksize; making the vote costly is against the design intent of accurately capturing the broadest possible economic consensus.

-----BEGIN PGP SIGNATURE-----

iQE9BAEBCAAnIBxQZXRlciBUb2RkIDxwZXRlQHBldGVydG9kZC5vcmc+BQJVxhvv
AAoJEMCF8hzn9Lnc47AH/1/4QjqSS2yYndM5evkl4h9ZJDxpeq++21pDprKn1HSu
a5+0M8bcM1Jlk5+GSFqDLl920yQXTPZ5AOvJ9F6085/g2heGEg2iHP/iJsOGK6xe
VWF/yR8sFYEe41BXP9r/la/AUFPcQWFUBqZgPqDBCqr87k2Hn5d3t0VITNwNHCge
VJKlESGyyg3nMxfrvQq1YspKBkhTpIFMz1aw0CUh3kVOpmW2luFcA7SQzOWfBgDd
3ZExFhcn/5GcK3GudRsvcPNSIZQzeZcX2uQHCzQa7kvPdlZ1XntkE2ojy31Zq0nv
Pj+CDBeKYtr4R0ZEn2bKhq39C3+1SZa5XkuCHAanBbQ=
=vp56
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [bitcoin-dev] Voting by locking coins
  2015-08-08 15:10     ` Peter Todd
@ 2015-08-08 15:23       ` Hector Chu
  0 siblings, 0 replies; 6+ messages in thread
From: Hector Chu @ 2015-08-08 15:23 UTC (permalink / raw)
  To: Peter Todd; +Cc: Hector Chu via bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 1759 bytes --]

I think that if a vote was free, no matter how much weight it carried, then
it could be easily bought and the vote manipulated. If the cost of the vote
was proportional to its weight, then it would be harder to manipulate the
vote.
I know I haven't explained that thoroughly, but as an analogy think to how
markets determine the clearing price for a good. Votes in markets cost
money.

On 8 August 2015 at 16:10, Peter Todd <pete@petertodd•org> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
>
>
> On 8 August 2015 11:03:04 GMT-04:00, Hector Chu <hectorchu@gmail•com>
> wrote:
> >Thanks for this Peter. It is quite long winded and complicated so I
> >just
> >wanted to clarify one particular point. In John's proposal, are the
> >coins
> >actually locked up, or are they still freely spendable post-vote?
> >Otherwise
> >there is no real cost to casting votes. Locking coins up is related to
> >the
> >time-value of money and has a cost the longer they are locked up for.
>
> John Dillon's proposal is essentially to have the economic majority give
> miners *permission* to raise the blocksize; making the vote costly is
> against the design intent of accurately capturing the broadest possible
> economic consensus.
>
> -----BEGIN PGP SIGNATURE-----
>
> iQE9BAEBCAAnIBxQZXRlciBUb2RkIDxwZXRlQHBldGVydG9kZC5vcmc+BQJVxhvv
> AAoJEMCF8hzn9Lnc47AH/1/4QjqSS2yYndM5evkl4h9ZJDxpeq++21pDprKn1HSu
> a5+0M8bcM1Jlk5+GSFqDLl920yQXTPZ5AOvJ9F6085/g2heGEg2iHP/iJsOGK6xe
> VWF/yR8sFYEe41BXP9r/la/AUFPcQWFUBqZgPqDBCqr87k2Hn5d3t0VITNwNHCge
> VJKlESGyyg3nMxfrvQq1YspKBkhTpIFMz1aw0CUh3kVOpmW2luFcA7SQzOWfBgDd
> 3ZExFhcn/5GcK3GudRsvcPNSIZQzeZcX2uQHCzQa7kvPdlZ1XntkE2ojy31Zq0nv
> Pj+CDBeKYtr4R0ZEn2bKhq39C3+1SZa5XkuCHAanBbQ=
> =vp56
> -----END PGP SIGNATURE-----
>
>

[-- Attachment #2: Type: text/html, Size: 2279 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-08 15:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-08  6:27 [bitcoin-dev] Voting by locking coins Hector Chu
2015-08-08  6:36 ` Hector Chu
2015-08-08 14:23 ` Peter Todd
2015-08-08 15:03   ` Hector Chu
2015-08-08 15:10     ` Peter Todd
2015-08-08 15:23       ` Hector Chu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox