Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0019-1.4
by
damNmad
on 16/02/2018, 21:06:14 UTC
Hi all,

Trying to download nvOC-V0019-2.0.img.tar.gz however every copy I've got (direct and gdrive) have given an error from 7zip saying the file must be broken when I try to extract it.

Any issues or a good source to get it from?


I would suggest you to verify checksum of the downloaded zip and use winrar to extract it.

Please check this page :

https://nvoc-mining-os.com/downloads/download-page-nvidea/

Thanks, Powershell is reporting the checksum is wrong. I've tried downloading about 10 times using each different source, using different downloader programs (including just straight through Chrome) and can't get anything that will  extract, except for nvOC_v0019.zip. I've tried 7zip and Winrar to extract, but the incorrect checksums kind of mean the archive program doesn't matter at this point.

PS C:\Users\maclean\Downloads\Compressed> Get-FileHash .\nvOC-V0019-2.0.img.tar.gz -Algorithm SHA256

Algorithm       Hash                                                                   Path
---------       ----                                                                   ----
SHA256          BA8A952ABCBD5561630B6F7DBAB57FA09C3221B664B9F3F8D55F050C65FD1C0B       C:\Users\maclean\Downloads\Co...


PS C:\Users\maclean\Downloads\Compressed>

That's odd!!

Are you on windows 10? Can you try this please :

Quote
How to check the SHA256 hash code using windows command prompt (you can also check other hashing algorithm codes too) :

* Open command prompt, navigate to the directory where you have the target file

* Type this command & wait for a while to generate the hash (does take some time)

             certUtil -hashfile fileToCheck SHA256