Post
Topic
Board Mining (Altcoins)
Re: [OS] nvOC easy-to-use Linux Nvidia Mining v0018
by
fullzero
on 30/08/2017, 04:44:49 UTC
Please share Monero GPU mining app.

I'm not sure if it's optimal for the purpose, but I've been running this one for a few weeks now:

https://github.com/KlausT/ccminer-cryptonight

Building from source is fairly straightforward:

Code:
mkdir -p /home/m1/KTccminer-cryptonight
cd ~
git clone https://github.com/KlausT/ccminer-cryptonight KTccminer-cryptonight
cd KTccminer-cryptonight
./configure --with-cuda=/usr/local/cuda-8.0
make

I failed to add this ccminer fork which apparently results in this;

I'm getting this issue (straight from nvOC 19) when I select 'SALFTER_MPH_PROFIT_SWITCHING' as COIN, anyone had this issue?? I've tested URL on RIG's browser, it is working as expected.

Code:
Traceback (most recent call last):
  File "/home/m1/mph_switch", line 37, in
    data=json.loads(fetch("http://miningpoolhub.com/?page=api&action=getminingandprofitsstatistics"))["return"]
  File "/home/m1/mph_switch", line 32, in fetch
    return urllib2.build_opener().open(r).read()
  File "/usr/lib/python2.7/urllib2.py", line 435, in open
    response = meth(req, response)
  File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/lib/python2.7/urllib2.py", line 473, in error
    return self._call_chain(*args)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error
[WARN] Unable to load the library libutempter !
[WARN] The command will not work in guake !
[WARN] libutempter.so.0: cannot open shared object file: No such file or directory


[WARN] Unable to load the library libutempter !
[WARN] The command will not work in guake !
[WARN] libutempter.so.0: cannot open shared object file: No such file or directory

BTW, thank you so much for all the updates with this release, awesome work fullzero as ever, the best mining OS and the best community ever Smiley

Have you tried to install libutempter0 ?
Code:
sudo apt install libutempter0

Thanks for the reply, it seems the error has gone using the above install; but mining is not started in guake as expected!

Code:
All done.

  Attribute 'GPUGraphicsClockOffset' (m1-desktop:0[gpu:7]) assigned value 150.


  Attribute 'GPUGraphicsClockOffset' (m1-desktop:0[gpu:7]) assigned value 150.


  Attribute 'GPUMemoryTransferRateOffset' (m1-desktop:0[gpu:7]) assigned value -300.


  Attribute 'GPUMemoryTransferRateOffset' (m1-desktop:0[gpu:7]) assigned value -300.


  Attribute 'GPUFanControlState' (m1-desktop:0[gpu:7]) assigned value 0.


monero (Cryptonight): 0.00108000 BTC/day (4.64 USD/day)
zclassic (Equihash): 0.00100364 BTC/day (4.31 USD/day)
zcash (Equihash): 0.00098478 BTC/day (4.23 USD/day)
ethereum (Ethash): 0.00098032 BTC/day (4.21 USD/day)
ethereum-classic (Ethash): 0.00094537 BTC/day (4.06 USD/day)
groestlcoin (Groestl): 0.00092318 BTC/day (3.96 USD/day)
maxcoin (Keccak): 0.00079139 BTC/day (3.40 USD/day)
expanse (Ethash): 0.00073189 BTC/day (3.14 USD/day)
musicoin (Ethash): 0.00068310 BTC/day (2.93 USD/day)
vertcoin (Lyra2RE2): 0.00060242 BTC/day (2.59 USD/day)
myriadcoin-groestl (Myriad-Groestl): 0.00060066 BTC/day (2.58 USD/day)
digibyte-groestl (Myriad-Groestl): 0.00037603 BTC/day (1.61 USD/day)
feathercoin (NeoScrypt): 0.00026042 BTC/day (1.12 USD/day)
myriadcoin-skein (Skein): 0.00007466 BTC/day (0.32 USD/day)
siacoin (Sia): -0.00000641 BTC/day (-0.03 USD/day)
digibyte-skein (Skein): -0.00014849 BTC/day (-0.64 USD/day)
digibyte-qubit (Qubit): -0.00023583 BTC/day (-1.01 USD/day)
geocoin (Qubit): -0.00028547 BTC/day (-1.23 USD/day)
dash (X11): -0.00032753 BTC/day (-1.41 USD/day)
startcoin (X11): -0.00034090 BTC/day (-1.46 USD/day)
verge-scrypt (Scrypt): -0.00040643 BTC/day (-1.74 USD/day)
adzcoin (X11): -0.00040828 BTC/day (-1.75 USD/day)
litecoin (Scrypt): -0.00041916 BTC/day (-1.80 USD/day)
gamecredits (Scrypt): -0.00042298 BTC/day (-1.82 USD/day)
sexcoin (Scrypt): -0.00045059 BTC/day (-1.93 USD/day)

No others errors found!

Will investigate more into it and update; Thanks  Smiley

Well, I think I've figured it why it has failed even after installation of 'libutempter0', the profitable coin according to MPH is XMR and with the XMR the path provided in the 'mph_config.json' is invalid.

Code:
/home/m1/KTccminer-cryptonight/ccminer -a cryptonight

valid one

Code:
/home/m1/KXccminer/ccminer -a cryptonight


Scott have you tried the stak client?  Does does the KlausT client have equivalent performance?