Bitcoin Forum
August 30, 2025, 09:37:04 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 352 »
  Print  
Author Topic: [ mining os ] nvoc  (Read 418568 times)
mraug
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 12, 2017, 04:05:19 PM
 #1121

Just downloaded the nvOC zip from google drive and tried to verify it in Windows:

SHA1 hash of file nvOC_v0017.zip:
001903ab1892f76de2505baf759350be627386cd
CertUtil: -hashfile command completed successfully.

Clearly this doesn't match the suggested hash of:
d11929368d186acf73651be1b9d90234cfe6ef8a097eff56668dee4cbbe69e8c

Was the file compromised or I'm doing something wrong?

Bibi187
Full Member
***
Offline Offline

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
July 12, 2017, 04:07:29 PM
 #1122

Just downloaded the nvOC zip from google drive and tried to verify it in Windows:

SHA1 hash of file nvOC_v0017.zip:
001903ab1892f76de2505baf759350be627386cd
CertUtil: -hashfile command completed successfully.

Clearly this doesn't match the suggested hash of:
d11929368d186acf73651be1b9d90234cfe6ef8a097eff56668dee4cbbe69e8c

Was the file compromised or I'm doing something wrong?



U have to use SHA256
 


DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
mraug
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
July 12, 2017, 04:18:04 PM
 #1123

Just downloaded the nvOC zip from google drive and tried to verify it in Windows:

SHA1 hash of file nvOC_v0017.zip:
001903ab1892f76de2505baf759350be627386cd
CertUtil: -hashfile command completed successfully.

Clearly this doesn't match the suggested hash of:
d11929368d186acf73651be1b9d90234cfe6ef8a097eff56668dee4cbbe69e8c

Was the file compromised or I'm doing something wrong?



U have to use SHA256
 



Right, all good.

CertUtil -hashfile nvOC_v0017.zip SHA256
SHA256 hash of file nvOC_v0017.zip:
d11929368d186acf73651be1b9d90234cfe6ef8a097eff56668dee4cbbe69e8c
CertUtil: -hashfile command completed successfully.
fullzero (OP)
Full Member
***
Offline Offline

Activity: 145
Merit: 1009


View Profile
July 12, 2017, 04:24:59 PM
 #1124

I understood that you meant to add oneBash only for github.  Look at the number of changes in this oneBash alone; and then consider how much more there would be to look at with input from even a few members.  Until most of the features members want have a basic implementation; this is essentially only going to give me another thing I need to pay attention to.

Git suggestion was only to simplify the implementation of all changes and make easier to track what's changed.
Using the script as a learning example is the point, but I also think that using bash loops is a better example than copy/paste style.
Finally, oneBash is good, but I would split it into separate parts like overclocking, miner selection, watchdog, monero mining, etc to make easier to tune/restart some parts.

In any case, I really appreciate your efforts. I did not use nvidia GPU till now, and your distro was the best way to start using nvidia with Linux. Thank you for working on it and sharing.

You can make modules to do distinct operations: like overclocking, miner selection, watchdog, monero mining, etc to make easier to tune/restart some parts.  And I will integrate them with switches to be readinto / not used in oneBash.  In addition they could also be used independently, such as a OC bash could be run while already mining.  A benchmarking bash / py could be made to find and log the opt stable settings ect.  The goal is to provide members with as many options as possible while maintaining ease of use.

Once most of the requested features have been implemented; I will make a github and target oneBash optimization.

https://github.com/hartmanm How difficulty adjustment works: Every 2016 blocks, the Network adjusts the current difficulty to estimated difficulty in an attempt to keep the block generation time at 10 minutes or 600 seconds. Thus the Network re-targets the difficulty at a total difficulty time of:  2016 blocks * 10 minutes per block = 20160 minutes / 60 minutes = 336 hours / 24 hours = 14 days. When the Network hashrate is increasing; a difficulty ( 2016 blocks ) should take less than 14 days.  How much less can be estimated by comparing the % Network hashrate growth + what the Network hashrate was at the beginning of the difficulty ( 2016 blocks ) against what the Network hashrate was at the beginning of the difficulty ( 2016 blocks ).  This is only an estimate because you cannot account for "luck"; but you can calculate reasonably well using explicitly delimited stochastic ranges. The easy way to think about this is to look at this graph and see how close to 0 the current data points are on its y axis.  If the blue line is above 0 the difficulty ( 2016 ) blocks should take less than 14 days; if it is below it should take more. http://bitcoin.sipa.be/growth-10k.png
citronick
Legendary
*
Offline Offline

Activity: 1834
Merit: 1080


---- winter*juvia -----


View Profile
July 12, 2017, 04:39:28 PM
 #1125

