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)