Bitcoin multisig tutorial

0

I have five private keys (of type java.math.BigInteger) called a, b, c, d, e.

Please provide some code template for the following.

  • Create an address that has "3-out-of-5" spendability for the above keys.
  • Create a signed transaction given any 3 of the 5 private keys that sends to some address x.

This needs to be done without the Wallet construct.

Jus12

Posted 2015-12-08T08:35:22.173

Reputation: 1 243

I heard that Stack Overflow is not a code-writing service. Is it the same policy on Bitcoin Stack Exchange?Nayuki 2015-12-13T05:58:26.823

Dont need full code. Just snippets or link to the right resources.Jus12 2015-12-13T15:07:05.170

No answers