Author

Topic: [ mining os ] nvoc - page 226. (Read 418546 times)

newbie
Activity: 1
Merit: 0
September 16, 2017, 12:01:18 AM
Guys, I am having issues unzipping the NVOS (nvOC_v0019.zip) on both MAC and PC. The file size shows 6,436,759,477 bytes (6.44 GB on disk), but when I am trying to unzip the size of the image is getting huge (over 250GB!). I downloaded the google drive version of NVOS zip from this forum. Has anyone encountered this issue and can give some advice? Thank you in advance!
newbie
Activity: 17
Merit: 0
September 15, 2017, 11:28:40 PM
I just ssh'd in with m1/miner1 and edited ~/1bash file.

Then, "screen -r miner" to switch to miner and Ctrl+C to cancel mining.

The miner will start itself back up and apply any changes  you made to 1bash file.

Not sure if this is the right workflow but it worked for me.

-phil
newbie
Activity: 31
Merit: 0
September 15, 2017, 10:52:59 PM
how do we change the bash file or the miner settings from putty? and how to stop the miner and start? thanks!
newbie
Activity: 17
Merit: 0
September 15, 2017, 09:35:05 PM
thanks for that. I found the issue.

DOT_POOL_FORMAT_or_FORWARD_SLASH_POOL_FORMAT="DOT"  # formerly ETHERMINEdotORG
member
Activity: 119
Merit: 10
September 15, 2017, 09:10:04 PM
wow this is super cool. all I had to do is image the SSD and I was up in running in no time by just swapping it into a rig.

only issue is.. all ETH miners report some version of

Claymore:
ETH: Share rejected!
Socket was closed remotely (by pool)


Etherminer/Genoil:
  ℹ  20:19:51|ethminer  Connecting to stratum server us2.ethermine.org:4444
Could not resolve hostus2.ethermine.org:4444, Operation canceled  ℹ  20:19:51|ethminer  Reconnecting in 3 seconds...
  ℹ  20:19:54|ethminer  Connecting to stratum server us2.ethermine.org:4444
Could not resolve hostus2.ethermine.org:4444, Operation canceled  ℹ  20:19:54|ethminer  Reconnecting in 3 seconds...
  ℹ  20:19:57|ethminer  Connecting to stratum server us2.ethermine.org:4444
Could not resolve hostus2.ethermine.org:4444, Operation canceled  ℹ  20:19:57|ethminer  Reconnecting in 3 seconds...

Any ideas what this might be? I checked and there is no connectivity issue to etherminer from the box, I can telnet to port 4444

-phil

Well from the messages I'd guess a DNS issue, but since you can telnet to that host... Have you checked in 1bash if "ETHERMINEdotORG=yes"? It's necessary for Ethermine (well, at least for v18, haven't upgraded to v19 yet).
newbie
Activity: 17
Merit: 0
September 15, 2017, 07:40:31 PM
wow this is super cool. all I had to do is image the SSD and I was up in running in no time by just swapping it into a rig.

only issue is.. all ETH miners report some version of

Claymore:
ETH: Share rejected!
Socket was closed remotely (by pool)


Etherminer/Genoil:
  ℹ  20:19:51|ethminer  Connecting to stratum server us2.ethermine.org:4444
Could not resolve hostus2.ethermine.org:4444, Operation canceled  ℹ  20:19:51|ethminer  Reconnecting in 3 seconds...
  ℹ  20:19:54|ethminer  Connecting to stratum server us2.ethermine.org:4444
Could not resolve hostus2.ethermine.org:4444, Operation canceled  ℹ  20:19:54|ethminer  Reconnecting in 3 seconds...
  ℹ  20:19:57|ethminer  Connecting to stratum server us2.ethermine.org:4444
Could not resolve hostus2.ethermine.org:4444, Operation canceled  ℹ  20:19:57|ethminer  Reconnecting in 3 seconds...

Any ideas what this might be? I checked and there is no connectivity issue to etherminer from the box, I can telnet to port 4444

-phil
newbie
Activity: 31
Merit: 0
September 15, 2017, 06:41:37 PM
guys, when I do putty, what is the username and password?

Default user is m1 and password is miner1 Wink

you are the best! thanks! oh and how do we change the bash file or the miner settings from putty? and how to stop the miner and start? thanks!
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
September 15, 2017, 06:12:15 PM
guys, when I do putty, what is the username and password?

Default user is m1 and password is miner1 Wink
newbie
Activity: 31
Merit: 0
September 15, 2017, 05:49:19 PM
guys, when I do putty, what is the username and password?
newbie
Activity: 44
Merit: 0
September 15, 2017, 04:52:58 PM
How can I enable the API for EWBF?

open 3main in gedit then press ctrl + f and type ewbf

look for the coin your mining with ewbf and add:
Code:
--api

to the line that looks like:

Code:
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT;

so that it reads:
Code:
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT --api;

I actually found it myself and was coming back to remove my question. You were too quick for me. Thanks for the response though!!

Just thought I would mention that if you want to monitor from another host you will need to use '--api 0.0.0.0:42000' just using '--api' only allows the local host to connect to the port.
newbie
Activity: 44
Merit: 0
September 15, 2017, 04:33:42 PM
How can I enable the API for EWBF?

open 3main in gedit then press ctrl + f and type ewbf

look for the coin your mining with ewbf and add:
Code:
--api

to the line that looks like:

Code:
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT;

so that it reads:
Code:
screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEC_POOL --user $ZECADDR --pass z --port $ZEC_PORT --api;

I actually found it myself and was coming back to remove my question. You were too quick for me. Thanks for the response though!!
newbie
Activity: 44
Merit: 0
September 15, 2017, 04:24:47 PM
How can I enable the API for EWBF?
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 15, 2017, 03:24:15 PM
Is it possible to compile latest ccminer klaust for linux ?
I'm getting +1000 kh/s neoscrypt with 1070 on windows with it
while SPccminer gives 800 kh/s on nvoc

Code:
m1@m1-desktop-101:~/Downloads/ccminer-klaust/ccminer-klaust$ ./ccminer --version
ccminer 8.13-KlausT (64bit) for nVidia GPUs
Compiled with GCC 5.4 using Nvidia CUDA Toolkit 8.0

Based on pooler cpuminer 2.3.2 and the tpruvot@github fork
CUDA support by Christian Buchner, Christian H. and DJM34
Includes optimizations implemented by sp-hash, klaust, tpruvot and tsiv.

ccminer v8.13-KlausT
libcurl/7.47.0 GnuTLS/3.4.10 zlib/1.2.8 libidn/1.32 librtmp/2.3

I compiled it but gives me error :


Code:
[2017-09-09 15:28:05] GPU #3: waiting for data
[2017-09-09 15:28:05] GPU #0: waiting for data
[2017-09-09 15:28:05] GPU #4: waiting for data
[2017-09-09 15:28:05] GPU #5: waiting for data
[2017-09-09 15:28:05] GPU #1: waiting for data
[2017-09-09 15:28:06] Stratum difficulty set to 256
[2017-09-09 15:28:06] Stratum difficulty set to 64
[2017-09-09 15:28:06] hub.miningpoolhub.com:20510 neoscrypt block 1876969
Cuda error in func 'neoscrypt_cpu_init_2stream' at line 1439 : invalid device symbol.
Cuda error in func 'neoscrypt_cpu_init_2stream' at line 1428 : driver shutting down.

I believe I compiled this miner for v0019; it should be under the directory KTminer.  Might be a different version.

Unfortunately we dont have KTccminer, we have KX for skunk-krnlx  and TP for tpruvot 2.2 and AS for alexis78
Can you please give it a shot?
Hash rate difference is around 20% with 1070
1000+ on windows with klaust ccminer and 800 with SP and KX ccminer on nvoc

So many forks of ccminer.

I compiled the KT on my desktop; but it has an i7: I will compile it again with a g1840 and add it with the next update.


No Need
I posted later, Klaust has problem on linux with neoscrypt.
Thanks
newbie
Activity: 46
Merit: 0
September 15, 2017, 03:22:27 PM
what are you mining and where is your rig ?
fan 40% temp 45 utilization 99
those numbers are incredible.
are you on v0019 ?
I'm mining ZEC / ZEN / SIGT. I'm in EU.
Yes, using v0019.

Why incredible?
My config:
 - power limit set to 220W for all gpus,
 - OC for all cards: Core +75, Mem +90 (I can overclock more, but OS is unstable and graphical drivers some times crash)

Are these invalid? For ZEC mining, I've this rate:
Code:
Temp: GPU0: 43C GPU1: 44C GPU2: 44C GPU3: 41C GPU4: 44C GPU5: 46C GPU6: 47C GPU7: 53C GPU8: 36C
GPU0: 724 Sol/s GPU1: 718 Sol/s GPU2: 729 Sol/s GPU3: 721 Sol/s GPU4: 721 Sol/s GPU5: 719 Sol/s GPU6: 712 Sol/s GPU7: 716 Sol/s GPU8: 709 Sol/s
Total speed: 6469 Sol/s
+-----+-------------+--------------+
| GPU | Power usage |  Efficiency  |
+-----+-------------+--------------+
|  0  |    222W     |  3.26 Sol/W  |
|  1  |    218W     |  3.29 Sol/W  |
|  2  |    220W     |  3.31 Sol/W  |
|  3  |    187W     |  3.86 Sol/W  |
|  4  |    217W     |  3.32 Sol/W  |
|  5  |    194W     |  3.71 Sol/W  |
|  6  |    215W     |  3.31 Sol/W  |
|  7  |    201W     |  3.56 Sol/W  |
|  8  |    220W     |  3.22 Sol/W  |
+-----+-------------+--------------+
newbie
Activity: 46
Merit: 0
September 15, 2017, 03:11:48 PM
There are NO such limitations; nvOC is designed to max of 13 cards without any modification of 1bash & 3main (can add more by modifying these two files). Try to verify the risers (swap them around with the working ones).

Hash rates dropped with your 8 cards??
OK, I think same - no limitations...

I've rate ~6400 Sol/s with 8 cards.

After connection next 3 cards, rate dropped to ~5100 Sol/s only. nvOS didn't detect more than 8 cards, as you can saw on nvidia-smi.

Well, risers maybe problem - I'm novice in mining, so I ordered more types. I using version v006C and v008S. On cards plugged on v006C blinking LEDs below power connectors on card. I've ordered 13 pcs of v008S (these: www.aliexpress.com/item/TISHRIC-2018-Hot-VER008S-Molex-4PIN-15PIN-SATA-6PIN-3-in-1-PCIE-PCI-Express-Riser/32830747032.html). I hope that will works well.

Many thanks :-)
newbie
Activity: 26
Merit: 0
September 15, 2017, 02:42:47 PM
I couldn't get the /getid command to work with my telegram bot. Just in case anyone else is having that issue, this guide helped me get around that:

https://www.forsomedefinition.com/automation/creating-telegram-bot-notifications/
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
September 15, 2017, 02:24:11 PM


both of those commands just leave me with this?


guys input with this? still haven't SSH'd in

I assume u wait a little after your miner work to do screen -ls

Process take 20-30 sec to be showed in screen -ls

I also see a lot of update suggestion on your screen, first of all use nvOC19 Wink



hmmm, now I realize I was connecting to my rig on 17 and not my nvoc19 rigs - would this be part of my issue O_O
full member
Activity: 420
Merit: 106
https://steemit.com/@bibi187
September 15, 2017, 01:29:33 PM


both of those commands just leave me with this?


guys input with this? still haven't SSH'd in

I assume u wait a little after your miner work to do screen -ls

Process take 20-30 sec to be showed in screen -ls

I also see a lot of update suggestion on your screen, first of all use nvOC19 Wink

full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
September 15, 2017, 01:13:52 PM
Hi guys,
I've mobo ASRock H110 Pro BTC+ with 8x GPUs 1080Ti to today. Today I bougth next 3 GPUs, connect them, but detected next ONE card only. Hash power decreace too. With 8 gpus I had about 6400 Sol/s, now have 5500 Sol/s... Sad

There are some limitations for GPUs count or any settings for nvOS?

