本节应该是最开始的章节的 算了 就这样吧 爱咋咋地
想到哪就写到啦~~
以太坊源码版本库地址:
https://github.com/ethereum/go-ethereum/releases
1 下载以太坊源码
git clone https://github.com/ethereum/go-ethereum
2 安装go语言开发环境
yum install -y golang
然后go version 查看下版本检查变量 可能需要另外开一个终端
3 进入到以太坊源码目录
cd go-ethereum
make geth
4 启动节点钱包
配置个脚本启动吧 sh 或者python
start_get.sh
cd /root/go-ethereum/geth --config config
nohup sh start_geth & 后台启动跑吧
config 文件里面配置下rpc ip 端口 跨域 最大连接数 同步模式
另外该节点钱包是很耗资源的 硬件配置需要高点 高速硬盘ssd 8核16G以上最佳 别问我怎么知道的 被坑多了~~