Bitcoin Forum
April 28, 2024, 11:20:30 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 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 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417954 times)
Heguli97
Full Member
***
Offline Offline

Activity: 223
Merit: 101


View Profile
October 26, 2017, 11:48:10 AM
 #4981

Could anyone help me on how to mine sha-3(keccak) algo with ccminer? Or if it isn't possible yet, maybe add support for it in the near future?

1714303230
Hero Member
*
Offline Offline

Posts: 1714303230

View Profile Personal Message (Offline)

Ignore
1714303230
Reply with quote  #2

1714303230
Report to moderator
1714303230
Hero Member
*
Offline Offline

Posts: 1714303230

View Profile Personal Message (Offline)

Ignore
1714303230
Reply with quote  #2

1714303230
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Oleg_filin
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 26, 2017, 03:14:41 PM
 #4982

Why do I have on the version 0019 operating system goes into the lock screen and does not come with a password?
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
October 26, 2017, 03:25:46 PM
 #4983

OK. It looks like nvOC thinks that a 'MSI 1080ti DUKE OC' has a TDP of 280W. So when I set power limit to 175W, it factors that this is 62.5% of TDP. But TDP for this card is actually 250W and 62.5% of that is 156W. Hence seeing 149W.

So as a workaround, I set power limit to 200W (71.4% of TDP) and it will now limit it to 178W or so - which is what I want.
Glad you got it sorted.  Cool
It's always best to do a 1-by-1 when doing different brands/models; that's the main reason that most people will advise that if you buy XY, then always buy XY (because otherwise you just never know what will be funky). Tongue

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
Stubo
Member
**
Offline Offline

Activity: 224
Merit: 13


View Profile
October 26, 2017, 03:28:22 PM
 #4984

Why do I have on the version 0019 operating system goes into the lock screen and does not come with a password?

Do you mean like this?

https://bitcointalk.org/index.php?topic=1854250.msg23524429#msg23524429
kk003
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
October 26, 2017, 03:46:29 PM
 #4985

OK. It looks like nvOC thinks that a 'MSI 1080ti DUKE OC' has a TDP of 280W. So when I set power limit to 175W, it factors that this is 62.5% of TDP. But TDP for this card is actually 250W and 62.5% of that is 156W. Hence seeing 149W.

So as a workaround, I set power limit to 200W (71.4% of TDP) and it will now limit it to 178W or so - which is what I want.
Glad you got it sorted.  Cool
It's always best to do a 1-by-1 when doing different brands/models; that's the main reason that most people will advise that if you buy XY, then always buy XY (because otherwise you just never know what will be funky). Tongue

I wonder if you are using

Code:
export CUDA_DEVICE_ORDER=PCI_BUS_ID

or better way, to ensure that the ids of the gpus are displayed correctly
Oleg_filin
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 26, 2017, 03:48:04 PM
 #4986

Why do I have on the version 0019 operating system goes into the lock screen and does not come with a password?

Yes, can you help me. I am noob

Do you mean like this?

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

Stubo
Member
**
Offline Offline

Activity: 224
Merit: 13


View Profile
October 26, 2017, 03:59:13 PM
 #4987

Yes, can you help me. I am noob


Please go back and read and follow what others have done to fix their rigs. I would start here:

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

If you have ssh enabled, you should be able to use putty from a windows box to login to your rig (user=m1, pass=miner1) and issue the commands as per that post to get it going again.
Oleg_filin
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 26, 2017, 04:09:47 PM
 #4988

Yes, can you help me. I am noob


Please go back and read and follow what others have done to fix their rigs. I would start here:

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

If you have ssh enabled, you should be able to use putty from a windows box to login to your rig (user=m1, pass=miner1) and issue the commands as per that post to get it going again.

If I do not have ssh access, should I reinstall the system and disable auto-update on this instruction?


To prevent automatic updates in the future:

use your favorite editor, open /etc/apt/apt.conf.d/10periodic and change:

Code:

APT::Periodic::Update-Package-Lists "1";


To:

Code:

APT::Periodic::Update-Package-Lists "0";



and /etc/apt/apt.conf.d/20auto-upgrades

Code:

APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";


to

Code:

APT::Periodic::Update-Package-Lists "0";
APT::Periodic::Unattended-Upgrade "0";




HyPyk
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
October 26, 2017, 04:11:01 PM
 #4989


If I do not have ssh access, should I reinstall the system and disable auto-update on this instruction?

Yes, it is the easiest and fastest way
Oleg_filin
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
October 26, 2017, 04:29:54 PM
 #4990

Thank you!!

I could not run Mining zen on the suprnova pool on nvOs version 0019v1.3 .. Mining just does not start. What am I doing wrong? The configuration of the pool, port, purse is correct
Stubo
Member
**
Offline Offline

Activity: 224
Merit: 13


View Profile
October 26, 2017, 06:40:55 PM
 #4991

Thank you!!

I could not run Mining zen on the suprnova pool on nvOs version 0019v1.3 .. Mining just does not start. What am I doing wrong? The configuration of the pool, port, purse is correct

I am trying to follow along here. If you started over with a fresh image then you are hitting a bug where the ZM miner is not where 3main expects it to be. The easiest fix is to modify 1bash and change:

ZM_or_EWBF="ZM"  # choose  ZM  or  EWBF

to

ZM_or_EWBF="EWBF"  # choose  ZM  or  EWBF

martinmbasantag
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 26, 2017, 07:11:52 PM
 #4992

Thank you!!

I could not run Mining zen on the suprnova pool on nvOs version 0019v1.3 .. Mining just does not start. What am I doing wrong? The configuration of the pool, port, purse is correct

hey broth i have the solution for u, mining in suprnova u will need just midify a little thing in the 3main file,

u need to find the coin that u are mining, in the file, and in the setting u will need modify the password, from X to the password for that worker

some tips, in the 1bach file change to LOCAL


# 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

and for the settings for the coin and pool have on mind to don t put twice ur worker

ex: coin Zen

ZEN_WORKER="workername"
ZEN_ADDRESS="suprnovauser"
ZEN_POOL="zen.suprnova.cc"
ZEN_PORT="3618"


hopes this can help u
JerzyKiler
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 26, 2017, 08:42:40 PM
 #4993


Hi! According to the same issue with all my P106-100 rigs, i suppose you need to do this:

1) check that you have set P106_100_FULL_HEADLESS_MODE="YES" in 1bash
2) check that you can control your rig without monitor attached (SSH or Teamviewer enabled)
3) disconnect monitor
4) run the following:
Code:
sudo nvidia-xconfig -a --cool-bits=28 --allow-empty-initial-configuration
sudo reboot

After the rig reboots, overclocking will work as supposed to. Sometimes i had to do number 4 again after reboot to make it working.


Thanks, trying now. Did you have more than 16 GPUs?
(edit)I tried this and mining would not start. Had to do
Code:
 sudo mv /etc/X11/xorg.conf.nvidia.backup /etc/X11/xorg.conf 
to return it to being able to mine at all.
I've read that you can add the coolbits part to either screen or device; the code you gave me I think put it in whichever was the wrong one.
Any other ideas?

Code:
sudo nvidia-xconfig -a --cool-bits=12 --allow-empty-initial-configuration
sudo reboot

I have exactly the same situation (nvOs version 0019v1.3).
I have rig made only of p106-100. With monitor attached to mobo output the xorg.conf is overwritten on each reboot. If I modify xorg.conf with the commands given above, switch to remote ssh mode and reboot with monitor disconnected, the file xorg.conf is not being overwritten, but the mining process does not start. I am also unable to start it manually with 'bash 1bash' (which doesn't work for me at all, but that's another story)

Please help to solve the p106-100 overclocking problem once and for all. I am struggling with it for days now and it's driving me crazy, especially that some people write that it works for them!
damNmad
Full Member
***
Offline Offline

Activity: 378
Merit: 104


nvOC forever


View Profile
October 26, 2017, 09:13:35 PM
 #4994

Thank you!!

I could not run Mining zen on the suprnova pool on nvOs version 0019v1.3 .. Mining just does not start. What am I doing wrong? The configuration of the pool, port, purse is correct

hey broth i have the solution for u, mining in suprnova u will need just midify a little thing in the 3main file,

u need to find the coin that u are mining, in the file, and in the setting u will need modify the password, from X to the password for that worker

some tips, in the 1bach file change to LOCAL


# 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

and for the settings for the coin and pool have on mind to don t put twice ur worker

ex: coin Zen

ZEN_WORKER="workername"
ZEN_ADDRESS="suprnovauser"
ZEN_POOL="zen.suprnova.cc"
ZEN_PORT="3618"


hopes this can help u

Thanks for suggestion, really nice to see people trying to help others Smiley

Just one small suggestion, regarding worker password, you don't need to change that in 3main, instead set it up as 'x' on suprnova dashboard as most of the pools use 'x' or don't care about password.

Even you set it up worker password as 'x' no one can access your coins unless they have your suprnova account login (not worker login), you don't need to enter/share your suprnova account password in nvOC at all.

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

Activity: 378
Merit: 104


nvOC forever


View Profile
October 26, 2017, 09:16:10 PM
 #4995

Could anyone help me on how to mine sha-3(keccak) algo with ccminer? Or if it isn't possible yet, maybe add support for it in the near future?

What coin you want to mine??

Please let me know the below details, i will create a quick guide on how to add that coin.

COIN :
ALGO : Keccak
POOL :

Once i have these details I will get back to you as soon as I can.


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

Activity: 325
Merit: 110


View Profile
October 26, 2017, 09:37:45 PM
 #4996


I wonder if you are using

Code:
export CUDA_DEVICE_ORDER=PCI_BUS_ID

or better way, to ensure that the ids of the gpus are displayed correctly


Thanks for the tip. I had to do some trial and error but it looks like my motherboard orders like this;

TOP PCIE 16X
BOTTOM PCIE 16X
TOP PCIE 1X
MIDDLE PCIE 1X
BOTTOM PCIE 1X

=]

Also, the same problem was occuring with my GTX 1070 - nvOC thought it was 200W TDP and I would set power limit to 125W and it would operate at 100W because TDP for this card is 150W. I use the same workaround to solve it.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
October 26, 2017, 09:51:46 PM
 #4997

Any one have successful 12x1080 or 1080ti with biostar 250 pro?
Was thinking of setting one, any recommendation for RAM, CPU, Power,...

cryptobadger666
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
October 26, 2017, 10:02:10 PM
 #4998

it seems like most ETH pools require a email field, where you can put a email or passphrase in the miner, then you need to use that on the pool webpage to change payout settings..... is there a way to add this into the 1BASH file, or is there already a default that this os uses in that field?   im beating my head against the wall trying to figure this out.
. Can I please get some input on this.
damNmad
Full Member
***
Offline Offline

Activity: 378
Merit: 104


nvOC forever


View Profile
October 26, 2017, 10:11:29 PM
 #4999

it seems like most ETH pools require a email field, where you can put a email or passphrase in the miner, then you need to use that on the pool webpage to change payout settings..... is there a way to add this into the 1BASH file, or is there already a default that this os uses in that field?   im beating my head against the wall trying to figure this out.
. Can I please get some input on this.

Not all of the pools support email, so we never tried to add one by default, if you can let me now coin name and pool name, i can certainly help you with that.

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

Activity: 10
Merit: 0


View Profile
October 26, 2017, 10:22:26 PM
 #5000

it seems like most ETH pools require a email field, where you can put a email or passphrase in the miner, then you need to use that on the pool webpage to change payout settings..... is there a way to add this into the 1BASH file, or is there already a default that this os uses in that field?   im beating my head against the wall trying to figure this out.
. Can I please get some input on this.

Not all of the pools support email, so we never tried to add one by default, if you can let me now coin name and pool name, i can certainly help you with that.
etherium on. Nanopool
Pages: « 1 ... 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 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 ... 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!