Ethereum Tutorials - Herong's Tutorial Examples - v1.06, by Herong Yang
Stop "geth" Ethereum Node
This section describes how to stop 'geth' Ethereum.
How to stop a running "geth" Ethereum node? There are several ways:
1. Use "exit" command on the JavaScript console.
2. Press "Ctrl-C" on the "geth" command window.
3. Click "x" icon on the "geth" command window.
4. Terminate "geth" process with the "Task Manager".
"geth" Ethereum node is pretty robust. No matter how it got stopped, you can run it again to resume it.
Table of Contents
"geth console" - Ethereum Node Console
"geth --light" - Ethereum Node Light Mode
"geth attach" - Geth Client Console
Run "geth" and "Ethereum Wallet" Separately
Deprecated: Testnet - Ropsten Network
64-Bit "geth" for Private Ethereum Network
Private Network with Custom Genesis Block
Transferring Funds between Ether Accounts
MetaMask - Browser Based Ethereum Wallet
Getting Free Ether on Test Networks