3.
Ethereum Commands
I. Basic Commands
1. Display list of accounts in ethereum
> [Link]
2. Display coinbase for mining
> [Link]
3. Start mining
[Link]()
4. stop mining
> [Link]()
5. checking balance
> [Link]([Link])
II. Eth Commands
1. Display list of accounts in ethereum
> [Link]
2. Display coinbase for mining
> [Link]
3. checking balance
> [Link]([Link])
4. Check whether the node is mining or not
> [Link]
5. Check the number of hashes per second that the node is mining wit
> [Link]
6. Check the current gas price. The gas price is determined by the x latest blocks median gas price
> [Link]
7. Check the current block number
> [Link]
8. Getting Block information
> [Link](50)
III. Miner Commands
1. Start mining
[Link](6)
2. stop mining
> [Link]()
3. Setting etherbase, where mining rewards will go.
> [Link]([Link][0])
IV Personal Commands
1. Create a new account
> [Link]("123456")
2. List all the Ethereum account addresses of all keys in the key store.
> [Link]
3. Unlock account
> [Link]([Link][0])
4. Lock your account
> [Link]([Link][0])
5. Sending Transaction (Refer Sending Ether to other account)
>personal_sendTransaction
V. TxPool Commands
These commands containing all the currently pending transactions as well as the ones queued for
future processing
1. Check the transaction status
> [Link]
2. Display Transaction Content
> [Link]
3. Display inspection property can be queried to list a textual summary of all the transactions
currently pending for inclusion in the next block(s)
> [Link]
VI. Admin Commands
Geth Admin commands
1. Check Node information
> [Link]
2. Check node data Directory
> [Link]
3. Check the information known about the connected remote nodes
> [Link]
4. To add a new remote node to the list of tracked static nodes
>[Link](url) //refer node connectivity
VII. Net Commands
1. Print the network Id
> [Link]
2. Check wether network listning
> [Link]
3. Check how many peers connected to the node
> [Link]