Geth私链挖矿的实现过程
一、下载geth客户端并安装:Downloads | Go Ethereum
二、新建一个名为genesis.json的文件(创世区块),内容如下:
{
"config": {
"chainId": 666,
"homesteadBlock": 0,
"eip150Block": 0,
"eip150Hash": "0x00000000000000000000000000000000...