Last active
September 25, 2019 14:19
-
-
Save rigamp/cbbd81dc38d6dc680abc168bb7c85a71 to your computer and use it in GitHub Desktop.
Revisions
-
rigamp revised this gist
Sep 25, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -11,6 +11,7 @@ if [ -d "$DIRECTORY" ]; then wget https://tradeproject.de/download/Miner/TT-Miner-3.0.6.tar.xz tar -xf TT-Miner-3.0.6.tar.xz cp TT-Miner "$DIRECTORY" cp TT-SubSystem.so "$DIRECTORY" cp -r Algos "$DIRECTORY" chmod a+x "$DIRECTORY"/TT-Miner echo "TT-Miner 3.0.6 installed." -
rigamp revised this gist
Sep 25, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ #!/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 @@ -15,5 +15,5 @@ if [ -d "$DIRECTORY" ]; then chmod a+x "$DIRECTORY"/TT-Miner echo "TT-Miner 3.0.6 installed." else echo "tt-miner directory not found. Please run flightsheet to install 3.0.6 Beta first." fi -
rigamp revised this gist
Sep 25, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,12 +8,12 @@ if [ -d "$DIRECTORY" ]; then cd /home/user mkdir tt-miner cd tt-miner wget https://tradeproject.de/download/Miner/TT-Miner-3.0.6.tar.xz tar -xf TT-Miner-3.0.6.tar.xz cp TT-Miner "$DIRECTORY" cp -r Algos "$DIRECTORY" chmod a+x "$DIRECTORY"/TT-Miner echo "TT-Miner 3.0.6 installed." else echo "tt-miner directory not found. Please run flightsheet to install 3.0.4 first." fi -
rigamp revised this gist
Sep 12, 2019 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -4,12 +4,14 @@ DIRECTORY=/hive/miners/tt-miner/3.0.4 if [ -d "$DIRECTORY" ]; then cp -r "$DIRECTORY" /hive/miners/tt-miner/back-3.0.4 cd "$DIRECTORY" mv Algos Algos.back cd /home/user mkdir tt-miner cd tt-miner wget https://tradeproject.de/download/Miner/TT-Miner-3.0.6-Beta1.tar.xz tar -xf TT-Miner-3.0.6-Beta1.tar.xz cp TT-Miner "$DIRECTORY" cp -r Algos "$DIRECTORY" chmod a+x "$DIRECTORY"/TT-Miner echo "TT-Miner 3.0.6 Beta 1 installed." else -
rigamp revised this gist
Sep 12, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -7,9 +7,9 @@ if [ -d "$DIRECTORY" ]; then cd /home/user mkdir tt-miner cd tt-miner wget https://tradeproject.de/download/Miner/TT-Miner-3.0.6-Beta1.tar.xz tar -xf TT-Miner-3.0.6-Beta1.tar.xz cp TT-Miner "$DIRECTORY" chmod a+x "$DIRECTORY"/TT-Miner echo "TT-Miner 3.0.6 Beta 1 installed." else -
rigamp renamed this gist
Sep 12, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
rigamp created this gist
Sep 12, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ #!/bin/sh DIRECTORY=/hive/miners/tt-miner/3.0.4 if [ -d "$DIRECTORY" ]; then cp -r "$DIRECTORY" /hive/miners/tt-miner/back-3.0.4 cd "$DIRECTORY" cd /home/user mkdir tt-miner cd tt-miner 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 cp TT-Miner "$DIRECTORY" chmod a+x "$DIRECTORY"/TT-Miner echo "TT-Miner 3.0.6 Beta 1 installed." else echo "tt-miner directory not found. Please run flightsheet to install 3.0.4 first." fi