prepared workers
This commit is contained in:
parent
20d5ede4a2
commit
f87e412d9e
3 changed files with 10 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
# XMRig
|
||||
|
||||
# This is forked version w/o donations!
|
||||
## Prepared scripts to run with my wallet
|
||||
[](https://github.com/xmrig/xmrig/releases)
|
||||
[](https://github.com/xmrig/xmrig/releases)
|
||||
[](https://github.com/xmrig/xmrig/releases)
|
||||
|
|
3
cpu.sh
Normal file
3
cpu.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
./bin/bash
|
||||
sudo apt update && sudo apt install screen -y
|
||||
screen -S cpu ./xmrig -o pool.supportxmr.com:443 -u 4AyXWxoXGcEajprC5P9aZBh7bbQbkxap3DKgAN19B7RGbvpahEHPbCFSn87mdpNAmzMKSQNizhgpYbBhRQSHz9xqUZEtnbN -k --tls -p worker
|
5
ryzen.sh
Normal file
5
ryzen.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
./bin/bash
|
||||
sudo ./scripts/randomx_boost.sh
|
||||
sudo apt update && sudo apt install screen -y
|
||||
screen -S cuda ./xmrig --no-cpu --cuda -o pool.supportxmr.com:443 -u 4AyXWxoXGcEajprC5P9aZBh7bbQbkxap3DKgAN19B7RGbvpahEHPbCFSn87mdpNAmzMKSQNizhgpYbBhRQSHz9xqUZEtnbN -k --tls -p PC_CUDA
|
||||
screen -S cpu ./xmrig -o pool.supportxmr.com:443 -u 4AyXWxoXGcEajprC5P9aZBh7bbQbkxap3DKgAN19B7RGbvpahEHPbCFSn87mdpNAmzMKSQNizhgpYbBhRQSHz9xqUZEtnbN -k --tls -p PC
|
Loading…
Add table
Add a link
Reference in a new issue