-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Transaction fails with error: “original_output_index too large” #2472
Comments
Any other interesting/unusual messages near that error ? I've tried sending 31 amounts, and did not get any trouble (same address though, guess I'll try making 31 different temporary addresses now). |
I'll get back to you with more details as soon as I can. I finally decided to manually make two payout rounds, and realized there were in fact 37 addresses, but only 31 appeared in the failed transaction log. At some point 37 became 31 or the opposite, and I suppose that because the numbers didn't match, it caused the error I got. |
I've reproduced it now, so no need for further info. |
Thanks a lot for your time and help. You guys make a tremendous job! |
+resolved |
I'm a pool operator, and for the first time tonight, I got this error while trying to send a payout to miners:
For what I can see from the source code, the error happens in this file, at line 4364:
https://github.com/monero-project/monero/blob/master/src/wallet/wallet2.cpp
Problem is, I don't exactly get what the problem is. For what it's worth, I made sure all addresses were valid standard XMR wallet addresses, and that none of them appeared twice in the parameters. I'm trying to send payouts between 0.1 and 2.0 XMR.
I'm using this pool software with a slight modification: I use transfer_split instead of transfer. This particular transaction had 31 different recipients.
I've done my best to find questions / threads / information about that specific error, and have found nothing. Any help would be greatly appreciated.
Thanks a lot!
The text was updated successfully, but these errors were encountered: