本節應該是最開始的章節的 算了 就這樣吧 愛咋咋地
想到哪就寫到啦~~
以太坊源碼版本庫地址:
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以上最佳 別問我怎么知道的 被坑多了~~