-
Notifications
You must be signed in to change notification settings - Fork 7
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
[BUG]: Trying to send PEP fails to broadcast #2
Comments
Seems like it tried to broadcast to a bad Electrum server, should it not fallback to another good server in this situation? i.e. so round robin through the Electrum servers list until the broadcast is successful? |
Ok so it wasn't an issue with the Electrum servers but because the transaction was over 100kb in size. I managed to resolve the issue by using coin control features in the Pepecoin core wallet linked to in this feature request KomodoPlatform/komodo-wallet#2487 I was able to consolidate all the utxo inputs into one input using this feature. |
the size of a tx is limited by various factors... the number of inputs is limited by coin daemon... the size is also limited, eg by electrumx itself... in electrumx you can change the setting by setting but i would recommend to not produce millions of tiny UTXOs in the first place, eg by changing min_payout of the pool... no need to produce 100 payouts per pay, one payout per day is enough |
it's also possible to consolidate those UTXOs automatically... i use this for KMD |
Closing as cause of issue identified and problem solved. |
Describe the bug
Trying to send PEP from Linux AppImage to exchange
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Wallet completes the send transaction
Operating Environment(s):
Additional context
error.txt
The text was updated successfully, but these errors were encountered: