If I know the m of n values of the multisig, the # of inputs (all of which are from the multisig and require m signatures) and outputs and the redeem script, how can I determine the size of the transaction after m signatures?
Asked
Active
Viewed 43 times
1
p2sh-multisig
is being redeemed, all pubkeys are compressed (33 bytes per pubkey) and that the signatures produced are 72 bytes each. If you're asking about segwit specifically (the calculation will be a bit different in that case), then please edit your question. Otherwise I agree that it's a duplicate. – arubi Dec 22 '18 at 09:05