Bitcoin Forum
May 01, 2024, 03:52:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417954 times)
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 24, 2018, 05:25:34 PM
 #7041

Are  the motherboards with amd b350m chipset  supported by nvOC 0019-2 ?

Best way to know is to try it out on a USB and see how it goes.

1714535554
Hero Member
*
Offline Offline

Posts: 1714535554

View Profile Personal Message (Offline)

Ignore
1714535554
Reply with quote  #2

1714535554
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714535554
Hero Member
*
Offline Offline

Posts: 1714535554

View Profile Personal Message (Offline)

Ignore
1714535554
Reply with quote  #2

1714535554
Report to moderator
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
January 24, 2018, 07:51:24 PM
 #7042

How to add crowdcoin (neoscrypt) in this release (v0019-2.0)?

--in the previous version (v0019-1.4) I had to edit properly 1bash and 3main to add a new coin--

Look AT Here and tell me if you have problems :

https://bitcointalk.org/index.php?topic=1854250.msg28645348#msg28645348
monck
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 24, 2018, 08:38:03 PM
 #7043

Is 'MPH_EQUIHASH' working properly for anybody?
I get autorisation failure from the server everytime.
1bash is configured right, also the coin is set to MPH_EQUIHASH

It's not a big issue because I am using the ZCL coin in 1bash with the port for multi coin switching instead but just want to bring it up if anyone else has problems too.
Rig4p
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile
January 25, 2018, 12:36:26 AM
 #7044

Is 'MPH_EQUIHASH' working properly for anybody?
I get autorisation failure from the server everytime.
1bash is configured right, also the coin is set to MPH_EQUIHASH

It's not a big issue because I am using the ZCL coin in 1bash with the port for multi coin switching instead but just want to bring it up if anyone else has problems too.


See this post from me and see if it helps: https://bitcointalk.org/index.php?topic=1854250.msg28431148#msg28431148
codereddew12
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 25, 2018, 09:15:44 AM
 #7045

Trying to monitor my temps/fan speeds on ethminer with the command "-HWMON" ; however, it continues to give me an error saying it's an invalid parameter.  Does anyone have the command to get ethminer to report temps/fan speeds? I know the "-RH" command works to give reported hashrate, but I can't seem to get it working for temp/fan speeds.
cnewman
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 25, 2018, 09:53:19 AM
 #7046

HI All

When i run the nvoc start command after i update the 1bash file, the system automatically reboots, just wondering if i can stop this? I am running in remote mode.

Cheers
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 25, 2018, 10:20:44 AM
 #7047

HI All

When i run the nvoc start command after i update the 1bash file, the system automatically reboots, just wondering if i can stop this? I am running in remote mode.

Cheers


I think there was some limitations in remote mode that should reboot system to start 3main.

You can use
Code:
pkill -e screen
To stop all mining processes (miner,watchdog,temp,...) before update 1bash, and then restart them with
Code:
pkill -f 3main

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 25, 2018, 10:23:15 AM
 #7048

Is 'MPH_EQUIHASH' working properly for anybody?
I get autorisation failure from the server everytime.
1bash is configured right, also the coin is set to MPH_EQUIHASH

It's not a big issue because I am using the ZCL coin in 1bash with the port for multi coin switching instead but just want to bring it up if anyone else has problems too.


See this post from me and see if it helps: https://bitcointalk.org/index.php?topic=1854250.msg28431148#msg28431148

Noted and will be fixed for next update.

papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 25, 2018, 10:24:10 AM
 #7049

Cannot disable POWERLIMIT

When I set POWERLIMIT="NO" in 1bash, the global power limit and global overclock is still being applied.

I am not sure why as I return the 1bash by closing and starting the terminal. I also tried reboot and still won't work.

Does this happen to others here?



They applied even after reboot?

cnewman
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 25, 2018, 11:05:48 AM
 #7050

HI All

When i run the nvoc start command after i update the 1bash file, the system automatically reboots, just wondering if i can stop this? I am running in remote mode.

Cheers


I think there was some limitations in remote mode that should reboot system to start 3main.

You can use
Code:
pkill -e screen
To stop all mining processes (miner,watchdog,temp,...) before update 1bash, and then restart them with
Code:
pkill -f 3main

Perfect - thank you.
monck
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 25, 2018, 11:14:31 AM
 #7051

Is 'MPH_EQUIHASH' working properly for anybody?
I get autorisation failure from the server everytime.
1bash is configured right, also the coin is set to MPH_EQUIHASH

It's not a big issue because I am using the ZCL coin in 1bash with the port for multi coin switching instead but just want to bring it up if anyone else has problems too.


See this post from me and see if it helps: https://bitcointalk.org/index.php?topic=1854250.msg28431148#msg28431148

Noted and will be fixed for next update.

@Rig4p - Many thanks for your reply - this was exactly the case
@papampi - Thanks for fixing!
LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
January 25, 2018, 02:47:02 PM
 #7052

I tried setting up telegram alerts to be sent to more people, but since it seems support for multiple chatids is lacking I created a group, but I can't get messages. I used the chatid of the group. Somebody had success into something similar? Is there any supported wau to get alerts to multiple people?
bumbu100
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
January 25, 2018, 08:49:06 PM
 #7053

##############################################
#                                                                                                      #
#   There is any way to change XMR CPU miner with VRM CPU miner?    #
#                                                                                                      #
##############################################
no way?
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
January 25, 2018, 11:58:05 PM
Last edit: January 26, 2018, 12:48:07 AM by CryptAtomeTrader44
 #7054

##############################################
#                                                                                                      #
#   There is any way to change XMR CPU miner with VRM CPU miner?    #
#                                                                                                      #
##############################################
no way?

Give us more information. Du you have some links for linux version ? Source code to compile ? Did you tried to compile yourself ?

What are the minings commands for example ?

Propose something to modify scripts files like 0miner and/or 1bash by trying to copy another command from another miner.

your request in the state we can not answer it if you do not bring us a little information and that we are obliged to seek it in your place whereas it is you who asks this software that nobody here does not seem know.

Is this miner more efficient than XMR Stack CPU ?

In addition, XMR difficulty has become very difficult to sustain in recent weeks. Until the outbreak of BTC (and also ALTcoins) in December, the difficulty allowed really profitable mining with CPU or few GPU, but since this peak of BTC, it is really hard and continue to clim highly and rapidly.

One more effort, you registered, and put a question on this thread, you can also push the scmilblick  and we will look at your asks.
urnzwy
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
January 26, 2018, 01:39:34 AM
Last edit: January 26, 2018, 02:29:30 AM by urnzwy
 #7055

Well, I thought I had my crashing issue taken care of.. But nope!

Rig crashed at 1A.M and actually restarted and started running. That was a first. It usually get's hung up, teamviewer crashes so I can't see what's on the screen and the fans on all the GPU's stay running until I manually re-boot.

Rig has crashed twice today since then. Once, the "MANUAL FAN" control was set to ON in the 1bash with the the setpoint to 60.. I had this turned off and was running AUTO fan control.. No clue how this was changed as I certainly didn't do it.

I have telegram setup, it messages me when the system boots up. But when this freeze or whatever is happening I get no message.

13 - PNY GTX1070's
ASRock H110 BTC+
850W EVGA PSU running Mobo and 6 risers
2 - 1400W HP server PSU's splitting the remainder of the cards / risers
Pulling 1,810W at the wall so I know it's not a power issue
Power Limit - 125
Core - 100
Memory - 475

I have logging turned on, with clearing every 3 hours. But when I re-boot, there is no log so I can't see what the issue is.

I was having the following issues before.

- Unable to determine the device handle for GPU 0000:0F:00.0: GPU is lost.  Reboot the system to recover this GPU
- GPU Utilization is too low: restarting 3main...

When it's running, everything seems to be running just fine. Temps are good, fan is between 60-75 per card. Hash rates look good. I just don't understand.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
January 26, 2018, 05:18:13 AM
 #7056

Well, I thought I had my crashing issue taken care of.. But nope!

Rig crashed at 1A.M and actually restarted and started running. That was a first. It usually get's hung up, teamviewer crashes so I can't see what's on the screen and the fans on all the GPU's stay running until I manually re-boot.

Rig has crashed twice today since then. Once, the "MANUAL FAN" control was set to ON in the 1bash with the the setpoint to 60.. I had this turned off and was running AUTO fan control.. No clue how this was changed as I certainly didn't do it.

I have telegram setup, it messages me when the system boots up. But when this freeze or whatever is happening I get no message.

13 - PNY GTX1070's
ASRock H110 BTC+
850W EVGA PSU running Mobo and 6 risers
2 - 1400W HP server PSU's splitting the remainder of the cards / risers
Pulling 1,810W at the wall so I know it's not a power issue
Power Limit - 125
Core - 100
Memory - 475

I have logging turned on, with clearing every 3 hours. But when I re-boot, there is no log so I can't see what the issue is.

I was having the following issues before.

- Unable to determine the device handle for GPU 0000:0F:00.0: GPU is lost.  Reboot the system to recover this GPU
- GPU Utilization is too low: restarting 3main...

