Update Nimble.sh

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

View File

@ -43,7 +43,7 @@ git clone https://github.com/nimble-technology/nimble-miner-public.git
cd nimble-miner-public cd nimble-miner-public
make install make install
cd $HOME cd $HOME
screen -dmS nim bash -c 'cd $HOME/nimble; cd nimble-miner-public; source /root/.bashrc; make run addr=$wallet_addr'' screen -dmS nim bash -c 'cd $HOME/nimble; cd nimble-miner-public; source /root/.bashrc; make run addr=$wallet_addr'
} }