From 5645279902a624e7e5d26129ba6db2bbdf265c5c Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:30:22 +0800 Subject: [PATCH] Update Nimble.sh --- Nimble.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Nimble.sh b/Nimble.sh index c747258..b0e9b72 100644 --- a/Nimble.sh +++ b/Nimble.sh @@ -23,8 +23,6 @@ function install_node() { apt install -y git python3-venv bison screen binutils gcc make bsdmainutils python3-pip build-essential -# 安装numpy - pip install numpy==1.24.4 # 安装GO rm -rf /usr/local/go @@ -65,6 +63,7 @@ function install_node() { cd $HOME/nimble git clone https://github.com/nimble-technology/nimble-miner-public.git cd nimble-miner-public + pip install numpy==1.24.4 make install source ./nimenv_localminers/bin/activate screen -dmS nim bash -c "make run addr=$wallet_addr"