When it's running, everything seems to be running just fine. Temps are good, fan is between 60-75 per card. Hash rates look good. I just don't understand.


What type of risers you use? And how many risers are powered by one cable?
If it's more than 2, that usually could cause problems.and the wire gets hot and ...

urnzwy
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
January 26, 2018, 08:54:55 AM
 #7057

Well, I thought I had my crashing issue taken care of.. But nope!

Rig crashed at 1A.M and actually restarted and started running. That was a first. It usually get's hung up, teamviewer crashes so I can't see what's on the screen and the fans on all the GPU's stay running until I manually re-boot.

Rig has crashed twice today since then. Once, the "MANUAL FAN" control was set to ON in the 1bash with the the setpoint to 60.. I had this turned off and was running AUTO fan control.. No clue how this was changed as I certainly didn't do it.

I have telegram setup, it messages me when the system boots up. But when this freeze or whatever is happening I get no message.

13 - PNY GTX1070's
ASRock H110 BTC+
850W EVGA PSU running Mobo and 6 risers
2 - 1400W HP server PSU's splitting the remainder of the cards / risers
Pulling 1,810W at the wall so I know it's not a power issue
Power Limit - 125
Core - 100
Memory - 475

I have logging turned on, with clearing every 3 hours. But when I re-boot, there is no log so I can't see what the issue is.

I was having the following issues before.

- Unable to determine the device handle for GPU 0000:0F:00.0: GPU is lost.  Reboot the system to recover this GPU
- GPU Utilization is too low: restarting 3main...

When it's running, everything seems to be running just fine. Temps are good, fan is between 60-75 per card. Hash rates look good. I just don't understand.


What type of risers you use? And how many risers are powered by one cable?
If it's more than 2, that usually could cause problems.and the wire gets hot and ...


Just two per PCIE off the EVGA.

New alert came through after re-flashing the drive that GPU 12has fallen off the the bus - GPU 12 is not responding.

I’ve tried switching the riser and GPU with no resolve. 

Victony GPU risers / 6 pin
thaelin
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
January 26, 2018, 10:16:16 AM
 #7058

Just no way that you can be running 6 GTX1070's from one 850W PS. I cant even run 6 1060's on one with out utilization errors. Had to take one out. Need a bigger PS there on the main. Go for the 75% load rule and it will run cool and solid.

thay
urnzwy
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
January 26, 2018, 10:29:37 AM
 #7059

Just no way that you can be running 6 GTX1070's from one 850W PS. I cant even run 6 1060's on one with out utilization errors. Had to take one out. Need a bigger PS there on the main. Go for the 75% load rule and it will run cool and solid.

thay

Running 13 GPU from 3,650W worth of power, 240V at 1,810W.

Two parallel miner PSU's with X11 breakout boards connected via 4 pin connector to the mobo. I should have plenty of juice, maybe a hardware issue.
LuKePicci
Jr. Member
*
Offline Offline

Activity: 128
Merit: 1


View Profile
January 26, 2018, 11:19:10 AM
Last edit: January 26, 2018, 11:41:26 AM by LuKePicci
 #7060

Finally, my first half rig is up and running, pretty easy to setup after all  Grin

There are only two aspect I still can't get satisfied about one or two things.
First the cpu fan is quite noise compared to the other twelve fans of the gpus, anyone has some tips on ot? (no cpu mining, g4400, asrock h110 pro btc+).

[...]

I found a perfect trade-off by setting the cpu fan in "Silent mode"  in HW monitoring settings of the motherboard firmware, it was really useless to run the fan at so high speed for being almost idle.

I tried setting up telegram alerts to be sent to more people, but since it seems support for multiple chatids is lacking I created a group, but I can't get messages. I used the chatid of the group. Somebody had success into something similar? Is there any supported wau to get alerts to multiple people?

It works now, I missed to include the minus char in front of the group chat id, which is a positive integer number bigger than 2^32 so it is represented as negative when parsed as signed float.

Just no way that you can be running 6 GTX1070's from one 850W PS. I cant even run 6 1060's on one with out utilization errors. Had to take one out. Need a bigger PS there on the main. Go for the 75% load rule and it will run cool and solid.

I'm running 6x1070 from one 850w psu with no kind of issue, each one power limited to 100W, 670w at power socket (78% load) while mining ethash at 180Mh/s (vcore -100 vram 960), 640w while mining equihash at 2520 Sol/s (vcore +120, vram +0). Every cable seems quite cold so far.
Pages: « 1 ... 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 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 ... 417 »
  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!