Ethereum Tutorials - Herong's Tutorial Examples - v1.06, by Herong Yang
Check Mining Rewards on My Account
This section describes how to check mining rewards.
Since coinbase (or Etherbase) of the "geth" node is set to my account address, let's see how much Ether I got as mining rewards:
> eth.coinbase "0x05d4e1a499775ce9d681abd50bda655c7b5ccb90" > wallet = eth.accounts[0] "0x05d4e1a499775ce9d681abd50bda655c7b5ccb90" > wei = eth.getBalance(wallet) 55000000000000000000 > web3.fromWei(wei,"ether") 55
This is cool. The default mining reward is 5 Ethers per block. So I received 55 Ethers after mining 11 blocks in 2 minutes!
Table of Contents
Deprecated: Testnet - Ropsten Network
64-Bit "geth" for Private Ethereum Network
►Private Network with Custom Genesis Block
Run "miner" with Lower Difficulty
►Check Mining Rewards on My Account
Pre-Allocate Ether in Genesis Block
Build Ethereum Private Network Properly
Blockchain Difficulty Level and Growth Rate
"Head State Missing" Error on Restarting "geth"
Download and Install "geth" 1.8.2
Run and Restart with "geth" 1.8.2
Transferring Funds between Ether Accounts
MetaMask - Browser Based Ethereum Wallet
Getting Free Ether on Test Networks