Upload files to "/"
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
#!/bin/bash
|
||||
|
||||
clear
|
||||
echo XMRIG
|
||||
echo =====
|
||||
echo POOLS
|
||||
echo -----
|
||||
echo pool.supportxmr.com:443
|
||||
echo xmr-us-east1.nanopool.org:10343
|
||||
echo gulf.moneroocean.stream:20128
|
||||
echo pool.hashvault.pro:80
|
||||
echo pool.hashvault.pro:443
|
||||
echo POOL:
|
||||
read po
|
||||
clear
|
||||
echo XMRIG
|
||||
echo =====
|
||||
echo WALLET:
|
||||
read wa
|
||||
clear
|
||||
echo XMRIG
|
||||
echo =====
|
||||
echo WORKER:
|
||||
read wo
|
||||
./xmrig/xmrig --cpu-no-yield --randomx-mode=fast --huge-pages-jit --randomx-1gb-pages -o $po -u $wa -p $wo -k --tls #-x localhost:9050 #--tls-fingerprint
|
||||
read -n1; echo
|
||||
Reference in New Issue
Block a user