fullzero - I just got the new TB250 12 x PCI slot mobo, testing 12 x Zotac Minis 1070s and Zotac 12 x 1060 Mining cards.
I see the new bash file now goes up to 15 cards so it should run.
Will post results and pix in a few days. Thanks

I'm interested to see how it goes; I am projected to receive my 12x biostar tomorrow; but tracking number shows no data which is questionable.  I might end up getting the ASRock 14x mobo first.

Its already working with 12 x GA-RX470s with smOS in the ETH farm.
Cant wait to get nvOC running on this board with the Zotac 1070 Minis and Zotac P106-100s.
I wish I had more 2400w power supplies  Grin

If I provided you good and useful info or just a smile to your day, consider sending me merit points to further validate this Bitcointalk account ~ useful for future account recovery...
TenaciousJ
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
July 12, 2017, 10:50:37 PM
 #1126

fullzero - I just got the new TB250 12 x PCI slot mobo, testing 12 x Zotac Minis 1070s and Zotac 12 x 1060 Mining cards.
I see the new bash file now goes up to 15 cards so it should run.
Will post results and pix in a few days. Thanks

I'm interested to see how it goes; I am projected to receive my 12x biostar tomorrow; but tracking number shows no data which is questionable.  I might end up getting the ASRock 14x mobo first.

Its already working with 12 x GA-RX470s with smOS in the ETH farm.
Cant wait to get nvOC running on this board with the Zotac 1070 Minis and Zotac P106-100s.
I wish I had more 2400w power supplies  Grin

I can now confirm that the AsRock H110 13 GPU mobo works with at least 9 Nvidia GPUs (8x 1070 1x 980 ti) running nvOC without any additional modifications to the o/s other than running update and dist-upgrade.  Asrock's marketing limited the nvidia gpus to 5, which must be the max for windows, but linux runs at least 9 without any trouble at all.  If I had more power and cards I'd test it up to 13, but that'll have to wait a while.



kw1k
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 13, 2017, 04:08:22 AM
 #1127

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




Ive done all of this my mining process starts and then it leaves the screen and only shows nvidia-smi over and over and over
ADN
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 13, 2017, 08:25:26 AM
 #1128

Hello,
I'm using a Z87 Fatal1ty Killer, the OS loads and then I'm getting a reboot loop caused by this line.

Code:
if [ $XORG == "FAIL" ]
then
sudo cp '/etc/X11/xorg.conf.backup' '/etc/X11/xorg.conf'
echo ''
echo "Xorg PROBLEM DETECTED"
echo ''
echo "Restoring Xorg"
echo ''
echo "Rebooting in 5"
sleep 5
sudo reboot
fi

Any ideea what is the cause? It should stop after the first reboot if I'm reading the script correctly.
nklak
Newbie
*
Offline Offline

Activity: 6
Merit: 9


View Profile
July 13, 2017, 09:21:17 AM
 #1129

Hello,
I'm using a Z87 Fatal1ty Killer, the OS loads and then I'm getting a reboot loop caused by this line.

Code:
if [ $XORG == "FAIL" ]
then
sudo cp '/etc/X11/xorg.conf.backup' '/etc/X11/xorg.conf'
echo ''
echo "Xorg PROBLEM DETECTED"
echo ''
echo "Restoring Xorg"
echo ''
echo "Rebooting in 5"
sleep 5
sudo reboot
fi

Any ideea what is the cause? It should stop after the first reboot if I'm reading the script correctly.

Yes,

please do not connect monitor to the motherboard...also make sure that in BIOS integrated graphic is disabled...this causes error. Please make new image on usb stick and connect monitor to only GPU in the main x16 slot (GPU0).

Best regards
WarwickNZ
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
July 13, 2017, 10:05:09 AM
 #1130

Hey Everyone,

Just wondering what additional switches if any you use with the Genoil miner for the most consistent share count? So far for me I've only added "--farm-recheck 10000" since switching back from Claymore as I don't think it needs to check as frequently because It's pushed from the pool if i'm thinking correctly, seems a bit more stable.

Thanks as always, awesome project.
ADN
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 13, 2017, 10:37:32 AM
 #1131

Hello,
I'm using a Z87 Fatal1ty Killer, the OS loads and then I'm getting a reboot loop caused by this line.

Code:
if [ $XORG == "FAIL" ]
then
sudo cp '/etc/X11/xorg.conf.backup' '/etc/X11/xorg.conf'
echo ''
echo "Xorg PROBLEM DETECTED"
echo ''
echo "Restoring Xorg"
echo ''
echo "Rebooting in 5"
sleep 5
sudo reboot
fi

Any ideea what is the cause? It should stop after the first reboot if I'm reading the script correctly.

