Skip to content

Review of Augur and Some Questions #3

@ismaelsadeeq

Description

@ismaelsadeeq

Posting feedback here since discussions aren't enabled in the repo and no post in a technical development forum

The tool provides fairly accurate estimates for "as soon as possible" targets. The benchmarks in the blog post https://engineering.block.xyz/blog/augur-an-open-source-bitcoin-fee-estimation-library are quite impressive.

Questions on Methodology:

  • How did you benchmark these fee rate estimators? Are the benchmarks reproducible?
  • How reliable is historical mempool data in predicting potential inflow? Did you validate this empirically? For example, why did you choose to immediately add half of the short-term inflow to the latest mempool snapshot to construct current weights with a buffer?
    I think based on past observations, user behavior is highly dynamic, and inflow metrics are often noisy for predicting long-term targets (especially for targets > 3 blocks).

Inaccurate data point

  • Some transaction fee rates do not reflect their effective chunk fee rates (The effective mining score). For example, a high-fee parent transaction using CPFP to pay for a low-fee child transaction may not be properly represented here because you take the base fee of the transactions as the chunk fee rate which is not accurate hence the current mining algorithm in Augur may have skewed data points toward the high end, However this issue is hard to resolve with the current Bitcoin Core API, and Bitcoin Core estimator also has this limitation, an approach is to only consider individual transactions alone aka singletons see https://delvingbitcoin.org/t/package-aware-fee-estimator-post-cluster-mempool/312/10?u=ismaelsadeeq It will be easy to solve this issue after cluster mempool work and possibly Bitcoin Core will expose an API that returns the full linearization of the mempool with chunk fee rate groupings corresponding to weights.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions