Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
9334667
Topic
835304
Board
Development & Technical Discussion
Topic OP
Calculating transaction fees programmatically ?
by
Farghaly
on
26/10/2014, 12:17:45 UTC
Hello,
Regarding transaction fees
https://en.bitcoin.it/wiki/Transaction_fee
i have several unanswered questions:
How to calcaulate tx size ?
http://bitcoin.stackexchange.com/questions/1195/how-to-calculate-transaction-size-before-sending
is a good pattern but didn't mention P2SH
What's actually measured ? inputs, outputs, signatures ?
Is it possible to calculate tx size from its hex ?
What's the average multi-sig input size ?
Is there any reference implementation on calculating tx fee from size ?
Thank you