-
Notifications
You must be signed in to change notification settings - Fork 92
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
Error code 4, Transaction commit failed: keyimage-already-known (code 18) #986
Comments
Actions taken in the early 2019 instance include:
Suggestion: "try to restore from seed and see if it returns the coins"
NOTE: I would not recommend using zaptransactions, as this removes the original records in the wallet of the old transactions, however, you would get the same effect if you delete the wallet and restore from seed words. Staff member 2:
Staff member 1:
Staff member 1 (in review):
Staff member 1 (days later):
Me:
|
Meanwhile, I have not interrupted the spending script at this time and it is now completing successful spends. I will check the wallet when the script finishes to see if all of the original veil is accounted for. |
FYI, the sending wallets did eventually complete all their spends with nothing more than sendringcttoringct and rescanringctwallet. No other recovery commands were needed. I suspect this is a matter of the wallet trying to spend the same "key-images" again, before it had got around to accounting that they were already spent. No veil was lost in this process. Not that nothing should be done about this though. |
While running a spending script from ringct to ringct after many transactions I got this error, which appears to have halted the spending process.
error code: -4
error message:
Transaction commit failed: keyimage-already-known (code 18)
The only instance I can see of this before was mentioned by a staff member in March 2019 when someone was attempting to send ringct to basecoin and received the same error message.
I would think that this should be solved by doing another
rescanringctwallet
or some other check, but my script has already done that and the error has recurred another two times. I will try turning it off and on again!The text was updated successfully, but these errors were encountered: