nexus 挖矿教程首先在本地电脑新建一个文本文档复制 并保存为1.sh 上传到vps上sudo apt update && sudo apt upgrade sudo apt install build-essential pkg-config libssl-dev git-all sudo apt install protobuf-compiler source $HOME/.cargo/env curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh source $HOME/.cargo/env curl https://cli.nexus.xyz/ | sh 赋予执行文件chmd +x 1.sh 然后执行 1.sh遇到y 全选y这里选择1会等待很久 ,到这步就好了但是这一步 一但退出就没用了 所以我们要挂在后台运行screen -S nexus1 这样会来到新进程运行curl https://cli.nexus.xyz/ | sh 然后同时按住 ctrl+a+d 键就可以回到主进程了...