How to unset fee rate after setting with RPC `settxfee`

0

After setting the fee rate with settxfee -- how do I re-allow bitcoind to set the fee automatically again? Or does the settxfee command only apply to the next outgoing transaction?

pinhead

Posted 2018-07-18T23:51:44.017

Reputation: 2 356

Answers

2

Looking at the source code suggests that settxfee 0 should return you to the automatic fee setting. However this behavior is undocumented and there is a TODO suggesting that it might go away in the future. Otherwise, you can restart bitcoind.

Nate Eldredge

Posted 2018-07-18T23:51:44.017

Reputation: 21 420