Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017
by
fullzero
on 12/07/2017, 23:31:50 UTC
I keep getting a database error when I try to update the OP:  I have pm'ed the Admins about it.  For now here is a link:


THIS IS THE NEWEST VERSION

LOCALorREMOTE_oneBash + additional files (includes newest Watchdog, SRR,  switch_v3, reboot, AutoTEMP, Claymore 9.7) Link





This has the newest version of all the files; and a global switch ( LOCALorREMOTE ) which works with all COIN selections and SALFTER_NICEHASH_PROFIT_SWITCHING :

# LOCAL will attach the mining process to the gnome or guake terminal
# REMOTE will leave it unattached / ready for SSH

LOCALorREMOTE="LOCAL"       # LOCAL  or  REMOTE


salfter your newest version of switch was causing problems when run with a monitor connected (LOCAL); I would recommend relying on the:

IAmNotAJeep_and_Maxximus007_WATCHDOG

to handle miner crashes / 0 hashrates.

I spent a couple hours testing this, and it is very effective;

Also even if your crashes are perfectly handled; if your OC is so high it crashes every 7 minutes or less: you are losing more time restarting the mining process then you are gaining with a slightly higher hashrate.


I did notice a bug in the Maxximus007_AUTO_TEMPERATURE_CONTROL when it attempts to lower pl due to fan 100 and temp rising:

/home/m1/Maxximus007_AUTO_TEMPERATURE_CONTROL: line 119: [: missing `]'
/home/m1/Maxximus007_AUTO_TEMPERATURE_CONTROL: line 130: let: NEW_POWER_LIMIT=75.00-5: syntax error: invalid arithmetic operator (error token is ".00-5")
Missing value for -pl argument. Please run 'nvidia-smi -h' for help.

In v0018; at firstboot, oneBash will be copied from the windows partition to the home directory (folder)  dos2unix will run on it and the windows partition will be zeroized.

This version of oneBash and files are all in line with that setup.  I realize that 2unix will also need to be changed after adding the new files and oneBash.

In the home folder there is a file called:

2unix

find it and open it in gedit:

it should look like:



Code:
#!/bin/bash

cd /tmp

pasteBIN="NO"

pasteBASH="gjjUqLXd"

if [ $pasteBIN == "YES" ]
then
wget https://pastebin.com/raw/$pasteBASH
cp $pasteBASH '/media/m1/1263-A96E/oneBash'
rm $pasteBASH
fi

sudo dos2unix /media/m1/1263-A96E/oneBash

sleep 2

bash '/media/m1/1263-A96E/oneBash'

change this to:
Code:
#!/bin/bash

cd /tmp

pasteBIN="NO"

pasteBASH="z7SH8VzS"

if [ $pasteBIN == "YES" ]
then
wget https://pastebin.com/raw/$pasteBASH
cp $pasteBASH '/home/m1/oneBash'
rm $pasteBASH
sleep 10
fi

bash '/home/m1/oneBash'

and save; this should change to using the new oneBash you copied to the home directory (folder)

modifiy the new oneBash in home with your settings / addresses

and you should be good to go with the new files / oneBash