this post was submitted on 24 Nov 2023
1 points (100.0% liked)
Ethereum
5 readers
1 users here now
Resources
- Website & Blog
- White Paper & Yellow Paper
- Documentation & Stack Exchange
- Learn Solidity
- Source Code on Github
- Bounty program
- Chat on Gitter
- Network Status & Gas Price Market
- List of DApps
- Meetups
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hi OP.
A cold wallet is a wallet that's never been exposed online.
I'd say that the other kind of wallets come in "levels of heat".
I personally wouldn't use any wallet that is in a Windows environment; be it a standalone app or a browser extension. I would even extend to saying that this kind of wallet is just about as "hot" as an exchange wallet (which is always custodial). The only way I would use a wallet on a PC is if the OS is Linux.
Some will say to go the hardware wallet route. Here, you are trusting the manufacturer. With the recent Ledger fiasco, this a huge NO for me as well.
If you are simply storing (multisig wallets aside), an airgapped Linux PC or an airgapped Cell Phone with MEW OFFLINE is by far the best option. MEW is fully audited and open-source. So long as you are downloading a hash verified MEW and the Offline PC that you are using to generate your seed phrase/keystore/private keys is clean, you are very safe.
Create the wallet, note the generated public address, remove it, then try to restore it and compare to see if the generated public address is the same. When storing them coins, send a bit first and check first before sending the rest.
Take care.