This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DIRECTORY=/hive/miners/tt-miner/3.0.6 | |
if [ -d "$DIRECTORY" ]; then | |
cp -r "$DIRECTORY" /hive/miners/tt-miner/back-3.0.6 | |
cd "$DIRECTORY" | |
mv Algos Algos.back | |
cd /home/user | |
mkdir tt-miner | |
cd tt-miner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp && curl -L --insecure -s -O https://gist.githubusercontent.com/rigamp/f5b08037be16ae4eed35826fbb377070/raw/71821a0154ca7343c24418b46b8a8df995e30e91/update-wildrig-x16rt.sh && sh update-wildrig-x16rt.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
DIRECTORY=/hive/miners/wildrig-multi/0.14.0 | |
if [ -d "$DIRECTORY" ]; then | |
cp -r "$DIRECTORY" /hive/miners/wildrig-multi/back-0.14.0 | |
cd /home/user | |
mkdir wildrig | |
cd wildrig | |
wget https://github.com/andru-kun/wildrig-multi/releases/download/0.15.0/wildrig-multi-linux-0.15.0.9.tar.gz | |
tar -zxf wildrig-multi-linux-0.15.0.9.tar.gz |