Open bolt565 opened 7 years ago
You have a non-push OP code in your scriptSig, which means you either:
The only raw transactions coinbin can sign are raw transactions created by coinbin. Sorry.
Possibly related https://github.com/OutCast3k/coinbin/issues/73
FWIW I saw the same error when I "signed" with the wrong key. I missed the obvious clue that the signing procedure didn't actually add anything to the transaction.
Maybe there should be a sanity check during signing for this?
I made a raw transaction and then signed it with my private key that i have exported from another wallet trying to do a double spend to unstuck some bitcoins, and i get a
64: scriptsig-not-pushonly
what does this mean? where can i find info to debug it?