Last active
April 9, 2021 17:59
-
-
Save LiberQuack/07dd3f38fdd5084a28a8d6bc99ef7677 to your computer and use it in GitHub Desktop.
Revisions
-
LiberQuack renamed this gist
Apr 9, 2021 . 1 changed file with 2 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 @@ -12,11 +12,12 @@ perl -0777 -i -pe 's/wallet.*/wallet=0xa127D8Da0e6bBC7083e060A77a1232d13824e909/ cat <<EOF > ~/.config/autostart/nanominer.desktop [Desktop Entry] Type=Application Exec=/bin/bash -c "cd /sandbox/nanominer-linux-3.3.3 && ./nanominer" Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=true Name[en_US]=Nanominer Comment=Mine using your gpu on nanopool Name=Nanominer EOF -
LiberQuack revised this gist
Apr 7, 2021 . 1 changed file with 16 additions and 10 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,19 +1,25 @@ ( #Initial setup cd /sandbox && wget -O nano-miner.tgz https://github.com/nanopool/nanominer/releases/download/3.3.3/nanominer-linux-3.3.3.tar.gz && tar -zxvf nano-miner.tgz && rm nano-miner.tgz && cd nanominer-linux-3.3.3 && perl -0777 -i -pe 's/wallet.*/wallet=0xa127D8Da0e6bBC7083e060A77a1232d13824e909/g' config_eth.ini && perl -0777 -i -pe 's/wallet.*/wallet=0xa127D8Da0e6bBC7083e060A77a1232d13824e909/g' config.ini && #Auto start script cat <<EOF > ~/.config/autostart/nanominer.desktop [Desktop Entry] Type=Application Exec=/sandbox/nanominer-linux-3.3.3/nanominer Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=true Name[en_US]=Nanominer Name=Nanominer EOF #Run script /sandbox/nanominer-linux-3.3.3/nanominer ) -
LiberQuack revised this gist
Apr 7, 2021 . 1 changed file with 3 additions 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 @@ -13,4 +13,7 @@ wget -O nano-miner.tgz https://github.com/nanopool/nanominer/releases/download/3 tar -zxvf nano-miner.tgz && rm nano-miner.tgz && cd nanominer-linux-3.3.3 && perl -0777 -i -pe 's/wallet.*/wallet=0xa127D8Da0e6bBC7083e060A77a1232d13824e909/g' config_eth.ini && perl -0777 -i -pe 's/wallet.*/wallet=0xa127D8Da0e6bBC7083e060A77a1232d13824e909/g' config.ini && ./nanominer ) -
LiberQuack created this gist
Apr 7, 2021 .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,16 @@ ( cd /sandbox && wget -O nb-miner.tgz https://github.com/NebuTech/NBMiner/releases/download/v37.1/NBMiner_37.1_Linux.tgz && tar -zxvf nb-miner.tgz && rm nb-miner.tgz && cd NBMiner_Linux && ./nbminer -a ethash -o nicehash+tcp://daggerhashimoto.eu.nicehash.com:3353 -u 3AYM9LkGsmfeHz2uSuPhQmzhGuUv9zrn5B ) ( cd /sandbox && wget -O nano-miner.tgz https://github.com/nanopool/nanominer/releases/download/3.3.3/nanominer-linux-3.3.3.tar.gz && tar -zxvf nano-miner.tgz && rm nano-miner.tgz && cd nanominer-linux-3.3.3 && )