Bitcoin Forum
May 04, 2024, 06:44:42 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017 on: July 12, 2017, 09:25:53 AM
ubuntu server 16.4
driver nvidia_381

does not work
X server nvidia-settings

sudo nvidia-settings
Failed to connect to Mir: Failed to connect to server socket
Unable to init server: Could not connect

ERROR: The control display is undefined; please run `nvidia-settings --help`
for usage information.

Reinstall does not help

Is this with nvOC or vanilla Ubuntu?



Server ubuntu 16.4 without add-ons
Clean OS


What hardware are you using?

Do you have an AMD GPU attached as well?

If you are using a server, does it have an AMD component inside it?

AMD component no
driver nvidia 381
gtx 1080 ti
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017 on: July 11, 2017, 08:41:06 AM
ubuntu server 16.4
driver nvidia_381

does not work
X server nvidia-settings

sudo nvidia-settings
Failed to connect to Mir: Failed to connect to server socket
Unable to init server: Could not connect

ERROR: The control display is undefined; please run `nvidia-settings --help`
for usage information.

Reinstall does not help

Is this with nvOC or vanilla Ubuntu?



Server ubuntu 16.4 without add-ons
Clean OS
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0017 on: July 10, 2017, 08:38:54 PM
ubuntu server 16.4
driver nvidia_381

does not work
X server nvidia-settings

sudo nvidia-settings
Failed to connect to Mir: Failed to connect to server socket
Unable to init server: Could not connect

ERROR: The control display is undefined; please run `nvidia-settings --help`
for usage information.

Reinstall does not help
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: EWBF's CUDA Zcash miner on: June 30, 2017, 06:36:47 AM
The script does not start if there is no internet and closes.
How to run the script when starting the Internet
how to do it?

ubuntu 16.04
miner version 0.3.4b

#!/bin/bash
cd /home/master/test
./miner

GaryH provided an answer for Windows.  For linux, use the "sleep" command.
In your script, above the ./miner line, add a line that says "sleep 300s"  or "sleep 5m"

You might try "man sleep" at a console prompt to get all the details on "sleep" command.

Oh, GaryH: suggest leaving off the NOBREAK option. Unless you have monkeys sitting at your console, nobody will be hitting Crtl-C generally. And someday you might want to break if off to make Afterburner changes or something.

actually I found my rig was still bootin up was my best guess and it was simply going around the 20 sec delay so I add the NOBREAK to make sure the delay isn't interrupted..

command sleep
wating the start of the script
If the Internet does not work, the script will close

It is necessary to make, that the script worked and did not close
5  Alternate cryptocurrencies / Mining (Altcoins) / EWBF's CUDA Zcash miner on: June 29, 2017, 02:14:53 PM
The script does not start if there is no internet and closes.
How to run the script when starting the Internet
how to do it?

ubuntu 16.04
miner version 0.3.4b

#!/bin/bash
cd /home/master/test
./miner
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!