estimaterawfee 50 not returning a value #10525

issue RHavar opened this issue on June 4, 2017
  1. RHavar commented at 3:03 PM on June 4, 2017: contributor

    Running master:

     bitcoin-cli estimatesmartfee 50
    {
      "feerate": 0.00241213,
      "blocks": 50
    }
    

    but trying to use estimaterawfee:

    bitcoin-cli estimaterawfee 50
    {
      "feerate": -1,
      "decay": 1.023300286635292e-312,
      "scale": -1997275853,
      "pass": {
        "startrange": -1,
        "endrange": -1,
        "withintarget": 0,
        "totalconfirmed": 0,
        "inmempool": 0,
        "leftmempool": 0
      },
      "fail": {
        "startrange": -1,
        "endrange": -1,
        "withintarget": 0,
        "totalconfirmed": 0,
        "inmempool": 0,
        "leftmempool": 0
      }
    }
    

    estimaterawfee 50 doesn't appear to be working with any threshold or horizon .

    estimaterawfee 48 seems to work, but 49 and above stop (I tried using long horizon too).

    estimatesmartfee on the other hand seems to be working up until 1008 @morcos

  2. fanquake added the label RPC/REST/ZMQ on Jun 5, 2017
  3. morcos commented at 3:42 PM on June 6, 2017: member

    Is this how you tried estimaterawfee for 50? estimaterawfee 50 0.95 2 ?

    For targets 49 and higher you have to use the long time horizon.

  4. RHavar commented at 4:23 PM on June 6, 2017: contributor

    Hm, it's working now. I guess the problem is that it probably hadn't collected enough data? (Or I'm an idiot?) I guess I'll close the issue

  5. RHavar closed this on Jun 6, 2017

  6. RHavar commented at 4:33 PM on June 6, 2017: contributor

    @morcos sorry, I apologize. The fault is 100% mine. Looking at my tests, when I was checking for a long threshold, I was actually passing it as a target. Sorry ><

  7. DrahtBot locked this on Sep 8, 2021
Contributors

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-13 15:15 UTC

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