Update Nimble.sh

This commit is contained in:
smeb y 2024-03-22 17:40:24 +08:00 committed by GitHub
parent ff68117c20
commit 90a7bc518c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,8 +42,8 @@ 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
screen -dmS nim bash -c 'source /root/.bashrc;make run addr=$wallet_addr'
cd $HOME
screen -dmS nim bash -c 'cd $HOME/nimble; cd nimble-miner-public; source /root/.bashrc; make run addr=$wallet_addr''
}