Post
Topic
Board Electrum
Merits 8 from 3 users
Re: Fuck you ledger
by
o_e_l_e_o
on 11/10/2023, 10:10:40 UTC
⭐ Merited by The Sceptical Chymist (4) ,Pmalek (2) ,hosseinimr93 (2)
learned how to deal with cold wallet and transfer  transactions  partial signing  online and then signing offline and broadcast it
I assume this is simply a translation error. Your transaction should not be "partially signed" online. Indeed, transactions can only be partially signed if you are using a multi-sig set up. With a standard single-sig cold wallet, the only thing that happens on your online machine is you create an unsigned transaction. That unsigned transaction is moved to your cold device to be signed, and then moved back again to be broadcast.

I've been wondering myself why hardware wallets are necessary, and the impression I get is that simply using Electrum leaves you vulnerable to getting hacked, which wouldn't be possible when using a HW wallet (or at least much harder if you're paying attention when doing transactions).
If you simply install Electrum on an internet connected device and use it as a hot wallet, then yes, it will not be as secure as a (good) hardware wallet. But you can also use Electrum as a cold wallet. What this means is that Electrum is installed on a computer which is permanently disconnected (airgapped) from the internet, meaning the device can never download malware and never be attacked via the internet since it is never connected to the internet. This airgapped computer stores your private keys, and your private keys never leave this airgapped computer so are never at risk of being exposed to the internet. You create unsigned transactions on your usual internet connected computer, move the unsigned transaction via a USB drive or QR code to your airgapped computer to be signed with your private keys, and then move the signed transaction back to your usual computer to be broadcast to the network.