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

using sendtoaddress is calculating wrong/high fees #21

Open
richiela opened this issue Jun 23, 2017 · 4 comments
Open

using sendtoaddress is calculating wrong/high fees #21

richiela opened this issue Jun 23, 2017 · 4 comments

Comments

@richiela
Copy link

Using a standard sendtoaddress call during our priming phase is generating high txfees.

Couple of examples:

https://blockchain.info/tx/8bac7dc71a0753fe97c92adb3d3f5d8589555b12dabddd3c12c85fc506bdc7aa
https://blockchain.info/tx/c18110e7782762be8be0eb3bf5def66b5b85c014fc6929a6efeb00937e08e9b2
https://blockchain.info/tx/4a406dca52f7d89ffae80756cf371a749d70a087f878457a1eb32a781bdfaa14

This happened after we upgraded. The previous version we were using didn't see this behavior.

@halfcab123
Copy link

Has this been resolved ?

@richiela
Copy link
Author

richiela commented Jul 5, 2017

No, the issue still persists. We've been able to mitigate by hardcoding a value for settxfee.

@sipa
Copy link

sipa commented Jul 5, 2017

This looks like it's the same issue as bitcoin#10247 upstream, which is actively being worked on.

@richiela
Copy link
Author

richiela commented Jul 6, 2017

That definitely sounds like it. Is there a plan to rebase to latest with the bug fixes?

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

No branches or pull requests

4 participants
@sipa @richiela @halfcab123 and others