Skip to content

Commit

Permalink
Change pool to unmineable
Browse files Browse the repository at this point in the history
  • Loading branch information
cniweb committed Jan 3, 2024
1 parent 1a35b9b commit 4aa0f32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions start_unmineable.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
cpu_threads=$(grep -c '^processor' /proc/cpuinfo)
echo "Start XMRig with Parameters: -a $ALGO -o $POOL_ADDRESS -u LTC:$WALLET_USER.$HOSTNAME#Jumper -p $PASSWORD --threads=$cpu_threads"
#./xmrig -a rx -o stratum+ssl://rx.unmineable.com:443 -u LTC:LNec6RpZxX6Q1EJYkKjUPBTohM7Ux6uMUy.HOSTNAME#Jumper -p x --threads=4
./xmrig -a $ALGO -o $POOL_ADDRESS -u LTC:$WALLET_USER.$HOSTNAME#Jumper -p $PASSWORD --threads=$cpu_threads

0 comments on commit 4aa0f32

Please sign in to comment.