Wallets And Client Node Software
TODO:
- Ethereum Multisig Wallets
Contents
Software Wallets
Go Ethereum (geth
)
- Source code: https://github.com/ethereum/go-ethereum
- Releases: https://github.com/ethereum/go-ethereum/releases
- Installation: https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum
- Disk space required: TODO
geth
is the main Ethereum client (https://www.ethernodes.org/network/1).
Ethereum Wallet / Mist
Mist is a decentralised application (Dapp) browser. Ethereum Wallet is one of the Dapps.
Ethereum Wallet can be started in Mist mode, e.g., on OS/X: /Applications/Ethereum Wallet.app/Contents/MacOS/Ethereum Wallet --mode mist&
- Source code: https://github.com/ethereum/mist
- Releases: https://github.com/ethereum/mist/releases
- Installation: TODO
- Disk space required: TODO
Parity
- Source code: https://github.com/paritytech/parity
- Releases: https://github.com/paritytech/parity/releases
- Installation: https://parity.io/parity.html
- Disk space required: TODO
Web Wallet
MyEtherWallet
- Source code:
- URL: https://www.myetherwallet.com/
- Installation:
- Disk space required: TODO
Hardware wallets
- Ledger Nano S
- This product works with MyEtherWallet and
geth
(1.6.0 develop) (with or without Ethereum Wallet / Mist) - This product works with the current version of Parity, but only allows access to the first account
- This product can also be used with the Chrome Ledger Wallet Ethereum
- This product works with MyEtherWallet and
- Trezor
- KeepKey Note that this product does not currently support ERC20 tokens.
Creating A Paper Wallet
TODO