开始挖矿
注意:其余步骤需要 python3.9(或以上)和 pip3
-
打开终端窗口
-
安装 python3 venv
-
sudo apt update
-
sudo apt install python3-venv
-
如果您在安装 python3-venv 时遇到失败,请执行以下命令。
-
下载并运行 nimble miner
-
cd $HOME/nimble
-
git clone https://github.com/nimble-technology/nimble-miner-public.git
-
cd nimble-miner-public
-
make install
-
source ./nimenv_localminers/bin/activate
-
make run addr=<copy paste your “nimblexxx” wallet address here>
-
要在计算机断开连接后恢复挖矿,请重新运行以下命令:
make run addr=<copy paste your “nimblexxx” wallet address here>