Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Signature aggregation for improved scalablity.
by
kanzure
on 26/02/2016, 14:10:16 UTC
⭐ Merited by ABCbits (1)
Related comment from jl2012 on bip131 "coalescing transactions" appears at https://github.com/bitcoin/bips/pull/268#issuecomment-170780308

Quote from: jl2012
With Schnorr signature it is only possible to combine signature of the same public key, but also different public keys, as long as they are signing the same hash. I think it is the plan after BIP141 is deployed.

Also some other comments from the aethers...

Quote from: gmaxwell
If you have pubkey P1, I can craft P2 = P3-P1, then multisign P1+P2 using P3 all on my own;

Quote from: sipa
P1*H(P1)+P2*H(P2)