-
Notifications
You must be signed in to change notification settings - Fork 35
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
non-mandatory-script-verify-flag when trying to send transaction #101
Comments
What do you mean by "recovered wallet"? It sounds to me that you have already successfully recovered your funds out of the wallet using the WRW? @superphil0 could you be more specific about 0) which version of WRW were you using 1) what feature of the WRW were you using 2) What type of bitgo wallet were you using (cold/hot user key? cold/hot backup?) 3) What does the stack trace look like in the developer console/netowork? |
As a result from the bitgo wallet recovery I receive a file with a raw transaction which needs to be broadcasted. Until this step there are no errors. However when I try to broadcast the transaction via tools like https://www.blockchain.com/btc/pushtx on blockcypher I get the error: Error validating transaction: Rejected script for input 0 referencing xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ( = redacted) at 1.. on blockchain.com I get> Code: -26, Error: non-mandatory-script-verify-flag (Operation not valid with the current stack size) After some google I found that this indicated an error in the transaction script, but not sure about this. If you want we can also take this to email/call so you can debug easier |
Today I've tried to restore access to the Bitgo wallet using KeyCard. Raw transaction was created successfully, but when I tried to broadcast it I saw the same error @superphil0 describes: I used data from multiple KeyCards and the result was -26 for every generated transaction. Please, consider resolving the issue, I'm facing troubles transferring funds from account. If there's any way to bypass this issue let us know in the thread. |
Sorry that this hasn't worked for you, we are looking into the issue now. Just a few more clarifying questions to make sure we are really on the same page:
|
For the Box A I have JSON string. And for B and C its xpub. The password seems to be correct, as using another one causes error of invalid password. I was also a little confused with this keys and if what I have is enough for creating signed transaction. But thinking logically about it I should've got some signature error, which I did not. I'm not completely sure about how this should work and if I have to sign the transaction by myself or if it's done by the wizard. Need some more guidance here and maybe a better documentation on this topic. |
@Number16BusShelter I suspect you are missing a signature. Do you have a transaction hex? I can verify for you. You need at least two out of the three signatures to send the transaction. Your Box A is a Json, which is an encrypted private key that will be decrypted with your password. The private key from Box A will contribute one signature. However, you need one more signature. Since you are doing the transaction without BitGo, you need the private key corresponding to Box B (your backup key) to sign the transaction too. Are you the backup key holder? if so you need to sign using your backup prv. |
Here's my transaction hash
Ok, so what should I do if BitGo support closes my tickets on request to restore access to my account? On password charge I'm getting service error. Support team just does not respond on my requests and now I can't restore my funds, even with KeyCard! How can you support me in this situation? Maybe there are some other ways I can create and sign the transaction? Has Box D anything to do with that? |
I have the same issue I have a Tron wallet with bitgo key recovery service and a bitcoin wallet with coin cover recovery service Error validating transaction: Rejected script for input 0 referencing a1317256423c699fd3c6c6c9ff43b72af36426fbe016e4c827c7780929d23a3b at 21.. |
Dear BitGo team, please answer as soon as possible. I came across with the same problem!! I cannot log in to my account, you cannot send e-mail with the password recovery form. Moreover, when I tried to use my Keycard I got an error Code: -26, Error: non-mandatory-script-verify-flag |
This thread is active for 24 days, and last update from team member was nearly 2 weeks ago. @glowang please response. If it is a problem of a higher level let head quoter be informed. |
Thank you guys for the attention on this issue, we are aware of this and are actively working on resolving it. We appreciate your patience! For further update and communication, could you please reach out to our support team at [email protected]? They are our dedicated team to help you guys out. |
Dear Bitgo team and @glowang, |
Hi @Gfayuo. Thank you for your patience as we look into this issue! We apologize for the delayed response. At this point in time, our teams are still actively working to resolve this issue for users; however, our client services team is happy to escalate your support case with our technical teams. Unfortunately, due to the nature of GitHub, I am unable to see your registered name and email address to track the previous ticket that was opened. If you feel comfortable listing your contact information here, I am happy to find and escalate this ticket; however, I recommend you send a new email to [email protected] for security/privacy reasons. We understand the frustration that you've been facing, and appreciate your patience as our teams collaborate to provide a solution for our users. In the meantime, please do not hesitate to reach out with any further account requests/questions to [email protected]. Thank you! |
_thank you _ |
still no reply from [email protected] |
BitGo Team, when you will provide us the answer?? You told me to wright on your email ([email protected]) what I did, but still can't get the answer for more then a month!!! |
Thank you for following up on this inquiry. You mentioned that you emailed us at [email protected]. In response, you should have received an email from our system with a ticket reference number. Could I ask you to do two things here?
I will personally find these tickets and escalate these with our support team upon response. We appreciate your patience. Thank you. |
Hi dear @ejym |
Hi @mrafshin. Please check your spam folder. I have done a search with your email [email protected] ; however, I only see a ticket opened on November 5, 2020. Is this the ticket you are referencing? This ticket has already been closed due to inactivity. Please open a new ticket to [email protected] Thank you. |
Nothing in the spam folder |
|
I don't receive auto-response email I think bitgo blocked me!!! so I use another account to open a ticket |
Hey when I am trying to send a transaction from a recovered wallet I get the response from an online tool:
non-mandatory-script-verify-flag (Operation not valid with the current stack size) (code 64)
Can you tell me what I am doing wrong?
The text was updated successfully, but these errors were encountered: