Bitcoin Forum
April 27, 2024, 12:02:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 [138] 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 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 ... 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417953 times)
damNmad
Full Member
***
Offline Offline

Activity: 378
Merit: 104


nvOC forever


View Profile
August 23, 2017, 01:46:38 PM
Last edit: August 23, 2017, 02:07:30 PM by damNmad
 #2741

Any one had this sort of issue while using SALFTER_NICEHASH_PROFIT_SWITCHING ??

Code:
__lbry_CORE_OVERCLOCK: 100
lbry_MEMORY_OVERCLOCK: 1100

Traceback (most recent call last):
  File "/home/m1/switch", line 210, in <module>
    exchrate=float(json.loads(urllib.urlopen("https://api.coinbase.com/v2/exchange-rates?currency=BTC").read())["data"]["rates"][currency])
  File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.7/urllib.py", line 213, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 443, in open_https
    h.endheaders(data)
  File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 897, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 859, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 1278, in connect
    server_hostname=server_hostname)
  File "/usr/lib/python2.7/ssl.py", line 353, in wrap_socket
    _context=self)
  File "/usr/lib/python2.7/ssl.py", line 601, in __init__
    self.do_handshake()
  File "/usr/lib/python2.7/ssl.py", line 830, in do_handshake
    self._sslobj.do_handshake()
IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

Can u check date and hours on your linux / network ?
Failed certificate verify error came from this habitually

I've changed the time zone long back to my local time (GMT London), the profit switching was working even after the time zone change! Haven't touched/changed anything related to profit switching!!


UPDATE :

Now I'm not getting the above error but get different issue; main terminal says mining starts in guake terminal; but on guake 'There is no screen to be resumed matching miner' error appears.

Will compare it with latest 1bash and see if there are any differences.

EDIT :

Sorry, I've overlooked, I'm still getting the above error and on guake getting this 'There is no screen to be resumed matching miner'

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

Posts: 1714219370

View Profile Personal Message (Offline)

Ignore
1714219370
Reply with quote  #2

1714219370
Report to moderator
1714219370
Hero Member
*
Offline Offline

Posts: 1714219370

View Profile Personal Message (Offline)

Ignore
1714219370
Reply with quote  #2

1714219370
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714219370
Hero Member
*
Offline Offline

Posts: 1714219370

View Profile Personal Message (Offline)

Ignore
1714219370
Reply with quote  #2

1714219370
Report to moderator
1714219370
Hero Member
*
Offline Offline

Posts: 1714219370

View Profile Personal Message (Offline)

Ignore
1714219370
Reply with quote  #2

1714219370
Report to moderator
cryptolover1981
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile WWW
August 23, 2017, 02:04:40 PM
Last edit: August 23, 2017, 02:16:02 PM by cryptolover1981
 #2742

P106-100 BOUNTY

The person who will be able to unlock the overclock of my 13x P106 Rig (on the ASRock H110 BTC) with nvOC will get


1 ETH


I only got pure P106-rigs and no non-mining cards mixtures.

PM me and I will give you access to one of my Rigs.


Thanks!


I'm ready to make a donation too, if the issue with P106 cards is finally solved, but it's been so long already ...

Download the pure P106-100 1bash for headless SSH operation from the link on the OP; replace the 1 bash on your rig with it.  

Add your pool / addresses / workername to the 1bash.

Note: for this version don't use:

Maxximus007_AUTO_TEMPERATURE_CONTROL

or

IAmNotAJeep_and_Maxximus007_WATCHDOG

ensure they are both set to "NO"

Run the mining process; it should not OC at this time.  This is expected; it will alter the xorg.conf as needed.  

Note the Rig IP; write it down.

If you are not already running fully headless; ensure that you reboot: disconnecting any monitor from integrated graphics on the mobo before the rig reboots.

With your rig IP ssh into the rig after it boots ( see guide on the OP for more information on how to do this.  If from a linux system use the cmd from terminal:

Code:
ssh m1@your_rig_ip_here

you will be prompted

enter:

Code:
yes

the password is:
Code:
miner1

once you are logged in via SSH; enter:

Code:
screen -ls

if there is already a screen named miner use the cmd:

Code:
screen -r miner

to reconnect to the mining process and ignore the rest of this guide


if there is not; enter the cmd:

Code:
bash 1bash

to launch the mining process

once you see the message:

Quote
process in screen miner; attach with: screen -r miner

hit

Code:
ctrl + c

then enter:

Code:
screen -r miner

If you have problems with this; let me know.  I can't test this directly as I don't have these GPUs; but this should work unless I made a typo in the 1bash.


Also; you can edit the 1bash via SSH with the cmd:

Code:
nano 1bash

note this is a visual editor; again see the SSH guide for more info on nano.




Thank you so much for the quick respond. I'm getting GPU 0, GpuMiner cu_k1 failed 77, an illegal memory access was encountered in claymore and CUDA failure 77: an illegal memory access was encountered ; in Genoil, after a few seconds of mining.

Also in ZEC it says CUDA: Device: 3 Thread exited with code: 77
or CUDA: Device: 3 Thread exited with code: 64

Am I doing something wrong?


I will make a donation for your lovely p106 1bash.

best regards

████→→       ● DeepOnion                                                                       ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯ 
████→→       ● Tor integrated, 100% anonymous!                                ✯     Get Your FREE Coins NOW!        ✯
████→→       ● Free Airdrop! (No ICO, No Crowdfund)                        ✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯✯
dbolivar
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
August 23, 2017, 02:24:31 PM
 #2743

Thank you so much for the quick respond. I'm getting GPU 0, GpuMiner cu_k1 failed 77, an illegal memory access was encountered in claymore and CUDA failure 77: an illegal memory access was encountered ; in Genoil, after a few seconds of mining.

Also in ZEC it says CUDA: Device: 3 Thread exited with code: 77
or CUDA: Device: 3 Thread exited with code: 64

Try a lower memory overclock offset: I get these errors when I overclock too much. To confirm, check the output of "dmesg" in the terminal; if you get messages like these:

[139035.343237] NVRM: Xid (PCI:0000:02:00): 31, Ch 0000001b, engmask 00000101, intr 10000000

Most probably that's the issue. If you get these messages but with a different Xid (in this example it's 31), report here, as each code has a different meaning.
Bibi187
Full Member
***
Offline Offline

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
August 23, 2017, 02:45:45 PM
 #2744

For people want to have log in direct terminal with perma update a simply command do the job and let u know which GPU fail and why Wink
Open a terminal and type
Quote
tail -f /var/log/kern.log


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

Activity: 50
Merit: 0


View Profile
August 23, 2017, 02:49:10 PM
 #2745

Hey everyone.

As fullzero has already posted the instruction on OC of P106-100 rigs, I can confirm that this works and i am now using cc -200 and mc 1300(was stable for over 10 hours )  , I think it can go to 1400-1500 but I am in the process of testing the 12th card since it caused me issues everytime i connected before.

Also I have another question to ask fullzero : When I start the rig it sometimes doesn't swap the xorg files and giving me errors which lead to the OC being off(Sometimes even after autoreboot it doesn't autostart 1bash). This solves after a couple of reboots but I can't figure out how to reboot it so the OC will work and the miner also would start automatically since sometimes when I turn it on the miner doesn't autostart and this leads to further errors and no OC available. So far I haven't found any other problems so thank you again for solving OC issue.

Can you advise on what should I do in that case?
salfter
Hero Member
*****
Offline Offline

Activity: 651
Merit: 501


My PGP Key: 92C7689C


View Profile WWW
August 23, 2017, 04:30:31 PM
 #2746

It appears the site previously used extremely limits bandwidth on large downloads

nvOC 17 high speed download below
https://www.mediafire.com/download/oi84ue7e6z9epn9

...and this one blocks adblockers.  Roll Eyes

I'm uploading a copy I'd originally downloaded from Google Drive (or was it Mega?) to my VPS.  I'll post a link once it's up.  SHA256 hash on the file is d11929368d186acf73651be1b9d90234cfe6ef8a097eff56668dee4cbbe69e8c, as announced here.

Tipjars: BTC 1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2 LTC LTipsVC7XaFy9M6Zaf1aGGe8w8xVUeWFvR | My Bitcoin Note Generator | Pool Auto-Switchers: zpool MiningPoolHub NiceHash
Bitgem Resources: Pool Explorer Paper Wallet
ivoldemar
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
August 23, 2017, 08:24:15 PM
Last edit: August 23, 2017, 08:36:00 PM by ivoldemar
 #2747

P106-100 BOUNTY

The person who will be able to unlock the overclock of my 13x P106 Rig (on the ASRock H110 BTC) with nvOC will get


1 ETH


I only got pure P106-rigs and no non-mining cards mixtures.

PM me and I will give you access to one of my Rigs.


Thanks!


I'm ready to make a donation too, if the issue with P106 cards is finally solved, but it's been so long already ...

Download the pure P106-100 1bash for headless SSH operation from the link on the OP; replace the 1 bash on your rig with it.  

Add your pool / addresses / workername to the 1bash.

Note: for this version don't use:

Maxximus007_AUTO_TEMPERATURE_CONTROL

or

IAmNotAJeep_and_Maxximus007_WATCHDOG

ensure they are both set to "NO"

Run the mining process; it should not OC at this time.  This is expected; it will alter the xorg.conf as needed.  

Note the Rig IP; write it down.

If you are not already running fully headless; ensure that you reboot: disconnecting any monitor from integrated graphics on the mobo before the rig reboots.

With your rig IP ssh into the rig after it boots ( see guide on the OP for more information on how to do this.  If from a linux system use the cmd from terminal:

Code:
ssh m1@your_rig_ip_here

you will be prompted

enter:

Code:
yes

the password is:
Code:
miner1

once you are logged in via SSH; enter:

Code:
screen -ls

if there is already a screen named miner use the cmd:

Code:
screen -r miner

to reconnect to the mining process and ignore the rest of this guide


if there is not; enter the cmd:

Code:
bash 1bash

to launch the mining process

once you see the message:

Quote
process in screen miner; attach with: screen -r miner

hit

Code:
ctrl + c

then enter:

Code:
screen -r miner

If you have problems with this; let me know.  I can't test this directly as I don't have these GPUs; but this should work unless I made a typo in the 1bash.


Also; you can edit the 1bash via SSH with the cmd:

Code:
nano 1bash

note this is a visual editor; again see the SSH guide for more info on nano.




http://prntscr.com/gc8g0n / http://prntscr.com/gc8agx ((
BigSmurf
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
August 23, 2017, 09:57:35 PM
 #2748

Hey everyone.

As fullzero has already posted the instruction on OC of P106-100 rigs, I can confirm that this works and i am now using cc -200 and mc 1300(was stable for over 10 hours )  , I think it can go to 1400-1500 but I am in the process of testing the 12th card since it caused me issues everytime i connected before.

Also I have another question to ask fullzero : When I start the rig it sometimes doesn't swap the xorg files and giving me errors which lead to the OC being off(Sometimes even after autoreboot it doesn't autostart 1bash). This solves after a couple of reboots but I can't figure out how to reboot it so the OC will work and the miner also would start automatically since sometimes when I turn it on the miner doesn't autostart and this leads to further errors and no OC available. So far I haven't found any other problems so thank you again for solving OC issue.

Can you advise on what should I do in that case?

Hi all,
I can also confirm that all 13*P106-100 are working.
Dual mining ETH/PASC at CC 0, MC 1300, Powerlimit 115, i get eth 307/pascal 3070. 6 hours stable.
Bibi187
Full Member
***
Offline Offline

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
August 23, 2017, 10:20:43 PM
 #2749

Hey everyone.

As fullzero has already posted the instruction on OC of P106-100 rigs, I can confirm that this works and i am now using cc -200 and mc 1300(was stable for over 10 hours )  , I think it can go to 1400-1500 but I am in the process of testing the 12th card since it caused me issues everytime i connected before.

Also I have another question to ask fullzero : When I start the rig it sometimes doesn't swap the xorg files and giving me errors which lead to the OC being off(Sometimes even after autoreboot it doesn't autostart 1bash). This solves after a couple of reboots but I can't figure out how to reboot it so the OC will work and the miner also would start automatically since sometimes when I turn it on the miner doesn't autostart and this leads to further errors and no OC available. So far I haven't found any other problems so thank you again for solving OC issue.

Can you advise on what should I do in that case?

Hi all,
I can also confirm that all 13*P106-100 are working.
Dual mining ETH/PASC at CC 0, MC 1300, Powerlimit 115, i get eth 307/pascal 3070. 6 hours stable.

Maybe u can push a little more lower CC and reduce your powerlimit without loose on your hashrate Wink

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

Activity: 651
Merit: 501


My PGP Key: 92C7689C


View Profile WWW
August 23, 2017, 10:31:25 PM
 #2750

I'm uploading a copy I'd originally downloaded from Google Drive (or was it Mega?) to my VPS.  I'll post a link once it's up.  SHA256 hash on the file is d11929368d186acf73651be1b9d90234cfe6ef8a097eff56668dee4cbbe69e8c, as announced here.

...and now it's up:

https://alfter.us/wp/wp-content/uploads/2017/07/nvOC_v0017.zip

I tested this direct link; it should work.  If it doesn't, follow the link from here:

https://alfter.us/wp/nvoc_v0017/

Tipjars: BTC 1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2 LTC LTipsVC7XaFy9M6Zaf1aGGe8w8xVUeWFvR | My Bitcoin Note Generator | Pool Auto-Switchers: zpool MiningPoolHub NiceHash
Bitgem Resources: Pool Explorer Paper Wallet
Dhodge87
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
August 24, 2017, 02:33:41 AM
 #2751

Is there anything special I need to do in order to get a pci 1x 1slot to 3 slot adaptor to work?

http://1stminingrig.com/pci-express-1-to-3-pci-e-1x-slots-riser-card-is-it-worth-it/
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
August 24, 2017, 03:51:13 AM
 #2752

Is there anything special I need to do in order to get a pci 1x 1slot to 3 slot adaptor to work?

http://1stminingrig.com/pci-express-1-to-3-pci-e-1x-slots-riser-card-is-it-worth-it/

A MOTHERBOARD THAT IS COMPATIBLE--

Do your research.  Some boards will not recognize any GPUs attached through the  PCIe multiplier.  Some will max-out at 7 total GPUs, and fail to boot if an 8th GPU is attached.  Reportedly, H81 Boards fall in that category.  Z170 and Z270 boards have been reported compatible, and may allow several PCIe multiplier boards attached to the motherboard.

I have tried a PCIe multipler (1 to 4) with little success.  I bought a new version recently for about $30 and will try again.  In 2014, I was able to mine script with a GT 9800+ and a GT 520 on the multiplier, and a GTX 550ti on the motherboard.  All 3 cards barely made 135kh/s script total.  They are all considered obsolete today.  I was not able to get the PCIe multiplier to work with a GTX 750ti, even using the same motherboard.

Do Google searches and check.  Actually, an ASRock H110 is probably a better bet.  Good luck!       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
Oleg_filin
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
August 24, 2017, 07:26:17 AM
 #2753

Hello.

Please help me solve the problem:
GPU UTILIZATION: Unable to determine the device for GPU 0000: 09: 00.0: GPU is lost. Reboot the system to recover this GPU.

 I'm new in Linux, tell me how to fix this?
Moordact
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
August 24, 2017, 07:35:56 AM
 #2754

I have got multiple biostar tb250 btc pro mobos.

I am going to run this with 12 gtx 1070 hours.
Is this possible with nvos?
 Driver wise?

So 12 gtx 1070 one motherboard?
gs777
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
August 24, 2017, 07:46:32 AM
 #2755

Fellow miners,

this is the build I use with my Nvidia 1000 series rigs.  I am providing it to the community 100% free, with no fees (from me at least):
Genoil has no fee; Claymore's miner has a fee; EWBF v0.3.4 has a fee; while v0.3.3 defaults to 0 fee.

Please Note:
I don't have any Maxwell cards, so I didn't test them.  According to Nvidia, the driver should support them as well.  I'm not sure if nvOC (as is) can support Maxwell Cards.


nvOC is a customized Ubuntu 16.04 build with Nvidia individual card OC and individual card powerlimit support, manual fan support, auto launching on boot, and a single easy to configure Bash Script (1bash) which can be configured from a windows pc using wordpad.


nvOC is easy-to-use and supports mining (with the newest 1bash):

DMD     GRS  ZPOOL_LYRA2V2   ZPOOL_BLAKE2S  
ZEC     ZCOIN  HUSH   ZEN  ZCL
NICE_ETHASH     ETH    MUSIC  ETC  EXP  DCR  PASC
MONA     VTC    DGB    SIA  FTC  LBC
DUAL_ETC_DCR     DUAL_ETC_PASC  DUAL_ETC_LBC  DUAL_ETC_SC  
DUAL_EXP_DCR     DUAL_EXP_PASC  DUAL_EXP_LBC  DUAL_EXP_SC  
DUAL_ETH_DCR     DUAL_ETH_PASC  DUAL_ETH_LBC  DUAL_ETH_SC  
DUAL_MUSIC_DCR     DUAL_MUSIC_PASC   DUAL_MUSIC_LBC   DUAL_MUSIC_SC  



pure P106-100 1bash for headless SSH operation DOWNLOAD Link


Newest IAmNotAJeep_and_Maxximus007_WATCHDOG DOWNLOAD Link




bug_fix_1bash + updated upPASTE file, updated AUTOTEMP, older WATCHDOG, updated 2unix DOWNLOAD Link

bug_fix_1bash changes List Link




v2 Alexis78 and Tpuvot 2.2 ccminer clients with replacement bash DOWNLOAD Link





v0018 DEMO VIDEO Link





How to Restore / Backup a Primary Partition Link






ASRock H110 PRO BTC+ I have confirmed that v0018 supports 13x GPUs out the box with no bios changes Link





BIOSTAR TB250-BTC PRO I have confirmed that v0018 supports 12x GPUs with 2x Bios changes ( however; you must first only connect 6x GPUs Boot, make Bios changes, save and reboot, shutdown, add the other 6x GPUs, attach the USB or SSD and boot )Link




This is the first post on first page
Moordact
Newbie
*
Offline Offline

Activity: 54
Merit: 0


View Profile
August 24, 2017, 07:58:20 AM
 #2756

Fellow miners,

this is the build I use with my Nvidia 1000 series rigs.  I am providing it to the community 100% free, with no fees (from me at least):
Genoil has no fee; Claymore's miner has a fee; EWBF v0.3.4 has a fee; while v0.3.3 defaults to 0 fee.

Please Note:
I don't have any Maxwell cards, so I didn't test them.  According to Nvidia, the driver should support them as well.  I'm not sure if nvOC (as is) can support Maxwell Cards.


nvOC is a customized Ubuntu 16.04 build with Nvidia individual card OC and individual card powerlimit support, manual fan support, auto launching on boot, and a single easy to configure Bash Script (1bash) which can be configured from a windows pc using wordpad.


nvOC is easy-to-use and supports mining (with the newest 1bash):

DMD     GRS  ZPOOL_LYRA2V2   ZPOOL_BLAKE2S  
ZEC     ZCOIN  HUSH   ZEN  ZCL
NICE_ETHASH     ETH    MUSIC  ETC  EXP  DCR  PASC
MONA     VTC    DGB    SIA  FTC  LBC
DUAL_ETC_DCR     DUAL_ETC_PASC  DUAL_ETC_LBC  DUAL_ETC_SC  
DUAL_EXP_DCR     DUAL_EXP_PASC  DUAL_EXP_LBC  DUAL_EXP_SC  
DUAL_ETH_DCR     DUAL_ETH_PASC  DUAL_ETH_LBC  DUAL_ETH_SC  
DUAL_MUSIC_DCR     DUAL_MUSIC_PASC   DUAL_MUSIC_LBC   DUAL_MUSIC_SC  



pure P106-100 1bash for headless SSH operation DOWNLOAD Link


Newest IAmNotAJeep_and_Maxximus007_WATCHDOG DOWNLOAD Link




bug_fix_1bash + updated upPASTE file, updated AUTOTEMP, older WATCHDOG, updated 2unix DOWNLOAD Link

bug_fix_1bash changes List Link




v2 Alexis78 and Tpuvot 2.2 ccminer clients with replacement bash DOWNLOAD Link





v0018 DEMO VIDEO Link





How to Restore / Backup a Primary Partition Link






ASRock H110 PRO BTC+ I have confirmed that v0018 supports 13x GPUs out the box with no bios changes Link





BIOSTAR TB250-BTC PRO I have confirmed that v0018 supports 12x GPUs with 2x Bios changes ( however; you must first only connect 6x GPUs Boot, make Bios changes, save and reboot, shutdown, add the other 6x GPUs, attach the USB or SSD and boot )Link




This is the first post on first page

I know this card obviously support 12 gpu.

But does this work with 12 x GTX 1070 😁 since normal Nvidia driver only support 8x same you? I have read.
papampi
Full Member
***
Offline Offline

Activity: 686
Merit: 140


Linux FOREVER! Resistance is futile!!!


View Profile WWW
August 24, 2017, 07:58:29 AM
Last edit: August 24, 2017, 08:14:49 AM by papampi
 #2757

I got weird problem on both of my rigs
Any idea how to solve this :

Code:
m1-desktop-102:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  linux-image-extra-4.4.0-65-generic
The following packages will be upgraded:
  libxfont1 ubuntu-drivers-common
2 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 95.1 kB/145 kB of archives.
After this operation, 153 MB disk space will be freed.
Do you want to continue? [Y/n] y
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxfont1 amd64 1:1.5.1-1ubuntu0.16.04.2 [95.1 kB]
Fetched 95.1 kB in 0s (220 kB/s)
Preconfiguring packages ...
(Reading database ... 219845 files and directories currently installed.)
Removing linux-image-extra-4.4.0-65-generic (4.4.0-65.86) ...
dpkg: error processing package linux-image-extra-4.4.0-65-generic (--remove):
 unable to securely remove '/lib/modules/4.4.0-65-generic/kernel/drivers/media/usb/hdpvr/hdpvr.ko': Not a directory
Errors were encountered while processing:
 linux-image-extra-4.4.0-65-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

apt autoremove cant solve it either ...

Edit.
Thanks to _parallex_ post here removing these files solve the problem:
Code:
linux-image-4.4.0-65-generic.list
linux-image-4.4.0-65-generic.postrm
linux-image-extra-4.4.0-65-generic.list
linux-image-extra-4.4.0-65-generic.md5sums
linux-image-extra-4.4.0-65-generic.postinst
linux-image-extra-4.4.0-65-generic.postrm


Bibi187
Full Member
***
Offline Offline

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
August 24, 2017, 08:17:33 AM
 #2758

I have got multiple biostar tb250 btc pro mobos.

I am going to run this with 12 gtx 1070 hours.
Is this possible with nvos?
 Driver wise?

So 12 gtx 1070 one motherboard?

Hi Moordact, yeap u can work on 12 1070 GPU on linux,8 GPU per driver is a windows limitation.
Slot primary card alone on pcie 16 at first boot, after boot shutdown plug all your card & enjoy Wink

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

Activity: 420
Merit: 106


https://steemit.com/@bibi187


View Profile WWW
August 24, 2017, 08:20:33 AM
 #2759

Hello.

Please help me solve the problem:
GPU UTILIZATION: Unable to determine the device for GPU 0000: 09: 00.0: GPU is lost. Reboot the system to recover this GPU.

 I'm new in Linux, tell me how to fix this?

Hi Oleg_filin,

this log come from "WATCHDOG" it seems watchdog detect some issue on you GPU and restart mining process, that dont resolve the issue after 3 soft reboot so WATCHDOG reboot your PC. If your OC setting is stable and you dont get crash about GPU, just disable WATCHDOG in 1bash config. Or be sure to be up to date with last WATCHDOG script Wink A lot of new miner push your GPU volatility to max and your GPU sometime show 0% and back to 100% that why WATCHDOG feel something is happening.

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
August 24, 2017, 09:25:06 AM
 #2760

Any one had this sort of issue while using SALFTER_NICEHASH_PROFIT_SWITCHING ??

Code:
__lbry_CORE_OVERCLOCK: 100
lbry_MEMORY_OVERCLOCK: 1100

Traceback (most recent call last):
  File "/home/m1/switch", line 210, in <module>
    exchrate=float(json.loads(urllib.urlopen("https://api.coinbase.com/v2/exchange-rates?currency=BTC").read())["data"]["rates"][currency])
  File "/usr/lib/python2.7/urllib.py", line 87, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.7/urllib.py", line 213, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.7/urllib.py", line 443, in open_https
    h.endheaders(data)
  File "/usr/lib/python2.7/httplib.py", line 1053, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 897, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 859, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 1278, in connect
    server_hostname=server_hostname)
  File "/usr/lib/python2.7/ssl.py", line 353, in wrap_socket
    _context=self)
  File "/usr/lib/python2.7/ssl.py", line 601, in __init__
    self.do_handshake()
  File "/usr/lib/python2.7/ssl.py", line 830, in do_handshake
    self._sslobj.do_handshake()
IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)

Can u check date and hours on your linux / network ?
Failed certificate verify error came from this habitually

I've changed the time zone long back to my local time (GMT London), the profit switching was working even after the time zone change! Haven't touched/changed anything related to profit switching!!


UPDATE :

Now I'm not getting the above error but get different issue; main terminal says mining starts in guake terminal; but on guake 'There is no screen to be resumed matching miner' error appears.

Will compare it with latest 1bash and see if there are any differences.

EDIT :

Sorry, I've overlooked, I'm still getting the above error and on guake getting this 'There is no screen to be resumed matching miner'

Any idea guys??

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
Pages: « 1 ... 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 [138] 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 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 ... 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!