You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, bitcoin core has minRelayTxFee of '0.00001000' or 1000 satoshi per 1000 bytes.
This should be the same as 250 satoshi per kiloweight, but it's not since it internally uses vbytes (which rounds up). As a result, modern (segwit-only) software must perform hacks to ensure that it generates transactions which propagate, and authors write angsty, whiny commit messages: