Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: bitdude on July 21, 2013, 12:40:28 PM



Title: Transaction fee in Bitcoin-Qt not saved [SOLVED]
Post by: bitdude on July 21, 2013, 12:40:28 PM
When I go to Settings->Options and change Pay transaction fee (which is 0 by default) to 0.0005, which I would like to use and hit Apply and OK, the settings does not load when I exit and start the client again. I believe this is a bug.

I'm using 0.8.3-beta and this already occurred in 0.8.2.



Title: Re: Transaction fee in Bitcoin-Qt not saved
Post by: gmaxwell on July 21, 2013, 11:21:16 PM
You don't happen to have a bitcoin.conf with txfee=0 in it, do you?


Title: Re: Transaction fee in Bitcoin-Qt not saved
Post by: bitdude on July 22, 2013, 04:56:02 AM
You don't happen to have a bitcoin.conf with txfee=0 in it, do you?


Thanks, that helped! I did have paytxfee=0.00. Still, I would think the settings to be updated when I do so in the GUI ... Or at least a warning to popup when there is a conflict between registry (Windows) and configuration file.