2
I want to use transaction batching to make BTC payments to multiple recipients.
In order to optimize transaction amount \ size, lets I'm making equal transfers of x BTC to N recipients, and that F(x, N) is the function representing the transaction fees.
How would this function look like? How can I calculate it in any given time, to optimize transaction fees?
With or without segwit? – pebwindkraft – 2018-01-26T16:41:53.843
@pebwindkraft both? :) – Lizozom – 2018-01-26T17:21:01.280
maybe this: https://bitcoin.stackexchange.com/questions/7537/calculator-for-estimated-tx-fees?rq=1 or also this: https://bitcoin.stackexchange.com/questions/22870/createrawtransaction-and-sendrawtransaction-how-to-specify-transaction-fee?rq=1 this is all without segwit. Segwit changes things, generally it goes cheaper...
– pebwindkraft – 2018-01-26T20:07:07.347