Yes,

please do not connect monitor to the motherboard...also make sure that in BIOS integrated graphic is disabled...this causes error. Please make new image on usb stick and connect monitor to only GPU in the main x16 slot (GPU0).

Best regards
This is kind of a bad idea because GPU cards are known to fail occasionally, if the GPU card that I'm connected to failed it can cause a big problem managing the platform.

Any workaround around this limitation? It should be possible to use the on-board GPU without any issues.
Avarets
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
July 13, 2017, 12:34:03 PM
 #1132

Waiting for Biostar tb250 pro and 12 Zotac P106-100 to start mining using this OS.
Is it possible to quickly update to the latest version if it is installed on hdd/ssd?
ADN
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
July 13, 2017, 01:30:07 PM
Last edit: July 13, 2017, 01:45:09 PM by ADN
 #1133

Thank you.

Can you add an additional condition regarding GPU temp?

if (CURRENT_TEMP == TARGET_TEMP and CURRENT_FAN_SPEED == MAX) then POWER_LIMIT = POWER_LIMIT-10% ?

Or something similar, do prevent GPU's from crashing it they reach max temperature and fans can no longer catch up. I realize that it involves multiple variables not just the simple condition above, but should be a good start.

P.S. Are you planing to release v18 today?
dittie
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 13, 2017, 02:56:15 PM
 #1134

Can you add SIBCOIN ?

Thanks!
idle_shell
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
July 13, 2017, 05:13:19 PM
 #1135

Waiting for Biostar tb250 pro and 12 Zotac P106-100 to start mining using this OS.
Is it possible to quickly update to the latest version if it is installed on hdd/ssd?


I will release v0018 soon.  Currently you must reimage to upgrade; I will add an updater in a later version.

You can change v0017 into almost v0018 by following this post:

https://bitcointalk.org/index.php?topic=1854250.msg20099702#msg20099702


However; v0018 will support any storage type; USB key, SSD, HDD, m2 SSD ect. So, I would recommend waiting to download v0018 if you don't have your components yet and plan on using a HDD or SSD.



Excellent!  Was just going to post about some challenges I was having getting the 0017 image running (oneBash loops repeatedly before ever starting the miner).  But sounds like we're close to 0018--which I hope solves my issues.

Sent you some hashes last night testing gear.  You're doing awesome work here!
vlasic
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 13, 2017, 05:17:00 PM
 #1136

Add, pls, SIB (Sibcoin) and CHC (Chaincoin) support.

THNX
Maxximus007
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 13, 2017, 05:28:39 PM
 #1137

Can you add SIBCOIN ?

Thanks!
As far as I know that is X11, not in nvOC. Might be better to use an ASIC for that?
Maxximus007
Full Member
***
Offline Offline

Activity: 153
Merit: 100


View Profile
July 13, 2017, 05:29:44 PM
 #1138

Thank you.

Can you add an additional condition regarding GPU temp?

if (CURRENT_TEMP == TARGET_TEMP and CURRENT_FAN_SPEED == MAX) then POWER_LIMIT = POWER_LIMIT-10% ?

Or something similar, do prevent GPU's from crashing it they reach max temperature and fans can no longer catch up. I realize that it involves multiple variables not just the simple condition above, but should be a good start.

P.S. Are you planing to release v18 today?
Something similar will be working in V0018 I believe.
jlbaseball11
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
July 13, 2017, 08:05:01 PM
 #1139

Does anyone know why all shares are being rejected because of "low difficulty share?"  It only happens with DMD and ZCOIN.  Every other coin works fine.  I've tried different pools and oc settings with no change.
TenaciousJ
Full Member
***
Offline Offline

Activity: 122
Merit: 100


View Profile
July 13, 2017, 08:18:21 PM
 #1140



If a GPU hangs; there is a problem regardless of how your monitor is attached.

nvOC can be used full headless; you don't need to use a monitor.

In v0018 nvOC will have; mining client error mitigation, GPU soft crash mitigation, and if you have an SRR: hard crash mitigation.  As far as I know this is the most advanced of any mining OS.

I was just about to ask you if it would be possible to add some detection so that if your miner performance drops to 0 sol/s, or falls below some threshold setting, that it would automatically restart..  had a system wide gpu reset sometime in the middle of the night and the whole system just posted zeros for hours.

Quote

BTW I just tested the:

ASRock H110 PRO BTC+ and have confirmed that v0017 supports 13x GPUs out the box with no bios changes.
  Grin

As the Biostar 12x GPU mobo uses the same chipset I would expect it to be fully supported as well.



Sweet.... now if I could only find some GPUs to buy lol
Pages: « 1 ... 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 [57] 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 352 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!