💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
1 安装扩展库 yum install bzip2 gcc-c++ ntp epel-release nodejs cmake -y 2 安装golang yum install -y golang 3 克隆以太坊源码 git clone https://github.com/ethereum/go-ethereum.git 4 进入目录并且编译钱包 cd go-ethereum && make all 5 加入环境变量 echo 'export PATH=$PATH:/root/go-ethereum/build/bin' >> /etc/profile 6 刷新环境变量 source /etc/profile 7 启动钱包 geth --rpc --rpcport "8545" --datadir /ethereum/data/ --port "30303" --rpccorsdomain “*” --nodiscover