Using -minrelaytxfee or minrelaytxfee in bitcoin.conf results in:
Error: Invalid amount for -minrelaytxfee=: ‘0’
Using -minrelaytxfee or minrelaytxfee in bitcoin.conf results in:
Error: Invalid amount for -minrelaytxfee=: ‘0’
I asked LaserMissile to open this bug. It’d be nice if =0 carried out the user’s intent, requiring =0.00000001 to mean “relay anything” isn’t friendly.
(yes, setting it that low is dumb and might make you vulnerable to a DoS attack, but I think it is important to let users shoot themselves in their feet as long as it is not easy to do accidently).
PS: when fixing, be sure to test: =0 =0.0 and =0,1 (should error) and =eleven (should error).