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

Infinite loop - Prepare transaction error: not enough utxos for transfer #49

Open
lowzyyy opened this issue Jun 17, 2022 · 0 comments
Open

Comments

@lowzyyy
Copy link

lowzyyy commented Jun 17, 2022

Pool would sometimes (often) start to print infinite numbers of errors if there is not enough alph for the transaction, instead just waiting for new payout round like this:

[{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.275Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances: [{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.294Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances: [{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.314Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances: [{"address":"WALLET","amount":10.010913350754633}]
2022-06-17T13:15:53.333Z | error | Prepare transaction error: not enough utxos for transfer, will try to transfer later, group: 3, remain balances:

This should be fixed because it uses extreme amount of storage and cpu usage for a bug!

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

1 participant