Post
Topic
Board Electrum
Re: [TUTORIAL] How to extract Bitcoin Gold from a 2fa Electrum Wallet [STEP BY STEP]
by
HCP
on 15/01/2018, 10:08:43 UTC
When I type deserialize(gettransaction("TXID_HERE"))
into the Electroum's wallet, it crashes..I updated to the latest version and it still crash
Weird... I would not have expected that... what happens if you just use: gettransaction("TXID_HERE")

Does it still crash? or do you get the raw transaction hex? if you get the hex... put it into: https://coinb.in/#verify (it will give you the same info as derserialize(), txid, address, amount, scriptpubkey, and you can calculate the vout by counting which "output" it is, starting at 0)


Quote
Also, do I have have to download the full core wallet (150GB)??
Just spent like 3 hours on this..idk if it's worth the 0.27 bcg that I have there  Huh
Apparently not... one of the explorers has a transaction broadcast feature now! https://btgexplorer.com/tx/send

After you create your raw transaction, try broadcasting using that. NOTE: I've not personally tested this



I get this 16: mandatory-script-verify-flag-failed (Signature must be zero for failed CHECK(MULTI)SIG operation) (code -26)
when typing last command sendrawtransaction "HASH"
This means you have not properly signed the transaction with the minimum number of private keys as specified in the MultiSig wallet... if Electrum 2FA... then you need to sign with 2-of-3. If you see that message, it means you have only signed it with ONE of the required keys... so while it is possible you did signrawtransaction twice with different keys... one of those keys might be wrong.