Bitcoin Forum
February 09, 2025, 06:53:57 PM *
News: Community Awards voting is open
 
   Home   Help Search Login Register More  
Pages: « 1 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 352 »
  Print  
Author Topic: [ mining os ] nvoc  (Read 418560 times)
Rumo
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
November 13, 2017, 06:28:16 PM
 #4221

I need to edit my original post. It now does it on EVERY coin I try. The latest was GRS  BTG, PIRL and ETH

So I don't know if it's the miner or which part is hanging. That's why I'm hoping for logs.
I have reflashed 3 drives and it's fine if to all 3 now.

The standard overclocking value is 100 100. If you use overclocked cards it can be to much. Configure overclocking to 0 0 and test again. If it is stable increase it by 10 50 or something like this.
kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 13, 2017, 06:51:05 PM
 #4222


Only thing I don't understand is:

Quote
#Click calculate, then add .json to coins at the begining of the address after you click calculate!!!

I have two rigs, one with Nvoc 19 and other with centos7 (no switch there) and I may be interested in adding the switch once I fully understand how it works.  

When you set your cards, hash rate, profit, difficulty ,... on whattomine.com and click calculate it creates a link for your settings, then you should add .json to make it readable by the script.

created link is some thing like this :

Code:
https://whattomine.com/coins?utf8=✓&adapt_q_280x .....

you make it readable for script by changing coins to coins.json like this

Code:
https://whattomine.com/coins.json?utf8=✓&adapt_q_280x ... 

Ok. Do you mean var WTM_AUTO_SWITCH_URL must contain that link with the .json modification?
Rumo
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
November 13, 2017, 06:55:06 PM
 #4223


Only thing I don't understand is:

Quote
#Click calculate, then add .json to coins at the begining of the address after you click calculate!!!

I have two rigs, one with Nvoc 19 and other with centos7 (no switch there) and I may be interested in adding the switch once I fully understand how it works.  

When you set your cards, hash rate, profit, difficulty ,... on whattomine.com and click calculate it creates a link for your settings, then you should add .json to make it readable by the script.

created link is some thing like this :

Code:
https://whattomine.com/coins?utf8=✓&adapt_q_280x .....

you make it readable for script by changing coins to coins.json like this

Code:
https://whattomine.com/coins.json?utf8=✓&adapt_q_280x ... 

Ok. Do you mean var WTM_AUTO_SWITCH_URL must contain that link with the .json modification?
Jepp. Thats it. Like

Code:
WTM_AUTO_SWITCH_URL="https://whattomine.com/coins.json?utf8=%E2%9C%93&adapt_q_280x=0&adapt_q_380=0&adapt_q_fury=0&adapt_q_470=0&adapt_q_480=0&adapt_q_570=0&adapt_q_580=0&adapt_q_750Ti=0&adapt_q_1050Ti=0&adapt_q_10606=0&adapt_q_1070=8&adapt_1070=true&adapt_q_1080=0&adapt_q_1080Ti=0&eth=true&factor%5Beth_hr%5D=240.0&factor%5Beth_p%5D=960.0&grof=true&factor%5Bgro_hr%5D=284.0&factor%5Bgro_p%5D=1040.0&x11gf=true&factor%5Bx11g_hr%5D=92.0&factor%5Bx11g_p%5D=960.0&cn=true&factor%5Bcn_hr%5D=4000.0&factor%5Bcn_p%5D=800.0&eq=true&factor%5Beq_hr%5D=3440.0&factor%5Beq_p%5D=960.0&lre=true&factor%5Blrev2_hr%5D=284000.0&factor%5Blrev2_p%5D=1040.0&ns=true&factor%5Bns_hr%5D=8400.0&factor%5Bns_p%5D=1240.0&lbry=true&factor%5Blbry_hr%5D=2160.0&factor%5Blbry_p%5D=960.0&bk2bf=true&factor%5Bbk2b_hr%5D=12800.0&factor%5Bbk2b_p%5D=960.0&bk14=true&factor%5Bbk14_hr%5D=20000.0&factor%5Bbk14_p%5D=1000.0&pas=true&factor%5Bpas_hr%5D=7520.0&factor%5Bpas_p%5D=960.0&skh=true&factor%5Bskh_hr%5D=212.0&factor%5Bskh_p%5D=960.0&factor%5Bl2z_hr%5D=420.0&factor%5Bl2z_p%5D=300.0&factor%5Bcost%5D=0.15&sort=Profit&volume=0&revenue=current&factor%5Bexchanges%5D%5B%5D=&factor%5Bexchanges%5D%5B%5D=bittrex&factor%5Bexchanges%5D%5B%5D=bleutrade&factor%5Bexchanges%5D%5B%5D=c_cex&factor%5Bexchanges%5D%5B%5D=cryptopia&factor%5Bexchanges%5D%5B%5D=poloniex&factor%5Bexchanges%5D%5B%5D=yobit&dataset=Main&commit=Calculate"

That's for a 8 card 1070 Rig. If it fits to your rig feel free to use it.
kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 13, 2017, 07:14:19 PM
 #4224


Only thing I don't understand is:

Quote
#Click calculate, then add .json to coins at the begining of the address after you click calculate!!!

I have two rigs, one with Nvoc 19 and other with centos7 (no switch there) and I may be interested in adding the switch once I fully understand how it works.  

When you set your cards, hash rate, profit, difficulty ,... on whattomine.com and click calculate it creates a link for your settings, then you should add .json to make it readable by the script.

created link is some thing like this :

Code:
https://whattomine.com/coins?utf8=✓&adapt_q_280x .....

you make it readable for script by changing coins to coins.json like this

Code:
https://whattomine.com/coins.json?utf8=✓&adapt_q_280x ... 

Ok. Do you mean var WTM_AUTO_SWITCH_URL must contain that link with the .json modification?
Jepp. Thats it. Like

Code:
WTM_AUTO_SWITCH_URL="https://whattomine.com/coins.json?utf8=%E2%9C%93&adapt_q_280x=0&adapt_q_380=0&adapt_q_fury=0&adapt_q_470=0&adapt_q_480=0&adapt_q_570=0&adapt_q_580=0&adapt_q_750Ti=0&adapt_q_1050Ti=0&adapt_q_10606=0&adapt_q_1070=8&adapt_1070=true&adapt_q_1080=0&adapt_q_1080Ti=0&eth=true&factor%5Beth_hr%5D=240.0&factor%5Beth_p%5D=960.0&grof=true&factor%5Bgro_hr%5D=284.0&factor%5Bgro_p%5D=1040.0&x11gf=true&factor%5Bx11g_hr%5D=92.0&factor%5Bx11g_p%5D=960.0&cn=true&factor%5Bcn_hr%5D=4000.0&factor%5Bcn_p%5D=800.0&eq=true&factor%5Beq_hr%5D=3440.0&factor%5Beq_p%5D=960.0&lre=true&factor%5Blrev2_hr%5D=284000.0&factor%5Blrev2_p%5D=1040.0&ns=true&factor%5Bns_hr%5D=8400.0&factor%5Bns_p%5D=1240.0&lbry=true&factor%5Blbry_hr%5D=2160.0&factor%5Blbry_p%5D=960.0&bk2bf=true&factor%5Bbk2b_hr%5D=12800.0&factor%5Bbk2b_p%5D=960.0&bk14=true&factor%5Bbk14_hr%5D=20000.0&factor%5Bbk14_p%5D=1000.0&pas=true&factor%5Bpas_hr%5D=7520.0&factor%5Bpas_p%5D=960.0&skh=true&factor%5Bskh_hr%5D=212.0&factor%5Bskh_p%5D=960.0&factor%5Bl2z_hr%5D=420.0&factor%5Bl2z_p%5D=300.0&factor%5Bcost%5D=0.15&sort=Profit&volume=0&revenue=current&factor%5Bexchanges%5D%5B%5D=&factor%5Bexchanges%5D%5B%5D=bittrex&factor%5Bexchanges%5D%5B%5D=bleutrade&factor%5Bexchanges%5D%5B%5D=c_cex&factor%5Bexchanges%5D%5B%5D=cryptopia&factor%5Bexchanges%5D%5B%5D=poloniex&factor%5Bexchanges%5D%5B%5D=yobit&dataset=Main&commit=Calculate"

That's for a 8 card 1070 Rig. If it fits to your rig feel free to use it.

Ok, thx. If may I comment, I think that this point should be a little better explained in 1bash's comments.

From where can I download the latest files for the switch?. I have 19.1-4 uncompressed.
woodl1
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
November 13, 2017, 07:19:11 PM
 #4225

hey, people, please tell me - is it only me who's horrified by necessity of downloading 5+Gb from single server in the end of 2017 year?
gs777
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
November 13, 2017, 08:07:20 PM
 #4226

Guys can you help me please
My rig has been crashed and couldn't reboot itself
this was last message
Code:
     
GPU_COUNT:  13

GPU UTILIZATION:  Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost. Reboot the system to recover this GPU
Sun Nov 12 12:24:15 EST 2017 - Lost GPU so restarting system. Found GPU's:
Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost.  Reboot the system to recover this GPU


Sun Nov 12 12:24:15 EST 2017 - reboot in 10 seconds

It has happen few times, since I was away from my rigs
it cost me massive down time
Eventually it was power cycled and manually rebooted


Is it because OC (gtx1080 pl150 cc0 mc600)?
or something else
 Huh
Spiffy_1
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
November 13, 2017, 08:23:41 PM
 #4227

Stupid Question Alert!

I'm primarily a windows user, and I use a razor mouse, model rc30-006501.  Linux will not detect this mouse.  I can't figure it out.  I use different usb ports, enable legacy usb / disasble legacy usb in bios, and still no luck.  Plug in half broken P.O.S. generic walmart mouse with wheel that barely spins, detected.  plug razor into same slot.. No go.  Don't make me dig out my trackball lol.

Serious note, I have no linux nohow to fix this, so if it isn't a plug and play fix I can't really access a terminal to do command line stuff without a mouse.

thanks for suggestions.

Side note, this is with nvoc 19-14

If you like what I've posted, mine for me on whatever algo you like on www.zpool.ca for a minute using my bitcoin address: 1BJJYPRcRPzTEfByCwkeJ8SCBcrnGD1nhL
Stubo
Member
**
Offline Offline

Activity: 224
Merit: 13


View Profile
November 13, 2017, 08:39:37 PM
 #4228

Stupid Question Alert!

I'm primarily a windows user, and I use a razor mouse, model rc30-006501.  Linux will not detect this mouse.  I can't figure it out.  I use different usb ports, enable legacy usb / disasble legacy usb in bios, and still no luck.  Plug in half broken P.O.S. generic walmart mouse with wheel that barely spins, detected.  plug razor into same slot.. No go.  Don't make me dig out my trackball lol.

Serious note, I have no linux nohow to fix this, so if it isn't a plug and play fix I can't really access a terminal to do command line stuff without a mouse.

thanks for suggestions.

Side note, this is with nvoc 19-14

I guess my counter would be why do you need a local display anyway? Beyond my first installation of nvOC 19.0 a few months back, I have been running headless on all of my rigs. With SSH, you can do everything necessary as long as you set LOCALorREMOTE="REMOTE" in 1bash. I have used unix based systems for many years in my line of work and rarely had console access. Give me putty, WinSCP, and Xming and I can do anything on nvOC without a locally attached display.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
November 13, 2017, 08:51:13 PM
 #4229

Guys can you help me please
My rig has been crashed and couldn't reboot itself
this was last message
Code:
     
GPU_COUNT:  13

GPU UTILIZATION:  Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost. Reboot the system to recover this GPU
Sun Nov 12 12:24:15 EST 2017 - Lost GPU so restarting system. Found GPU's:
Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost.  Reboot the system to recover this GPU


Sun Nov 12 12:24:15 EST 2017 - reboot in 10 seconds

It has happen few times, since I was away from my rigs
it cost me massive down time
Eventually it was power cycled and manually rebooted


Is it because OC (gtx1080 pl150 cc0 mc600)?
or something else
 Huh

One of my 1070 gpu used to act the same and I fixed it by changing riser (both sides), USB cable and the molex power cable
Don't know which one was faulty

gs777
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
November 13, 2017, 09:22:04 PM
 #4230

Guys can you help me please
My rig has been crashed and couldn't reboot itself
this was last message
Code:
     
GPU_COUNT:  13

GPU UTILIZATION:  Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost. Reboot the system to recover this GPU
Sun Nov 12 12:24:15 EST 2017 - Lost GPU so restarting system. Found GPU's:
Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost.  Reboot the system to recover this GPU


Sun Nov 12 12:24:15 EST 2017 - reboot in 10 seconds

It has happen few times, since I was away from my rigs
it cost me massive down time
Eventually it was power cycled and manually rebooted


Is it because OC (gtx1080 pl150 cc0 mc600)?
or something else
 Huh

One of my 1070 gpu used to act the same and I fixed it by changing riser (both sides), USB cable and the molex power cable
Don't know which one was faulty

I'll try to replace riser, hope it will help
Thanks for tip
jmayniac
Newbie
*
Offline Offline

Activity: 77
Merit: 0


View Profile
November 13, 2017, 09:44:46 PM
 #4231

Guys can you help me please
My rig has been crashed and couldn't reboot itself
this was last message
Code:
     
GPU_COUNT:  13

GPU UTILIZATION:  Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost. Reboot the system to recover this GPU
Sun Nov 12 12:24:15 EST 2017 - Lost GPU so restarting system. Found GPU's:
Unable to determine the device handle for GPU 0000:0B:00.0: GPU is lost.  Reboot the system to recover this GPU


Sun Nov 12 12:24:15 EST 2017 - reboot in 10 seconds

It has happen few times, since I was away from my rigs
it cost me massive down time
Eventually it was power cycled and manually rebooted


Is it because OC (gtx1080 pl150 cc0 mc600)?
or something else
 Huh

I have the exact same problem with my rig, but it picks a card at random to "lose".  I've replaced all the risers and usb cables and still get the same problem.  I thought it might be power related, but I am only at 550w each on my 2 x 750w power supplies.  I still haven't been able to figure it out.
Spiffy_1
Full Member
***
Offline Offline

Activity: 235
Merit: 100


View Profile
November 13, 2017, 11:41:55 PM
 #4232

Stupid Question Alert!

I'm primarily a windows user, and I use a razor mouse, model rc30-006501.  Linux will not detect this mouse.  I can't figure it out.  I use different usb ports, enable legacy usb / disasble legacy usb in bios, and still no luck.  Plug in half broken P.O.S. generic walmart mouse with wheel that barely spins, detected.  plug razor into same slot.. No go.  Don't make me dig out my trackball lol.

Serious note, I have no linux nohow to fix this, so if it isn't a plug and play fix I can't really access a terminal to do command line stuff without a mouse.

thanks for suggestions.

Side note, this is with nvoc 19-14

I guess my counter would be why do you need a local display anyway? Beyond my first installation of nvOC 19.0 a few months back, I have been running headless on all of my rigs. With SSH, you can do everything necessary as long as you set LOCALorREMOTE="REMOTE" in 1bash. I have used unix based systems for many years in my line of work and rarely had console access. Give me putty, WinSCP, and Xming and I can do anything on nvOC without a locally attached display.

Short answer, because every time I've set it up in 1bash using windows, it fails to mine for my account, and I wanted to verify it is indeed mining before I turn it loose as headless.  So I set it up to mine ETH and it turns around and mines ZEC for someone else.  So if I can access the 1bash scrypt under linux I can fix this minor problem except I don't have a  mouse.  And I also believe I mentioned zero linux knowledge so being able to verify its working before I turn it loose and learn how to connect to it in another way would be ideal.  But since I don't have a mouse that detects I was looking for an idea.

If you like what I've posted, mine for me on whatever algo you like on www.zpool.ca for a minute using my bitcoin address: 1BJJYPRcRPzTEfByCwkeJ8SCBcrnGD1nhL
Stubo
Member
**
Offline Offline

Activity: 224
Merit: 13


View Profile
November 14, 2017, 12:50:27 AM
 #4233

Stupid Question Alert!

