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

Minimum tx fee per kb and maxfee issue #169

Closed
beggsdl opened this issue Feb 4, 2024 · 2 comments
Closed

Minimum tx fee per kb and maxfee issue #169

beggsdl opened this issue Feb 4, 2024 · 2 comments

Comments

@beggsdl
Copy link

beggsdl commented Feb 4, 2024

Running 8.22.0-rc3 n testnet on Windows 10.

The release notes for RC3 state this: "Minimum Transaction Fee Increase: The minimum transaction fee has been increased from 0.001 DGB to 0.1 DGB per kilobyte."

I tried to spend 1million DGB with a fee/kB of 0.1 (supposedly new new minimum tx fee/kB), but received this error (I do not have -maxfee set in config file):
image

I then changed the fee/kb to 0.01 (which is now below the new minimum tx fee/kB) and the tx was going to work:
image

You will also notice that the total transaction fee is only 0.00208 DGB, which is far less than the 10 DGB max from #159.
Which, seeing that the tx size is only 0.208 kB, the total fee at the fee/kB rate of 0.1 would still only be 0.0208 DGB. So why did the first attempt not work?

@ghost ghost mentioned this issue Feb 4, 2024
@JaredTate
Copy link

Looks like same issue I had run into, but I only tested up to 50 inputs. When I did 60 inputs I was able to recreate the problem. Looks like #171 does fix this. I just tested it.

@ycagel
Copy link
Member

ycagel commented Feb 7, 2024

#171 has addressed this and been merged.

@ycagel ycagel closed this as completed Feb 7, 2024
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

3 participants