Bitcoin Forum
November 18, 2024, 01:19:32 PM *
News: Check out the artwork 1Dq created to commemorate this forum's 15th anniversary
 
   Home   Help Search Login Register More  
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 [308] 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 ... 416 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 418244 times)
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 14, 2017, 10:46:24 AM
Last edit: December 14, 2017, 11:30:56 AM by papampi
 #6141

DSTM ZM Miner 0.5.7 added to latest 19-2.0

Download this script
nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

And run :
Code:
bash nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

Or simply download from its forum thread and add to /home/m1/zec/zm/latest
rename zm to zm_miner


change log:

Code:
Version 0.5.7
reduce cpu load
minor performance improvements
con: use single pool connection
con: ssl: clear session data before reconnect
nvml: handle invalid values



Heguli97
Full Member
***
Offline Offline

Activity: 223
Merit: 101


View Profile
December 14, 2017, 12:05:24 PM
 #6142

is the version v0019 the latest stable release?

kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
December 14, 2017, 12:08:36 PM
 #6143

Does anyone know how to make it not launch 1bash or anything else special?

I want to use this just as a linux distro that has all the GPU drivers installed, then use my own CUDA programs.

I emptied the contents of 1bash, 2unix and so forth but when it boots it still opens a gnome terminal and spins the CPU 100% trying to relaunch the NVOC scripts. I can manually close the terminal and everything seems OK but if I could figure out how to avoid calling it in the first place it would work much better.

Does anyone know where the initial call is that linux first runs to invoke the initial NVOC script on boot?

(I saw a similar question had been asked before at https://bitcointalk.org/index.php?topic=1854250.msg24544323#msg24544323

However, the replies were not helpful so maybe there is someone new who has found a solution to this more recently?)

At your own risk try to move gnome-terminal.desktop and guake_guake.desktop from /home/m1/.config/autostart and reboot:
Code:
move /home/m1/.config/autostart/guake_guake.desktop /home/m1/guake_guake.desktop.backup
move /home/m1/.config/autostart/gnome-terminal.desktop /home/m1/gnome-terminal.desktop.backup
kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
December 14, 2017, 12:22:21 PM
 #6144

is the version v0019 the latest stable release?

Yes, you are right.
Bibi187
Full Member
***
Offline Offline

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
December 14, 2017, 12:32:37 PM
 #6145



Hey Papampi,

thanks for reply !

Well it seems you are right, my reported hashrate is like 323mh/s but on pool i have a median about 298mh/s. This issue is related to every miner on lyra2v2 algo ?

I will give a try to Nanashi miner less hashrate on miner something like 309mh/s but maybe pool will give me more return.

Once again thanks for your time Wink



There are lots of talks about it in miningpoolhub thread almost started at page 243
Some one even tested a comparison with suprnova and miningpoolhub to see if both pools are same.
Miningpoolhub admin says some miners are better but I totally gave up on lyra2rev2

Well for 24 hours now, Nanashi miner give me stable result on pool.

I use fixed diff so maybe that fix issue about hashrate report and hashrate on pool.

Thanks once again for your time.

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

Activity: 226
Merit: 0


View Profile
December 14, 2017, 12:57:43 PM
 #6146

how to restore lost password? not default one ....
kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
December 14, 2017, 01:15:21 PM
 #6147

how to restore lost password? not default one ....

try login as root (I think pass is miner1). Then:
Code:
passwd m1

If you longed in as other user try:

Code:
sudo passwd m1


or

Code:
su -l

then enter password for root (I think pass is miner1) and:

Code:
passwd m1
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 14, 2017, 01:20:03 PM
 #6148

how to restore lost password? not default one ....

try login as root (I think pass is miner1). Then:
Code:
passwd m1

If you longed in as other user try:

Code:
sudo passwd m1


or

Code:
su -l

then enter password for root (I think pass is miner1) and:

Code:
passwd m1


Problem is I dont think root password is enabled by default.
I remember When I first wanted to change it, it didn't asked me for old password, not sure...

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 14, 2017, 01:42:56 PM
 #6149

Does anyone know how to make it not launch 1bash or anything else special?

I want to use this just as a linux distro that has all the GPU drivers installed, then use my own CUDA programs.

I emptied the contents of 1bash, 2unix and so forth but when it boots it still opens a gnome terminal and spins the CPU 100% trying to relaunch the NVOC scripts. I can manually close the terminal and everything seems OK but if I could figure out how to avoid calling it in the first place it would work much better.

Does anyone know where the initial call is that linux first runs to invoke the initial NVOC script on boot?

(I saw a similar question had been asked before at https://bitcointalk.org/index.php?topic=1854250.msg24544323#msg24544323

However, the replies were not helpful so maybe there is someone new who has found a solution to this more recently?)

V00019-2 Community release has  a new option: AUTO_START_MINER=YES, NO
May be it can help you

kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
December 14, 2017, 01:59:25 PM
 #6150

how to restore lost password? not default one ....

try login as root (I think pass is miner1). Then:
Code:
passwd m1

If you longed in as other user try:

Code:
sudo passwd m1


or

Code:
su -l

then enter password for root (I think pass is miner1) and:

Code:
passwd m1


Problem is I dont think root password is enabled by default.
I remember When I first wanted to change it, it didn't asked me for old password, not sure...

login local and try root password "miner1"
joshuajones02
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
December 14, 2017, 05:51:17 PM
 #6151

I'm having issues with the 19-2 test release and network stability. Not sure quite sure what is going on and it has happened twice so far.

My home router will lose internet connectivity after a period of time (12 hours first time, ~5 hours second time) since updating to the tested release. When I remove the wired connections (clients running 19-2) from my router that goes to the rigs the internet will immediately go back online. Not sure where to check for logs regarding this as the entire router (wifi and wired) loses internet connection.

Version:
Code:
nvOC_1bash_ver="v0019-2.0.001"   # Do not edit this



Is there a way to downgrade the client without imaging the hard drive/usb?


Your issue can not be update problem as only some scripts changed, but all your old files are stored in /home/m1/backups/old_to19_2

This went on for 6 disconnects total, stumped I sent logs from my router to the manufacturer and fresh installed 19-1.4 on all of the machines that were updated and router has yet disconnected from internet.

It's weird because it wasn't my modem, I'd try the connection from the modem directly and it worked fine but while the rigs with 19-2 on it, the internet would not work at all. Instead it would not work until all of the 19-2 rigs were either disconnected physically from the router or once all of them have been rebooted.

I'm not worried about it, just letting you know or the community (Manufacturer's response was a copy/paste of crap newbie instructions of updating firmware and resetting to factory settings). I'll do a fresh install of version 19-2 when the official version is released on one of my machines and let it go for a few days and slowly update 1 by 1.

I have heard of a similar problem before with Ubuntu:

https://superuser.com/questions/183982/ubuntu-server-9-04-computer-freezes-the-entire-network-periodically

As far as I know, the only "changes" made in 19-2.0 that could be responsible for this are normal Ubuntu updates made in the upgrade script. As such, the next time you try the upgrade, change this line of the script and see if it resolves the issue:
Code:
sudo -- sh -c 'apt update; apt upgrade -y; apt autoremove -y; apt autoclean -y; sudo apt install -y moreutils gawk'

to

Code:
sudo -- sh -c 'sudo apt install -y moreutils gawk'

That will allow you to upgrade to 19-2.0 without updating the underlying Ubuntu OS.

Let us know how it goes.



Thank you Stubo, I'll try this out early next week when I get home!

| World Fintech Startups | Microsoft Azure Partner | $1,5 M Raised During pre-ICO |
     BANKEX - Proof-of-Asset Protocol     
| WHITE PAPER | BLOGSLACKTELEGRAMBITCOINTALKGITHUBTWITTERYOUTUBEFACEBOOK |☰
CyberGI
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 14, 2017, 10:47:53 PM
Last edit: December 15, 2017, 04:00:56 AM by CyberGI
 #6152


Is the pool address correct ?
No need to add stratum+tcp:// to pool address any more


But we do if we are still on 19-1.4, correct? Specifically curious about using suprnova.cc to mine BTG.  Thanks

Edit: Disregard. The answer is yes, or at least it is working with it on.
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
December 14, 2017, 10:48:55 PM
 #6153

DSTM ZM Miner 0.5.7 added to latest 19-2.0

Download this script
nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

And run :
Code:
bash nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

Or simply download from its forum thread and add to /home/m1/zec/zm/latest
rename zm to zm_miner


change log:

Code:
Version 0.5.7
reduce cpu load
minor performance improvements
con: use single pool connection
con: ssl: clear session data before reconnect
nvml: handle invalid values

Your file from dopbox is name with .gz extension nor it's a bash file !

You forgot to tell us that it must be renamed without extension before executing with bash command !
poisonxa
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile WWW
December 15, 2017, 12:21:56 AM
Last edit: December 15, 2017, 12:34:23 AM by poisonxa
 #6154

Guys theres  a fork to nvOC if you guys have not been informed it is located in our Discord channel "You can find the link on first post" or also at the nvOC website: http://nvoc-mining-os.com/ you have a few options to pick from now second fork includes the following:

Automatic intensity adjuster for the miners to hash as fast as your card will allow it
Automatic Overclocker to overclock your cards to perfection
Enhanced watchdog with automatic crash correcter if something where to happen it will try to correct it if not reboot
Enhanced Temp Control now  doesnt re adjust temps and power settings depending on what algo is switches too this prevents crashes even further
Many bug fixes that where plagueing previous nvoc releases
Many coins added
Dual windows so that you can see any errors that may have happened while loading miner and another screen for the miner window.
Dyanmic log system shows you everything that is going on with the system at anytime by typing m_logs in quake or terminal
Remote Bash system allows the miner to be controlled via a remote bash located elsewhere either online or locally
and many more bugs fixes and addons check the discord or nvoc website for more details



This version of nvOC is leaning towards a cloud based system where you can control all your miners via a centralized web portal where you only need to edit two files before booting up the miner and the rest is done online.

Thanks to all contributors on this website as well for support leenoox pampami damnmad jeep maxximus and the rest of you and of course fullzero!


BlaqueSoul
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 15, 2017, 05:18:08 AM
 #6155

Guys theres  a fork to nvOC if you guys have not been informed it is located in our Discord channel "You can find the link on first post" or also at the nvOC website: http://nvoc-mining-os.com/ you have a few options to pick from now second fork includes the following:

Automatic intensity adjuster for the miners to hash as fast as your card will allow it
Automatic Overclocker to overclock your cards to perfection
Enhanced watchdog with automatic crash correcter if something where to happen it will try to correct it if not reboot
Enhanced Temp Control now  doesnt re adjust temps and power settings depending on what algo is switches too this prevents crashes even further
Many bug fixes that where plagueing previous nvoc releases
Many coins added
Dual windows so that you can see any errors that may have happened while loading miner and another screen for the miner window.
Dyanmic log system shows you everything that is going on with the system at anytime by typing m_logs in quake or terminal
Remote Bash system allows the miner to be controlled via a remote bash located elsewhere either online or locally
and many more bugs fixes and addons check the discord or nvoc website for more details

https://cdn.discordapp.com/attachments/379580203837423628/391021451685134337/20171207_141353.jpg

This version of nvOC is leaning towards a cloud based system where you can control all your miners via a centralized web portal where you only need to edit two files before booting up the miner and the rest is done online.

Thanks to all contributors on this website as well for support leenoox pampami damnmad jeep maxximus and the rest of you and of course fullzero!




Hi there will you care to post the nvOC github link or is it the one that was Posted by Pampi ?
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 15, 2017, 11:29:45 AM
Last edit: December 15, 2017, 12:13:24 PM by papampi
 #6156

DSTM ZM Miner 0.5.7 added to latest 19-2.0

Download this script
nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

And run :
Code:
bash nvOC_19-02_DSTM_ZM_MINER_0_5_7_UPDATE

Or simply download from its forum thread and add to /home/m1/zec/zm/latest
rename zm to zm_miner


change log:

Code:
Version 0.5.7
reduce cpu load
minor performance improvements
con: use single pool connection
con: ssl: clear session data before reconnect
nvml: handle invalid values

Your file from dopbox is name with .gz extension nor it's a bash file !

You forgot to tell us that it must be renamed without extension before executing with bash command !

I don't get what you say
Dropbox linked file is a bash script with no extensions
You just download and run it as I wrote for 19-2 versions, it will put the latest 0.5.7 dstm to it's location.

chem1990
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 15, 2017, 05:55:19 PM
 #6157

Hello can somebody tell my why the community edition is changng my Coin that i want to mine all the time?

I put a "NO" in the autoswitch section.

thanks
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
December 15, 2017, 07:19:06 PM
 #6158

Hello can somebody tell my why the community edition is changng my Coin that i want to mine all the time?

I put a "NO" in the autoswitch section.

thanks

I think you started rig with auto switch on and then edited 1bash.
Just stop auto switch

Code:
pkill -f 8wtm

chem1990
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 15, 2017, 08:17:16 PM
 #6159

Hello can somebody tell my why the community edition is changng my Coin that i want to mine all the time?

I put a "NO" in the autoswitch section.

thanks

I think you started rig with auto switch on and then edited 1bash.
Just stop auto switch

Code:
pkill -f 8wtm

thx for the quick reply.

Unfortunately thats not the case.... Rig isn't stable for now (OC testing ) so it restarted itself several times.... and still changing coins.... will investigate further...
thaelin
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
December 15, 2017, 09:01:29 PM
 #6160

    Not sure just yet but I think that if you leave what to mine active and  auto switch off
you will restart your machine each time a better coin is found. Was watching things last
night and it did a switch and a bit later a reboot for what I could find no reason. That will
have to be looked more into when I get home later.

For sure tho, ROCK SOLID MINER guys.  Soon as I find a way to sell off the BTG coins
reliably I am going to turn this loose to make the choices for me for the best profits.

thay
Pages: « 1 ... 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 [308] 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 ... 416 »
  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!