libracoder
11/23/2017 - 1:02 PM

Mining Etherum

Mining Etherum

///Genesis.json

{
    "config": {
        "chainId": 15,
        "homesteadBlock": 0,
        "eip155Block": 0,
        "eip158Block": 0
    },
    "difficulty": "0x400",
    "gasLimit": "0x2100000",
    "alloc": {
        "93f932b3b87e08cdaf0877994e44feb4c93e81aa": 
         { "balance": "0x1337000000000000000000" }     
    }
}





geth init genesis.json
geth --networkid=5 console
miner.start(1)


rm -rf ~/.ethereum/geth
sudo rm -rf /usr/local/bin/mist
sudo rm -rf /opt/Mist
sudo rm -rf /usr/local/bin/ethereumwallet
rm -rf ~/.config/Ethereum\ Wallet/