Skip to content

Instantly share code, notes, and snippets.

@gavinandresen
Created August 23, 2011 14:44
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gavinandresen/39158239e36f6af69d6f to your computer and use it in GitHub Desktop.
Save gavinandresen/39158239e36f6af69d6f to your computer and use it in GitHub Desktop.
Multi-signature proposal
@groffer
Copy link

groffer commented Oct 1, 2011

@gavinandresen - I feel that there is a reluctance to accept substantial contributions from the community. As @maaku I am also concerned about community trust and I think the success of bitcoin project depends on that and good communication. A decision was made even though the balance of arguments seemed in favor of the generalized solution.

As to code complexity, the IsStandard part of pull #319 is very simple - https://github.com/bitcoin/bitcoin/pull/319/files - wallet.cpp line 1125 to 1179. The only other part is a refactoring of Solver in script.cpp that is generally useful. Extending this to multiple OR clauses will be only a few more lines of code.

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