Post
Topic
Board Development & Technical Discussion
Re: Set minimum fee for bitcoind
by
Uniex
on 11/02/2019, 17:49:25 UTC
Currently the transactions are getting confirmed with a minimal fee of 3sats/byte based on https://coinb.in/#fees. Your transactions will get past within this day probably. But you should set the fees manually using the GUI slider for your to get past quickly with the recommended fees. As achow said in an older post, bitcoind needs to sync completely for you to check with the current fee.

How can I set minimum transaction fee while running bitcoind server or in bitcoin.conf ?
You can set minimum transaction fee by configuring the mintxfee= xBTC/KB
By this way, you are instructing your client to broadcast your transaction with xBTC/ 1000 bytes. Setting the mintxfee too low would be quite dangerous.

unfortunately, mintxfee doesn't work, started my bitcoind with -mintxfee=0.00005 after testing, got sent transaction with 0.00004094 BTC