Bitcoin Forum
May 03, 2024, 09:02:54 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 404 405 406 [407] 408 409 410 411 412 413 414 415 416 417 »
  Print  
Author Topic: [OS] nvOC easy-to-use Linux Nvidia Mining  (Read 417955 times)
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
September 23, 2018, 11:27:13 PM
 #8121

Another algorithm will toogle to ASIC minning :-(

https://www.asicminervalue.com/miners/dayun/zig-z1

There is not a month that passes without the minning of a new algo is compatible with ASICS chips.

Here are some more corners that will go into the ASICS section of WTM:

WTM Lyra2Rev2 ASICS minning 24-09-2018

https://imgur.com/a/R0TcDFS


Translated from French with Google translation
1714770174
Hero Member
*
Offline Offline

Posts: 1714770174

View Profile Personal Message (Offline)

Ignore
1714770174
Reply with quote  #2

1714770174
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
gs777
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
September 24, 2018, 12:22:43 AM
Last edit: September 24, 2018, 01:18:46 AM by gs777
 #8122

Beauty of GPU mining is that you can mine whatever algo is currently profitable.
ASIC's story is different - it can mine only one and if you extremely lucky it will reach break even.
From my personal experience, most likely ASIC investment will end up with loss
 Undecided
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
September 24, 2018, 08:48:38 AM
Last edit: September 24, 2018, 07:49:08 PM by CryptAtomeTrader44
 #8123

Beauty of GPU mining is that you can mine whatever algo is currently profitable.
ASIC's story is different - it can mine only one and if you extremely lucky it will reach break even.
From my personal experience, most likely ASIC investment will end up with loss
 Undecided


I understand but i think all GPU rigs are not profitable since begenning of september 2018 or before. ANd if each algo become ASIC compatible, GPU minning will die soon. For sure.

GPU minnin don't become more profitable because ASIC minng isn't profitable.

ALl GPU rigs with 1080 Ti cards are not profitables anymore. So GPU rigs with GPu under theses 1080, are not too.

Execpt if you don't pay your électricity that become more and more costly because of ecologist renewables that are paid by consummers and tax payers.
papampi_2
Jr. Member
*
Offline Offline

Activity: 112
Merit: 3

Linux Forever... Resistance is futile!!!


View Profile WWW
September 24, 2018, 09:59:32 AM
Last edit: September 24, 2018, 11:11:50 AM by papampi_2
 #8124

Thank you guys for your heavy work and new nvOC 19-2.1 releas!!!
Been trying to mine MONA with cryptodrege but it always under load half of GPU in the rig
have to switch to tpccminer
Can anyone help?

Try change the intensity valid values for CryptoDredge are 1 to 6

Thank man it works!
Installed nvOC with Ubuntu 18.04 on 10x1070 rig and 13x1080. 10x1070 works perfect (except screensaver, can't disable it)
But on 13x1080 it freezes rig. I managed to start one time but I've started TPccminer with no OC,
later restart wtih gpu custom OC and later restarted with CryptoDredge. After reboot it has stopped to work and
I rolled back to 16.04 version which works no problem.

18.04 is experimental
nvidia-396 installed on 18.04 is short lived version and may have some problems too.
I recommend 16.04 for production rigs.

I will make a new ubuntu 16.04 image as soon as the new long live nvidia-driver for cuda 9.2 released.

https://github.com/papampi/nvOC_by_fullzero_Community_Release
papampi_2
Jr. Member
*
Offline Offline

Activity: 112
Merit: 3

Linux Forever... Resistance is futile!!!


View Profile WWW
September 24, 2018, 10:06:12 AM
 #8125



I have this error when I want to mine XMR:

Code:
/home/m1/NVOC/mining/0miner: line 159: xmr-stak_VERSION: bad substitution
/home/m1/NVOC/mining/0miner: line 179: xmr-stak_VERSION: bad substitution



Are you sure you used the correct name? because the variable is pointed to "xmr-stak_VERSION" but it should be "XMR_Stak_VERSION"


Ok, i tried again with you code and finally, it's Ok.

But i had this code for memory huge page like this :

Quote
## CRYPTONIGHTV7
elif [[ $ALGO == CRYPTONIGHTV7 || $ALGO == CRYPTONIGHTHEAVY ]];
then
# Large memory page support
sudo sysctl -w vm.nr_hugepages=128

# Remove nvidia.txt if cards count changed
  if [ -f ~/nvidia.txt ]
  then
    if [ "$(grep -c "// gpu:" ~/nvidia.txt)" != "$(nvidia-smi -i 0 --query-gpu=count --format=csv,noheader,nounits)" ]
    then
      rm ~/nvidia.txt
    fi
  fi
# Change verbosity to show hashrate in output log
  if [ -f ~/config.txt ]
  then
    if grep -q '"verbose_level" : 3' ~/config.txt
    then
      sed -i 's/"verbose_level" : 3/"verbose_level" : 4/g' ~/config.txt
    fi
  fi
  if [[ $ALGO == "CRYPTONIGHTV7" ]]
  
  then
    UCCALGO="--currency monero7"
  elif [[ $ALGO == "CRYPTONIGHTHEAVY" ]]
  then
    UCCALGO="-a cryptonight-heavy"
  fi
   HCD=${NVOC}/miners/XMR_Stak/"${!xversion}"/xmr-stak
  eval $LAUNCH $HCD  $UCCALGO --noCPU --noAMD -o "${!xpool}":"${!xport}" -u "${!xaddr}" -p "$MINER_PWD" -i 0




Thanks
Added huge page support for xmr-stak to 0miner


https://github.com/papampi/nvOC_by_fullzero_Community_Release
gs777
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
September 24, 2018, 06:28:35 PM
 #8126

btw trying to mine ETH with my 13x1080
somehow it generate lots of video noise and freezes this rig up.
Is anyone has similar problem and how to fix it?
 Roll Eyes
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
September 24, 2018, 11:50:49 PM
 #8127

btw trying to mine ETH with my 13x1080
somehow it generate lots of video noise and freezes this rig up.
Is anyone has similar problem and how to fix it?
 Roll Eyes

Try minning Monero  Grin
papampi_2
Jr. Member
*
Offline Offline

Activity: 112
Merit: 3

Linux Forever... Resistance is futile!!!


View Profile WWW
September 25, 2018, 08:17:46 AM
 #8128

btw trying to mine ETH with my 13x1080
somehow it generate lots of video noise and freezes this rig up.
Is anyone has similar problem and how to fix it?
 Roll Eyes

What do you mean by video noise?
Please post nvOC report output.

https://github.com/papampi/nvOC_by_fullzero_Community_Release
gs777
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
September 26, 2018, 04:43:49 PM
 #8129

btw trying to mine ETH with my 13x1080
somehow it generate lots of video noise and freezes this rig up.
Is anyone has similar problem and how to fix it?
 Roll Eyes

What do you mean by video noise?
Please post nvOC report output.

V Noise - screen frozen and on screen like a snow flakes...

Lukely, now BTG more profitable to mine so I switched from ethash to zhush
and problem disappeared
 Grin
papampi_2
Jr. Member
*
Offline Offline

Activity: 112
Merit: 3

Linux Forever... Resistance is futile!!!


View Profile WWW
September 27, 2018, 08:43:55 AM
 #8130

btw trying to mine ETH with my 13x1080
somehow it generate lots of video noise and freezes this rig up.
Is anyone has similar problem and how to fix it?
 Roll Eyes

What do you mean by video noise?
Please post nvOC report output.

V Noise - screen frozen and on screen like a snow flakes...

Lukely, now BTG more profitable to mine so I switched from ethash to zhush
and problem disappeared
 Grin


May be too much OC on that algo

https://github.com/papampi/nvOC_by_fullzero_Community_Release
EvgeniX
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
September 30, 2018, 10:25:14 PM
 #8131

Code:
Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

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

LAUNCHING:  MINER WATCHDOG (REMOTE)

process in screen wdog; 'nvOC wdog-log'

LAUNCHING:  MINER (coin: NICE_ETHASH, algo: ETHASH)

i have this error with 2.1 when use nvoc restar

help
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
October 01, 2018, 12:20:37 AM
 #8132

Code:
Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

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

LAUNCHING:  MINER WATCHDOG (REMOTE)

process in screen wdog; 'nvOC wdog-log'

LAUNCHING:  MINER (coin: NICE_ETHASH, algo: ETHASH)

i have this error with 2.1 when use nvoc restar

help

I have this message me too. I think it's a problem with systemd name resolution. I looked from /etc/resolv.conf file and an explanation is given about that.
But i don't understand how their new name resolution works.

If someone can explain in few words what ubuntu changed in their 18.04 LTS about DNS, you are welcome.
EvgeniX
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
October 01, 2018, 03:14:32 AM
 #8133

Code:
Invalid MIT-MAGIC-COOKIE-1 keyUnable to init server: Could not connect: Connection refused

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

LAUNCHING:  MINER WATCHDOG (REMOTE)

process in screen wdog; 'nvOC wdog-log'

LAUNCHING:  MINER (coin: NICE_ETHASH, algo: ETHASH)

i have this error with 2.1 when use nvoc restar

help

I have this message me too. I think it's a problem with systemd name resolution. I looked from /etc/resolv.conf file and an explanation is given about that.
But i don't understand how their new name resolution works.

If someone can explain in few words what ubuntu changed in their 18.04 LTS about DNS, you are welcome.

found fix:

just run this: xhost +si:localuser:root

this will add user to root(sudo GUI + terminal)
infowire
Newbie
*
Offline Offline

Activity: 96
Merit: 0


View Profile
October 02, 2018, 06:30:25 PM
Last edit: October 02, 2018, 09:46:37 PM by infowire
 #8134

So i installed the new beta Ubuntu 18.

I get this error.

https://image.ibb.co/eVMfie/1.jpg
I had this error  before in the last version, that's why i did the beta.


This prob is not related(Doe's it for every GPU):
https://image.ibb.co/it45Gz/2.jpg

papampi_2
Jr. Member
*
Offline Offline

Activity: 112
Merit: 3

Linux Forever... Resistance is futile!!!


View Profile WWW
October 03, 2018, 07:14:04 AM
 #8135

So i installed the new beta Ubuntu 18.

I get this error.


I had this error  before in the last version, that's why i did the beta.


This prob is not related(Doe's it for every GPU):





Restoring xorg may solve the problem

Code:
bash NVOC/mining/nvOC restore-xorg

https://github.com/papampi/nvOC_by_fullzero_Community_Release
infowire
Newbie
*
Offline Offline

Activity: 96
Merit: 0


View Profile
October 04, 2018, 04:08:26 PM
 #8136

How can i set OhGodAnETHlargmentPill to the one 1080 card ? or it doesn't matter ?
bobers
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
October 05, 2018, 09:36:45 AM
 #8137

Hi, i have just 47mH with my 1080Ti with OhGodAnETHlargmentPill, Can someone share setting to get 53-55 Mh please?
bobers
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
October 05, 2018, 09:40:55 AM
 #8138

How can i set OhGodAnETHlargmentPill to the one 1080 card ? or it doesn't matter ?

Just set it to yes in 1bash


Code:
OhGodAnETHlargementPill="NO"
change to:
Code:
OhGodAnETHlargementPill="YES"
CryptAtomeTrader44
Full Member
***
Offline Offline

Activity: 340
Merit: 103

It is easier to break an atom than partialities AE


View Profile
October 12, 2018, 06:42:09 PM
 #8139

Monero HardFork in approach :

https://github.com/fireice-uk/xmr-stak/releases

Quote
Monero hardfork

@psychocrypt psychocrypt released this 22 hours ago
Assets 3

xmr-stak-win64.zip
32.3 MB
Source code
(zip)

    Source code
    (tar.gz)

This release introduce the cryptonight_v8 POW of the upcoming Monero fork on 18th Oct 2018. Use the currency setting monero for automatic switching on the next fork.

Xmr-stak supports all CUDA devices form the last 8 years (Fermi, Kepler, Maxwell, Pascal, Volta, Turing).
You can now use with AMD Rocm 1.9.X.

Config files from 2.4.X are NOT compatible to this release.

A special thank you goes to @SChernykh for his great help with the new Monero POW algorithm and all the optimizations he provided.

We would like to thank the community for their tests and contributions to xmr-stak.
Changelog:

    NVIDIA: support for multiple CUDA libs #1898
    fix right bitshift in amd_bitalign#1889
    Add Ryo sponsorship message #1884 #1899
    OpenCL: fix definition range for unroll #1871
    fix invalid shares Rocm #1866
    add cpu family and model detection #1862
    rework all currencies #1859
    BBSCoin config for preparing for the next fork #1848
    telemetry: Add mutex to avoid push during recalc and other races #1845
    OpenCL: avoid out of memory access #1840
    configEditor: add version tagging, line filtering per-platform #1839
    fix nicehash invalid results#1838
    avoid OpenCL binary missmatch #1834
    optionmemChunk is not tested #1833
    Monero POW v2 #1831 #1843 #1844 #1865
    Update doc/FAQ.md with unified proper methods for Linux limits #1830
    unify cpu cryptonight implementations #1821
    Download Link for AMD APP SDK 3.0 fixed #1765 #1836 #1850 #1857 #1867 #1872 #1874 #1876 #1877 #1878 #1887 #1891 #1895
    adding qrl as a config option #1735

@papampi :
Did you planned to update your script used in nvOC to update the mining software ?

Hardfork arrives in less than a week!

Translated from French with Google translation
gs777
Member
**
Offline Offline

Activity: 118
Merit: 10


View Profile
October 17, 2018, 08:52:24 PM
 #8140

Hi!

Has been trying to mine RVN (x16r) with suprnova few times
but for some reason ZENEMYminer doesn't start at all.
 
Can anyone help with it?
Pages: « 1 ... 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 404 405 406 [407] 408 409 410 411 412 413 414 415 416 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!