WHAT'S NEW?
Loading...
Showing posts with label scripts. Show all posts
Showing posts with label scripts. Show all posts
Script to assist in setting optimal mining settings for Vega 56 or Vega 64

https://github.com/sheergenious/VegaMining

Mining with AMD GPUs in Windows could be a PITA. You have always to check if everything is running fine and sometimes cross fingers.

Miner watchdog for Windows

https://github.com/rbicelli/minerguarddog


JJ-s-XMR-STAK-HashRate-Monitor-and-Restart-Tool 

Powershell script to manage the hash rate drop some people are experiencing with AMD Vega 

https://github.com/zbobyuan/JJ-s-XMR-STAK-HashRate-Monitor-and-Restart-Tool


Fiddlefigners-cast_xmr-hashrate-monitor-and-restart-tool

Hash rate monitor and restart Tool. Created due to the stability issue with the Vega GPU's and Cast-XMR and not wanting to constantly monitor the system manually.

https://github.com/fiddlefingers/Fiddlefingers-cast_xmr-hashrate-monitor-and-restart-tool

UserName is money


ssh root@your-digital-ocean-ip

apt update && apt upgrade -y && sudo apt install xfce4 xfce4-goodies tightvncserver -y
adduser money
#password input

# when digitalocean id_rsa.pub add. (nothing change)
mkdir /home/money/.ssh
cp .ssh/authorized_keys /home/money/.ssh/
chown -R money:money /home/money/.ssh
su - money

vncserver
#vnc password input
vncserver -kill :1
mv ~/.vnc/xstartup ~/.vnc/xstartup.bak
vim ~/.vnc/xstartup
(Write under)
#!/bin/bash
xrdb $HOME/.Xresources
startxfce4 &

chmod +x ~/.vnc/xstartup
vncserver
cd Desktop/
# hitleap
wget https://hitleap.com/viewer/download?platform=Linux -O hit.tar.xz && tar Jxvf hit.tar.xz
# kilohits
wget https://www.dropbox.com/s/akkpgc0jzck5eho/kilohits.com-viewer-linux-x64.zip?dl=1 -O kilohits.com-viewer-linux-x64.zip && unzip kilohits.com-viewer-linux-x64.zip
# Otohits (Need 1GB memory)
wget http://www.otohits.net/dl/OtohitsApp_Linux_3105.zip && unzip OtohitsApp_Linux_3105.zip

#libnss3 (kilohits) libcurl3 (Otohits) firefox(websyndic)
apt install libnss3 libcurl3 firefox