I'm primarily a windows user, and I use a razor mouse, model rc30-006501.  Linux will not detect this mouse.  I can't figure it out.  I use different usb ports, enable legacy usb / disasble legacy usb in bios, and still no luck.  Plug in half broken P.O.S. generic walmart mouse with wheel that barely spins, detected.  plug razor into same slot.. No go.  Don't make me dig out my trackball lol.

Serious note, I have no linux nohow to fix this, so if it isn't a plug and play fix I can't really access a terminal to do command line stuff without a mouse.

thanks for suggestions.

Side note, this is with nvoc 19-14

I guess my counter would be why do you need a local display anyway? Beyond my first installation of nvOC 19.0 a few months back, I have been running headless on all of my rigs. With SSH, you can do everything necessary as long as you set LOCALorREMOTE="REMOTE" in 1bash. I have used unix based systems for many years in my line of work and rarely had console access. Give me putty, WinSCP, and Xming and I can do anything on nvOC without a locally attached display.

Short answer, because every time I've set it up in 1bash using windows, it fails to mine for my account, and I wanted to verify it is indeed mining before I turn it loose as headless.  So I set it up to mine ETH and it turns around and mines ZEC for someone else.  So if I can access the 1bash scrypt under linux I can fix this minor problem except I don't have a  mouse.  And I also believe I mentioned zero linux knowledge so being able to verify its working before I turn it loose and learn how to connect to it in another way would be ideal.  But since I don't have a mouse that detects I was looking for an idea.

Fair enough. This is not an nvOC specific problem though since nvOC is built on Ubuntu. What I would suggest you do is search the web for "Ubuntu razer mouse". I just did and came up with several hits. One of which said it is not supported - but I am not sure if that is applicable to your model.

Hope this helps.
NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
November 14, 2017, 04:34:46 AM
 #4234

I want to use this OS but not 1bash. Can I delete the config file and configure everything my own way without problem?
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
November 14, 2017, 04:37:07 AM
 #4235

I want to use this OS but not 1bash. Can I delete the config file and configure everything my own way without problem?
No.

NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
November 14, 2017, 04:37:54 AM
 #4236

I want to use this OS but not 1bash. Can I delete the config file and configure everything my own way without problem?
No.
Care to elaborate?
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
November 14, 2017, 04:50:10 AM
 #4237

I want to use this OS but not 1bash. Can I delete the config file and configure everything my own way without problem?
No.
Care to elaborate?
It's the main setting for all the scripts running in nvOC, you can't remove it and expect them to run
You don't like it, you should use Ubuntu with no modifications

NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
November 14, 2017, 04:54:26 AM
 #4238

I want to use this OS but not 1bash. Can I delete the config file and configure everything my own way without problem?
No.
Care to elaborate?
It's the main setting for all the scripts running in nvOC, you can't remove it and expect them to run
You don't like it, you should use Ubuntu with no modifications
I don't want any scripts to run which is why I want to remove it.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
November 14, 2017, 05:09:09 AM
 #4239

I want to use this OS but not 1bash. Can I delete the config file and configure everything my own way without problem?
No.
Care to elaborate?
It's the main setting for all the scripts running in nvOC, you can't remove it and expect them to run
You don't like it, you should use Ubuntu with no modifications
I don't want any scripts to run which is why I want to remove it.

Thats why I suggest to use standard Ubuntu or any other linux distro
You cant say I dont like windows control panel, can I remove it and make my own control panel?
nvOC is written to run those scripts, it will make so many problems without 1bash

NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
November 14, 2017, 05:15:21 AM
 #4240

I want to use this OS but not 1bash. Can I delete the config file and configure everything my own way without problem?
No.
Care to elaborate?
It's the main setting for all the scripts running in nvOC, you can't remove it and expect them to run
You don't like it, you should use Ubuntu with no modifications
I don't want any scripts to run which is why I want to remove it.

Thats why I suggest to use standard Ubuntu or any other linux distro
You cant say I dont like windows control panel, can I remove it and make my own control panel?
nvOC is written to run those scripts, it will make so many problems without 1bash
Then how to make 1bash do the minimum it needs to do and nothing more?
Pages: « 1 ... 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 [212] 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 ... 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!