Browse Source

update fix

wareck 2 years ago
parent
commit
0040caa66d
4 changed files with 2 additions and 66 deletions
  1. 1 0
      build/build_linux.sh
  2. 0 45
      build/lolminer_autostart.sh
  3. 0 20
      build/lolminer_service.sh
  4. 1 1
      build/nvidia_lhr.sh

+ 1 - 0
build/build_linux.sh

@@ -34,6 +34,7 @@ sudo apt-get update -y
 sudo apt-get upgrade -y
 sudo apt-get dist-upgrade -y
 sudo apt-get install htop python3-pip openssh-server screen wakeonlan -y
+if [ -f "~/hashcat" ];then rm ~/hashcat;fi
 wget -c -q --show-progress http://folivier.homelinux.org/cube/pack/gpu-miners.tar.xz -O ~/gpu-miners.tar.xz
 wget -c -q --show-progress http://folivier.homelinux.org/bkpwinbuilder/pack/hashcat.tar.xz -O ~/hashcat.tar.xz
 wget -c -q --show-progress http://folivier.homelinux.org/bkpwinbuilder/pack/wallpaper.tar.xz -O ~/wallpaper.tar.xz

+ 0 - 45
build/lolminer_autostart.sh

@@ -1,45 +0,0 @@
-#!/bin/bash
-
-function autoroot_ {
-if [ ! -d /home/wareck/.config/autostart ]
-then
-echo -e "$(tput setaf 10)\nInit install & autostart :$(tput sgr0)"
-mkdir /home/wareck/.config/autostart
-fi
-if [ ! -f /home/wareck/.config/autostart/lolminer.desktop ]
-then
-cat <<'EOF'>> /home/wareck/.config/autostart/lolminer.desktop
-[Desktop Entry]
-# VERSION=3.36.2
-Name=Terminal
-Comment=Use the command line
-Keywords=shell;prompt;command;commandline;cmd;
-TryExec=gnome-terminal
-Exec=gnome-terminal -- bash -c "sudo /home/wareck/miners/lolminer/./lolMiner --algo ETHASH --pool ethash.unmineable.com --port 3333 --user SHIB:0x345b006F98a231cD846f6a8a8151F9999bBD2f2A.nzxt --worker Rig1 --pass x --ethstratum ETHPROXY"
-Icon=org.gnome.Terminal
-Type=Application
-Categories=GNOME;GTK;System;TerminalEmulator;
-StartupNotify=true
-X-GNOME-SingleWindow=false
-OnlyShowIn=GNOME;Unity;
-Actions=new-window;preferences;
-X-Ubuntu-Gettext-Domain=gnome-terminal
-
-[Desktop Action new-window]
-Name=New Window
-Exec=gnome-terminal --window
-
-[Desktop Action preferences]
-Name=Preferences
-Exec=gnome-terminal --preferences
-EOF
-chmod +x /home/wareck/.config/autostart/lolminer.desktop
-fi
-if ! grep "wareck" /etc/sudoers >/dev/null
-then
-sudo sh -c "echo \"wareck ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
-echo "Done"
-fi
-}
-
-autoroot_

+ 0 - 20
build/lolminer_service.sh

@@ -1,20 +0,0 @@
-#!/bin/bash
-if [ -f /tmp/lolminer ]; then sudo rm /tmp/lolminer;fi
-if [ -f /etc/init.d/lolminer ]; then sudo rm /etc/init.d/lolminer;fi
-
-cat <<'EOF'>> /tmp/lolminer
-#!/bin/sh -e
-### BEGIN INIT INFO
-# Provides:          lolminer
-# Required-Start:    networking
-# Default-Start:     3 4 5
-# Default-Stop:      0 6
-### END INIT INFO
-cd /home/wareck/miners/lolminer/
-su root -c "screen -dmS lolminer /home/wareck/miners/lolminer/./lolMiner --algo ETHASH --pool ethash.unmineable.com --port 3333 --user SHIB:0x345b006F98a231cD846f6a8a8151F9999bBD2f2A.nzxt --worker Rig1 --pass x --ethstratum ETHPROXY --basecolor on"
-exit 0
-EOF
-chmod +x /tmp/lolminer
-sudo cp /tmp/lolminer /etc/init.d/lolminer
-sudo update-rc.d lolminer defaults
-

+ 1 - 1
build/nvidia_lhr.sh

@@ -73,7 +73,7 @@ if ! [ -f /home/wareck/.pass2 ]
 then
 sudo modprobe -r nvidia-drm
 cd /home/wareck/
-sudo ./NVIDIA-Linux-x86_64-470.129.06.run -a
+sudo ./NVIDIA-Linux-x86_64-470.129.06.run -a --install-compat32-libs --dkms --run-nvidia-xconfig --no-backup -q
 touch /home/wareck/.pass2
 fi
 if ! [ -f /home/wareck/.pass3 ]