Author

Topic: Does bitcoind using dynamic fees by default ? (Read 641 times)

legendary
Activity: 2954
Merit: 4158
Does bitcoind using dynamic fees by default ? I mean, that at the moment if it is necessary to use lower fee, bitcoind will set lower fee, if network is busy, then it will use higher fee..
By default, bitcoind will use estimate fee and uses the estimate to include a fee that would likely get the transaction to be confirmed within 2 blocks. If the network load is high, bitcoind would opt for a higher fee, if it is low, bitcoind would opt for a lower fee. At times, bitcoind would not be able to estimate the fee due to insufficient mempool data. In these situations, bitcoind uses a fee of 0.0002BTC/KB. Use -paytxfee= to set the fee and override this option.
legendary
Activity: 1750
Merit: 1115
Providing AI/ChatGpt Services - PM!
You can always set the fee explicitly in bitcoin.conf if you're aware ,or just by using something like bitcoin-cli settxfee 0.001 (that's what I have choose to keep per kb's).That should probably over ride the default fees.I think by default only the transactions with the minimum fees are accepted.
member
Activity: 101
Merit: 11
N.E.E.T
i think ,yes ..
i found some explain for estimate fee calculation ,this https://bitcoin.stackexchange.com/questions/7537/calculator-for-estimated-tx-fees ..

EDIT:
oops ,but not because for this situation .
if it is necessary to use lower fee, bitcoind will set lower fee, if network is busy, then it will use higher fee..
full member
Activity: 224
Merit: 100
Does bitcoind using dynamic fees by default ? I mean, that at the moment if it is necessary to use lower fee, bitcoind will set lower fee, if network is busy, then it will use higher fee..
Jump to: