public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoin-dev] Idea: More decimal places for lower minimum fee
@ 2018-05-10  8:10 st-bind
  2018-05-10 13:05 ` Alex Morcos
  0 siblings, 1 reply; 2+ messages in thread
From: st-bind @ 2018-05-10  8:10 UTC (permalink / raw)
  To: bitcoin-dev

Currently, the minimum fee of 1 satoshi per byte corresponds to about 
0.09 USD per kB, which is no longer insignificant. Maybe the time has 
come now to introduce more decimal places and make the minimum fee 1 of 
the new smallest unit. This way, everyday payments would again be 
possible with virtually no fee without flooding the mempool with free 
spam transactions.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [bitcoin-dev] Idea: More decimal places for lower minimum fee
  2018-05-10  8:10 [bitcoin-dev] Idea: More decimal places for lower minimum fee st-bind
@ 2018-05-10 13:05 ` Alex Morcos
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Morcos @ 2018-05-10 13:05 UTC (permalink / raw)
  To: st-bind, Bitcoin Protocol Discussion

[-- Attachment #1: Type: text/plain, Size: 1296 bytes --]

Fee rates in Bitcoin Core are measured in satoshis/kB.   There are a couple
places where a minimum of 1000 satoshis/kB is assumed.

Setting "incrementalrelayfee" to a smaller than default value and either
leaving "minrelaytxfee" unset or also setting it smaller will be sufficient
to allow your node to accept and relay transactions with smaller fee
rates.  Of course without the rest of the network making these changes
and/or the miners being willing to mine those transactions, it won't be of
much benefit.

Fee estimation doesn't distinguish fee rates less than 1000 sats/kB.  This
would be more substantial to change.



On Thu, May 10, 2018 at 4:10 AM, st-bind--- via bitcoin-dev <
bitcoin-dev@lists•linuxfoundation.org> wrote:

> Currently, the minimum fee of 1 satoshi per byte corresponds to about 0.09
> USD per kB, which is no longer insignificant. Maybe the time has come now
> to introduce more decimal places and make the minimum fee 1 of the new
> smallest unit. This way, everyday payments would again be possible with
> virtually no fee without flooding the mempool with free spam transactions.
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists•linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>

[-- Attachment #2: Type: text/html, Size: 1925 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-10 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10  8:10 [bitcoin-dev] Idea: More decimal places for lower minimum fee st-bind
2018-05-10 13:05 ` Alex Morcos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox