Re: [Bitcoin-development] [PATCH] Change recommended fee to 0.001 BTC

2013-03-11 Thread Luke-Jr
On Monday, March 11, 2013 9:17:25 PM Rune Kjær Svendsen wrote: > On Mon, Mar 11, 2013 at 9:46 PM, Luke-Jr wrote: > > On Monday, March 11, 2013 8:34:52 PM Rune Kjær Svendsen wrote: > > > Ok. I'll fork on Github. Looking at the source, and some Qt > > > > documentation, > > > > > it should be doab

Re: [Bitcoin-development] [PATCH] Change recommended fee to 0.001 BTC

2013-03-11 Thread Rune Kjær Svendsen
On Mon, Mar 11, 2013 at 9:46 PM, Luke-Jr wrote: > On Monday, March 11, 2013 8:34:52 PM Rune Kjær Svendsen wrote: > > Ok. I'll fork on Github. Looking at the source, and some Qt > documentation, > > it should be doable to do string substitution for both the value and the > > unit. > > Side note: I

Re: [Bitcoin-development] [PATCH] Change recommended fee to 0.001 BTC

2013-03-11 Thread Gregory Maxwell
On Mon, Mar 11, 2013 at 1:34 PM, Rune Kjær Svendsen wrote: > The question is if we should define a new value, that we use solely to > display in this text, or if we should use MIN_TX_FEE or MIN_RELAY_TX_FEE in > some way. What are the dev's thoughts? It should be a new value. ---

Re: [Bitcoin-development] [PATCH] Change recommended fee to 0.001 BTC

2013-03-11 Thread Rune Kjær Svendsen
Ok. I'll fork on Github. Looking at the source, and some Qt documentation, it should be doable to do string substitution for both the value and the unit. The question is if we should define a new value, that we use solely to display in this text, or if we should use MIN_TX_FEE or MIN_RELAY_TX_FEE

Re: [Bitcoin-development] [PATCH] Change recommended fee to 0.001 BTC

2013-03-11 Thread Luke-Jr
On Monday, March 11, 2013 7:27:51 PM Rune K. Svendsen wrote: > From: "Rune K. Svendsen" > > On the Main tab in the Options dialog, it previously said a minimum > fee of 0.01 is recommended. This amounts to about $0.50 at today's > price. Change this to 0.001 to be more sensible. We could even go

[Bitcoin-development] [PATCH] Change recommended fee to 0.001 BTC

2013-03-11 Thread Rune K. Svendsen
From: "Rune K. Svendsen" On the Main tab in the Options dialog, it previously said a minimum fee of 0.01 is recommended. This amounts to about $0.50 at today's price. Change this to 0.001 to be more sensible. We could even go lower, perhaps. --- src/qt/forms/optionsdialog.ui |2 +- src/qt/l