Author

Topic: Unable to Load Transaction from Text and Sign It (Read 161 times)

legendary
Activity: 3444
Merit: 10558
Check that it's definitely the right wallet you're trying to sign the transaction in also.
That could be the problem. First party have signed it using Bitcoin Core which I believe is not compatible with Electrum since it's a HD wallet.
it has nothing to do with Electrum being HD. it is because Electrum is an SPV client and the raw unsigned transaction has no specific format for its scriptsig. basically it can be empty or it can be filled with some data to help the wallet know what to do. in case of Electrum it is filled with your public key so that your wallet can know what key to use. Core however does not do this.

you can install bitcoin core and sign your transaction with it without syncing then go to your Electrum and broadcast it. that is the easiest method i can think of.

the hard way is to edit your transaction and place your pubkey in place of your scriptsig in a format that Electrum can understand. but that is not easy.

to make sure your transaction is fine you can a use an online decoding tool to verify it. like this one: https://btc.com/tools/tx/decode if something is wrong with it then you will see an error saying "Decode failed"
Nope the JSON is valid.
your should enter the hex not the whole JSON
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
Check that it's definitely the right wallet you're trying to sign the transaction in also.
That could be the problem. First party have signed it using Bitcoin Core which I believe is not compatible with Electrum since it's a HD wallet.
This is definitely the problem.

Get the first cosigner to sign the transaction in electrum (after importing the private key).

Or find a way to convert it into a format electrum can understand.
legendary
Activity: 1876
Merit: 1308
Get your game girl
Did you get more than one copy of the first signed file from the other party?
If not then you should probably ask for another just in case your signed file has been corrupted along the way.
No it isn't corrupted.I'm able to decode it properly.

Check that it's definitely the right wallet you're trying to sign the transaction in also.
That could be the problem. First party have signed it using Bitcoin Core which I believe is not compatible with Electrum since it's a HD wallet.

first make sure you have installed the latest version of Electrum which currently is 3.1.3 (https://electrum.org/#download). it is a common problem that people try to sign a transaction made by a new version, in an old version and the old version fails to understand (parse) the transaction. that is why the dialog closes.

Updated the version and now it throws an error. Unhandled expression, please report the issue.List-Index out of bound exception.

to make sure your transaction is fine you can a use an online decoding tool to verify it. like this one: https://btc.com/tools/tx/decode if something is wrong with it then you will see an error saying "Decode failed"
Nope the JSON is valid.
legendary
Activity: 3444
Merit: 10558
first make sure you have installed the latest version of Electrum which currently is 3.1.3 (https://electrum.org/#download). it is a common problem that people try to sign a transaction made by a new version, in an old version and the old version fails to understand (parse) the transaction. that is why the dialog closes.

to make sure your transaction is fine you can a use an online decoding tool to verify it. like this one: https://btc.com/tools/tx/decode if something is wrong with it then you will see an error saying "Decode failed"
edit: in case you are using SegWit then these decoding tools can fail
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
Did you get more than one copy of the first signed file from the other party?
If not then you should probably ask for another just in case your signed file has been corrupted along the way.

Check that it's definitely the right wallet you're trying to sign the transaction in also.

If it is a bug after testing this, launch a bug report on https://github.com/spesmilo/electrum
legendary
Activity: 1876
Merit: 1308
Get your game girl
Trying to sign a transaction which requires multiple signatures. Other party have done their part and forwarded it to sign and broadcast from my end.After selecting Load Transactions -> From Text -> (Paste the transaction here), nothing happens. The dialogue closes but no transaction is seen. Is this a known bug in electrum or I'm missing out on something?
Jump to: