Skip to content

Instantly share code, notes, and snippets.

@btcdrak
Last active July 2, 2021 21:16
Show Gist options
  • Save btcdrak/1c3a323100a912b605b5 to your computer and use it in GitHub Desktop.
Save btcdrak/1c3a323100a912b605b5 to your computer and use it in GitHub Desktop.
@btcdrak
Copy link
Author

btcdrak commented Aug 28, 2015

@rubensayshi Ensures most of the mining power is on the same page regarding blocksize.

@mmeijeri
Copy link

How does having to cast a vote first help? Wouldn't they simply set all their votes to the maximum value?

Some votes will get a lucky hash, some will be unlucky.

Wouldn't 90% of them be lucky hashes?

@maaku
Copy link

maaku commented Aug 28, 2015

@mmeijeri they are paying for voting up by giving up subsidy. See this writeup for details:

https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-May/008017.html

@btcdrak
Copy link
Author

btcdrak commented Aug 28, 2015

OK I've reworked quite a bit of the text and reduced complexity, and saved some bytes in the coinbase field. I'm going to transfer this over to my bips fork and open a pull request.

@btcdrak
Copy link
Author

btcdrak commented Aug 28, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment