Mist wallet download address: https://github.com/ethereum/mist/releases
Mist = Ethereum Wallet + Web3 browser
Dapp: The strongest ICO in bancor history
One, windows installation
Download and unzip: Mist-win64-0-11-1.zip and Ethereum-Wallet-win64-0-11-1.zip
1、 Open the Ethererum-Wallet wallet and create a new account. If the creation is unsuccessful, the network may not be connected.
2、 Put the geth path into the system environment variable
Check the network speed and find that geth.exe is running, that is to say, running Ethereum-Wallet wallet will automatically run geth
Open C:\Users\xxx\AppData\Roaming\Ethereum Wallet\binaries\Geth\unpacked in the file and copy this path
Add after environment variables -> system variables -> Path; C:\Users\xxx\AppData\Roaming\Ethereum Wallet\binaries\Geth\unpacked
Test geth, cmd input:
geth -h
3、 Ethereum account creation and management, under cmd
geth account new
geth attach
But the error Unable to attach to remote geth: no known transport for URL scheme "c" is reported, and the pipeline specifies geth.ipc to run:
geth attach ipc:\\.\pipe\geth.ipc
eth.accounts
Two, ubuntu installation
Download and unzip: Mist-linux64-0-11-1.zip and Ethereum-Wallet-linux64-0-11-1.zip
1、 The virtual machine installs ubuntu, the version is 16.04, and VMware tools are installed.
2、 Drag the downloaded file into ubuntu and unzip
tar -zxvf Mist-linux64-0-11-1.zip
tar -zxvf Ethereum-Wallet-linux64-0-11-1.zip
cd Mist-linux64-0-11-1./mist
3、 The subsequent operations are the same as windows.
Recommended Posts