官方教程以及推特: https://xen.pub/other/SolXEN_420_miner_v1.1_instructions.pdf https://twitter.com/XEN_Crypto 安装环境: Ubuntu 安装命令: 1.curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y 2.sh -c "$(curl -sSfL https://release.solana.com/stable/install)" 3.添加path,这个根据自己机器反馈来,官方可能不一致3.1:环境变量设置 export PATH="/root/.local/share/solana/install/active_release/bin:$PATH" 4.查看sol钱包版本 solana --version 5.创建钱包,并且输入密码 solana-keygen new 6.切换到测试链 solana config set --url https://api.testnet....