Post
Topic
Board Development & Technical Discussion
Re: How to enable fallbackfee?
by
BitCryptex
on 13/10/2019, 20:19:04 UTC
-snip

It depends on the operating system. Shut down your node. If you are running any Linux distribution then add "-fallbackfee=0.00001" to the launch command e.g. "bitcoind -fallbackfee=0.00001". If you are running Windows then right-click on the Bitcoin Core executable file, select Properties and add "-fallbackfee=0.00001" after the file extension. The fallback fee will be set to 1 sat/byte which should be enough for now. By default, it's 20 sat/byte if you don't specify the value.