AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
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