以太坊本地多节点集群环境搭建
确保本地以安装好go-ethernum环境 未安装参考: 以太坊私有链入门最新教程(6.6更新) https://blog.csdn.net/wxb880114/article/details/79202378 genesis配置文件 { "config" : { "chainId" : 15 , "homesteadBlock" : 0 , "eip155Block" : 0 , "eip158Block" : 0 }, "coinbase" : "0x0000000000000000000000000000000000000000" , "difficulty" : "0x40000" , "extraData" : "" , "gasLimit" : "0xffffffff" , "nonce" : "0x0000000000000042" , "mixhash" : "0x0000000000000000000000000000000000000000000000000000000000000000" , "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000" , "timestamp" : "0x00" , "alloc" : { } } 初始化两个节点