See nvidia-smi:
Code:
m1@rig-bafomet:~$ sudo nvidia-smi
Fri Sep 15 13:16:47 2017
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.59                 Driver Version: 384.59                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 108...  Off  | 00000000:01:00.0 Off |                  N/A |
| 40%   44C    P2   217W / 220W |    720MiB / 11171MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 108...  Off  | 00000000:02:00.0 Off |                  N/A |
| 40%   45C    P2   219W / 220W |    679MiB / 11172MiB |     94%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 108...  Off  | 00000000:03:00.0 Off |                  N/A |
| 40%   44C    P2   217W / 220W |    679MiB / 11172MiB |     38%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 108...  Off  | 00000000:04:00.0 Off |                  N/A |
| 40%   42C    P2   226W / 220W |    679MiB / 11172MiB |     51%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 108...  Off  | 00000000:09:00.0 Off |                  N/A |
| 40%   43C    P2   210W / 220W |    679MiB / 11172MiB |     44%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 108...  Off  | 00000000:0C:00.0 Off |                  N/A |
| 40%   46C    P2   221W / 220W |    679MiB / 11172MiB |     48%      Default |
+-------------------------------+----------------------+----------------------+
|   6  GeForce GTX 108...  Off  | 00000000:0D:00.0 Off |                  N/A |
| 40%   47C    P2   207W / 220W |    679MiB / 11172MiB |     94%      Default |
+-------------------------------+----------------------+----------------------+
|   7  GeForce GTX 108...  Off  | 00000000:0E:00.0 Off |                  N/A |
| 40%   54C    P2   211W / 220W |    679MiB / 11172MiB |     97%      Default |
+-------------------------------+----------------------+----------------------+
|   8  GeForce GTX 108...  Off  | 00000000:0F:00.0 Off |                  N/A |
| 40%   39C    P2   221W / 220W |    679MiB / 11172MiB |     98%      Default |
+-------------------------------+----------------------+----------------------+

and number of plugged GPUs in mobo:
Code:
m1@rig-bafomet:~$ sudo lspci | grep -i VGA | wc -l
11

Thanks for advice Smiley


what are you mining and where is your rig ?
fan 40% temp 45 utilization 99
those numbers are incredible.
are you on v0019 ?
full member
Activity: 378
Merit: 104
nvOC forever
September 15, 2017, 12:37:42 PM
Hi guys,
I've mobo ASRock H110 Pro BTC+ with 8x GPUs 1080Ti to today. Today I bougth next 3 GPUs, connect them, but detected next ONE card only. Hash power decreace too. With 8 gpus I had about 6400 Sol/s, now have 5500 Sol/s... Sad

There are some limitations for GPUs count or any settings for nvOS?

See nvidia-smi:
Code:
m1@rig-bafomet:~$ sudo nvidia-smi
Fri Sep 15 13:16:47 2017
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.59                 Driver Version: 384.59                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 108...  Off  | 00000000:01:00.0 Off |                  N/A |
| 40%   44C    P2   217W / 220W |    720MiB / 11171MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 108...  Off  | 00000000:02:00.0 Off |                  N/A |
| 40%   45C    P2   219W / 220W |    679MiB / 11172MiB |     94%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 108...  Off  | 00000000:03:00.0 Off |                  N/A |
| 40%   44C    P2   217W / 220W |    679MiB / 11172MiB |     38%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 108...  Off  | 00000000:04:00.0 Off |                  N/A |
| 40%   42C    P2   226W / 220W |    679MiB / 11172MiB |     51%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 108...  Off  | 00000000:09:00.0 Off |                  N/A |
| 40%   43C    P2   210W / 220W |    679MiB / 11172MiB |     44%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 108...  Off  | 00000000:0C:00.0 Off |                  N/A |
| 40%   46C    P2   221W / 220W |    679MiB / 11172MiB |     48%      Default |
+-------------------------------+----------------------+----------------------+
|   6  GeForce GTX 108...  Off  | 00000000:0D:00.0 Off |                  N/A |
| 40%   47C    P2   207W / 220W |    679MiB / 11172MiB |     94%      Default |
+-------------------------------+----------------------+----------------------+
|   7  GeForce GTX 108...  Off  | 00000000:0E:00.0 Off |                  N/A |
| 40%   54C    P2   211W / 220W |    679MiB / 11172MiB |     97%      Default |
+-------------------------------+----------------------+----------------------+
|   8  GeForce GTX 108...  Off  | 00000000:0F:00.0 Off |                  N/A |
| 40%   39C    P2   221W / 220W |    679MiB / 11172MiB |     98%      Default |
+-------------------------------+----------------------+----------------------+

and number of plugged GPUs in mobo:
Code:
m1@rig-bafomet:~$ sudo lspci | grep -i VGA | wc -l
11

Thanks for advice Smiley



There are NO such limitations; nvOC is designed to max of 13 cards without any modification of 1bash & 3main (can add more by modifying these two files). Try to verify the risers (swap them around with the working ones).

Hash rates dropped with your 8 cards??
Jump to: