prepared workers

This commit is contained in:
Szymon Wolszczak 2020-05-19 20:56:05 +02:00
parent 20d5ede4a2
commit f87e412d9e
3 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,6 @@
# XMRig
# This is forked version w/o donations!
## Prepared scripts to run with my wallet
[![Github All Releases](https://img.shields.io/github/downloads/xmrig/xmrig/total.svg)](https://github.com/xmrig/xmrig/releases)
[![GitHub release](https://img.shields.io/github/release/xmrig/xmrig/all.svg)](https://github.com/xmrig/xmrig/releases)
[![GitHub Release Date](https://img.shields.io/github/release-date-pre/xmrig/xmrig.svg)](https://github.com/xmrig/xmrig/releases)

3
cpu.sh Normal file
View 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
View 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