osagga / NTumbleBit

TumbleBit Implementation in .NET Core
MIT License
1 stars 0 forks source link

Time locked transactions will have higher fees #6

Open osagga opened 6 years ago

osagga commented 6 years ago

Given that TumbleBit constructs transactions that are locktimed at some future heights, the transaction fees should be adjusted accordingly so that miners don't ignore the transactions due to the low fee.

Generally it is challenging to have an accurate estimate of a transaction fee at a future height, so the approach we are using to solve that problem is amplify the current fee estimation by a factor of 5. While this approach almost certainly over estimates the fee, it at least gurtantees that the transaction will not be rejected by miners when the locktime height is reached.

The transactions whose fees were amplified are the following: