Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Luke-Jr on October 04, 2011, 09:03:55 PM



Title: [PULL] 19 total branches
Post by: Luke-Jr on October 04, 2011, 09:03:55 PM
https://github.com/bitcoin/bitcoin/pulls/luke-jr


Title: Re: [PULL] 19 total branches
Post by: dogisland on October 05, 2011, 07:35:27 AM
https://github.com/bitcoin/bitcoin/pulls/luke-jr

You've been busy.


Title: Re: [PULL] 19 total branches
Post by: ShadowOfHarbringer on October 09, 2011, 12:39:01 AM
Specify fees explicitly via JSON-RPC

Disables automatically adding "minimum" fees for JSON-RPC methods-- instead, it returns an error or, iff the user sets the new second parameter "force" to the 'settxfee' JSON-RPC call, sends the transaction with the user-specified fee. This second parameter to 'settxfee' is only enabled if bitcoind is started with the undocumented -nosafefees option.

Currently 4/6 support this change:
https://bitcointalk.org/index.php?topic=46925

WOW, this patch actually fixes the forced TX fees annoyance (which made me make my own Bitcoin fork).
Awesome job. I guess I won't have to maintain the fork (https://bitcointalk.org/index.php?topic=22434.0) anymore if this gets into mainline client.