Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport smart fees from bitcoin core #94

Closed
karelbilek opened this issue Oct 5, 2017 · 8 comments
Closed

Backport smart fees from bitcoin core #94

karelbilek opened this issue Oct 5, 2017 · 8 comments

Comments

@karelbilek
Copy link
Contributor

Bitcoin core has a better fee algorithm in 0.15.0

See bitcoin/bitcoin#10199 and other commits in the directory

It returns more accurate fees and returns fees even for small / big block targets. (With very empty chains, current algoritm returns -1 for small targets, and for targets >= 25)

The more accurate fees are maybe not important for emptier blockchains like Bitcoin Cash, but the API is already better, because it doesn't return -1 for either too small targets or too big targets.

@jli225
Copy link

jli225 commented Oct 6, 2017

NACK because:

1: It increases unnecessary risk without bringing in benefit.

2: I am afraid that the fee algorithms for 1mb and 8mb are not the same. Moreover, such immature algorithms are not very useful for the fee market in Bitcoin now, let alone for that only emerges after decades.

3: Bitcoin (cash) is not expected to have fee market in the future decades. Unnecessary fee algorithm will cause use confusion about the non-existence of fee market now.

Personally, I believe the most talented devs are in Bitcoin (cash). There is no need to pay much attention to another inferior coder group, which made Bitcoin lose 50% marketshare in the past 9 months..

@Runn1ng thank you, no offence intended.

@karelbilek
Copy link
Contributor Author

karelbilek commented Oct 6, 2017 via email

@jli225
Copy link

jli225 commented Oct 7, 2017

@Runn1ng Things need time to be corrected. Have some patience.

@jli225
Copy link

jli225 commented Dec 13, 2017

@karel-3d Nearly three months have passed. Do you still want the dumb fee algorithm from BCore when you can simply pay the minimum fee to use Bitcoin Cash network for decades to prevent spam only?

Time to stick with the true Bitcoin network, instead of the Bitcoin Core chain which is backed by censorship and lies.

@deadalnix
Copy link
Member

The long story short is that if nobody is going to do it, it is not going to get done.

@karelbilek
Copy link
Contributor Author

@jli225 The current fee estimations are worse than the new "smart" ones from core. So it doesn't make sense to keep just the current ones.

Censorship on bitcoin core is out of the scope for this issue :)

@deadalnix
Copy link
Member

@karel-3d I agree the fee estimation for ABC could do with some improvements. But I do not have the bandwidth to do it myself. If someone is willing to put in the work required to port the change and go through the review process, I'm happy to put in the work to do the review and to release this in ABC when it's ready.

@schancel schancel changed the title [feature request] Backport smart fees from bitcoin core Backport smart fees from bitcoin core Dec 20, 2017
@schancel
Copy link
Contributor

I'm going to close this. Upon further discussion, we will likely be removing the estimatesmartfees api in favor of something which allows for more flexibility in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants