How to set fees start with 0.0001 ? #8326

issue JokerCatz opened this issue on July 10, 2016
  1. JokerCatz commented at 5:34 AM on July 10, 2016: none

    Hi , dev team

    my node is 0.11.2 , wish to upgrade to last version , but I scared to set low fees make slow confirm

    my node fees settings is

    paytxfee=0.0001
    mintxfee=0.0001
    

    if I set it same in last version , fees will be same ?

    and I need start with 0.0001 and more then 0.0001 be normal fees , it be possible in last version ? and where is recommend fees settings in normal speed confirm (1~30 min) ?

    anyway , Thanx and sorry my poor english : )

  2. sipa commented at 9:07 AM on July 10, 2016: member

    If you have a long-running bitcoind instance, it is better to not set mintxfee or paytxfee.

    If you do not set paytxfee, an estimate of the fees on the network is used to determine the fee amount since 0.12. You can also do this manually by calling estimatesmartfee blocks, with blocks the number of blocks you're willing to wait for confirmation. Note that this value may go higher than what you're used to during peaks of high activity.

    Also note that the argument to paytxfee is in fees per kilobyte, and not an absolute amount. This means that if you set it to 0.0001, and a transaction is 270 bytes, it will set the fee to 0.000027. This is what you need, as miners select by fee per byte as well, but it can be unintuitive.

    You should not ever set mintxfee.

  3. MarcoFalke commented at 10:07 AM on July 10, 2016: member

    my node is 0.11.2 , wish to upgrade to last version ,

    You can have a look at the release notes for 0.12.0 to find more information about transaction fees: https://github.com/bitcoin/bitcoin/blob/v0.12.0/doc/release-notes.md#wallet-transaction-fees

    This is pretty much what @sipa told you. And you are mostly good with the default setting for smart fees: -txconfirmtarget=<m> (default: 2). Make sure to remove or comment out the paytxfee and mintxfee option in your conf.

  4. JokerCatz commented at 7:05 PM on July 10, 2016: none

    okay ... I'll be test it , thanx all : )

  5. JokerCatz closed this on Jul 10, 2016

  6. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me