Author

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

member
Activity: 83
Merit: 10
October 20, 2017, 02:58:59 PM
OK, I figured it out, and it may be useful for others...

I sorted it by comparing the output of
nvidia-smi

to the output of
nvidia-smi -q

instead of
nvidia-smi -q -d clock

The second command shows all the detail on the GPUs, while the third one only showed clock info.

With all detail, I was able to match up current fan speeds and temps to confirm that this is correct for my case:

Code:
GPU 0 = GPU 00000000:01:00.0
GPU 1 = GPU 00000000:02:00.0
GPU 2 = GPU 00000000:03:00.0
GPU 3 = GPU 00000000:04:00.0
GPU 4 = GPU 00000000:06:00.0
GPU 5 = GPU 00000000:07:00.0
GPU 6 = GPU 00000000:08:00.0

I've also learned that my mixed 1070's have different power requirements, so I'm going to tweak that in 1bash and see if that can help me optimize further:

Code:
GPU 00000000:01:00.0
Min Power Limit : 75.00 W
Max Power Limit : 170.00 W
GPU 00000000:02:00.0
Min Power Limit : 92.50 W
Max Power Limit : 208.00 W
GPU 00000000:03:00.0
Min Power Limit : 92.50 W
Max Power Limit : 226.00 W
GPU 00000000:04:00.0
Min Power Limit : 110.00 W
Max Power Limit : 264.00 W
GPU 00000000:06:00.0
Min Power Limit : 110.00 W
Max Power Limit : 264.00 W
GPU 00000000:07:00.0
Min Power Limit : 92.50 W
Max Power Limit : 208.00 W
GPU 00000000:08:00.0
Min Power Limit : 75.00 W
Max Power Limit : 170.00 W
member
Activity: 83
Merit: 10
October 20, 2017, 02:25:05 PM
General NVIDIA-SMI question, as I try to fine-tune this rig...

If I do
Code:
nvidia-smi
I get output with for seven GPUs in a chart, numbered 0 through 6. All are GTX 1070, like this:

Code:
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.90                 Driver Version: 384.90                    |
|-------------------------------+----------------------+----------------------+
| 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 1070    Off  | 00000000:01:00.0 Off |                  N/A |
| 40%   65C    P2   122W / 120W |   2393MiB /  8113MiB |     96%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 1070    Off  | 00000000:02:00.0 Off |                  N/A |
| 40%   59C    P2   120W / 120W |   2354MiB /  8114MiB |     98%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 1070    Off  | 00000000:03:00.0 Off |                  N/A |
| 40%   53C    P2   119W / 120W |   2354MiB /  8114MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 1070    Off  | 00000000:04:00.0 Off |                  N/A |
| 45%   66C    P2   120W / 120W |   2354MiB /  8114MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 1070    Off  | 00000000:06:00.0 Off |                  N/A |
| 72%   63C    P2   118W / 120W |   2354MiB /  8114MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 1070    Off  | 00000000:07:00.0 Off |                  N/A |
| 40%   60C    P2   119W / 120W |   2354MiB /  8114MiB |     98%      Default |
+-------------------------------+----------------------+----------------------+
|   6  GeForce GTX 1070    Off  | 00000000:08:00.0 Off |                  N/A |
| 40%   65C    P2   120W / 120W |   2354MiB /  8114MiB |     99%      Default |
+-------------------------------+----------------------+----------------------+

If I do
Code:
nvidia-smi -q -d clock
I get a long string of output with the clock info for each GPU in this format, with seven GPUs, numbered 1,2,3,4,6,7,8.

Code:
==============NVSMI LOG==============

Timestamp                           : Fri Oct 20 15:15:44 2017
Driver Version                      : 384.90

Attached GPUs                       : 7
GPU 00000000:01:00.0
    Clocks
        Graphics                    : 1847 MHz
        SM                          : 1847 MHz
        Memory                      : 4201 MHz
        Video                       : 1657 MHz
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : 1987 MHz
        SM                          : 1987 MHz
        Memory                      : 4004 MHz
        Video                       : 1708 MHz
    Max Customer Boost Clocks
        Graphics                    : N/A
    SM Clock Samples
        Duration                    : 6.93 sec
        Number of Samples           : 100
        Max                         : 1911 MHz
        Min                         : 1797 MHz
        Avg                         : 1842 MHz
    Memory Clock Samples
        Duration                    : 6.93 sec
        Number of Samples           : 100
        Max                         : 4202 MHz
        Min                         : 4201 MHz
        Avg                         : 4201 MHz
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A

GPU 00000000:02:00.0
    Clocks
        Graphics                    : 1961 MHz
        SM                          : 1961 MHz
        Memory                      : 4303 MHz
        Video                       : 1759 MHz
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : 2012 MHz
        SM                          : 2012 MHz
        Memory                      : 4004 MHz
        Video                       : 1708 MHz
    Max Customer Boost Clocks
        Graphics                    : N/A
    SM Clock Samples
        Duration                    : 7.52 sec
        Number of Samples           : 100
        Max                         : 1999 MHz
        Min                         : 1923 MHz
        Avg                         : 1964 MHz
    Memory Clock Samples
        Duration                    : 7.52 sec
        Number of Samples           : 100
        Max                         : 4303 MHz
        Min                         : 4302 MHz
        Avg                         : 4302 MHz
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A


GPU 00000000:03:00.0
    Clocks
        Graphics                    : 1987 MHz
        SM                          : 1987 MHz
        Memory                      : 4303 MHz
        Video                       : 1784 MHz
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : 2012 MHz
        SM                          : 2012 MHz
        Memory                      : 4004 MHz
        Video                       : 1708 MHz
    Max Customer Boost Clocks
        Graphics                    : N/A
    SM Clock Samples
        Duration                    : 11.38 sec
        Number of Samples           : 100
        Max                         : 2012 MHz
        Min                         : 1974 MHz
        Avg                         : 1996 MHz
    Memory Clock Samples
        Duration                    : 11.38 sec
        Number of Samples           : 100
        Max                         : 4303 MHz
        Min                         : 4302 MHz
        Avg                         : 4302 MHz
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A

GPU 00000000:04:00.0
    Clocks
        Graphics                    : 1809 MHz
        SM                          : 1809 MHz
        Memory                      : 4303 MHz
        Video                       : 1620 MHz
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : 2012 MHz
        SM                          : 2012 MHz
        Memory                      : 4004 MHz
        Video                       : 1708 MHz
    Max Customer Boost Clocks
        Graphics                    : N/A
    SM Clock Samples
        Duration                    : 8.55 sec
        Number of Samples           : 100
        Max                         : 1822 MHz
        Min                         : 1759 MHz
        Avg                         : 1809 MHz
    Memory Clock Samples
        Duration                    : 8.55 sec
        Number of Samples           : 100
        Max                         : 4303 MHz
        Min                         : 4302 MHz
        Avg                         : 4302 MHz
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A

GPU 00000000:06:00.0
    Clocks
        Graphics                    : 1797 MHz
        SM                          : 1797 MHz
        Memory                      : 4201 MHz
        Video                       : 1607 MHz
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : 2012 MHz
        SM                          : 2012 MHz
        Memory                      : 4004 MHz
        Video                       : 1708 MHz
    Max Customer Boost Clocks
        Graphics                    : N/A
    SM Clock Samples
        Duration                    : 9.33 sec
        Number of Samples           : 100
        Max                         : 1860 MHz
        Min                         : 1784 MHz
        Avg                         : 1834 MHz
    Memory Clock Samples
        Duration                    : 9.33 sec
        Number of Samples           : 100
        Max                         : 4202 MHz
        Min                         : 4201 MHz
        Avg                         : 4201 MHz
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A

GPU 00000000:07:00.0
    Clocks
        Graphics                    : 1961 MHz
        SM                          : 1961 MHz
        Memory                      : 4252 MHz
        Video                       : 1759 MHz
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : 2012 MHz
        SM                          : 2012 MHz
        Memory                      : 4004 MHz
        Video                       : 1708 MHz
    Max Customer Boost Clocks
        Graphics                    : N/A
    SM Clock Samples
        Duration                    : 9.12 sec
        Number of Samples           : 100
        Max                         : 1987 MHz
        Min                         : 1923 MHz
        Avg                         : 1962 MHz
    Memory Clock Samples
        Duration                    : 9.12 sec
        Number of Samples           : 100
        Max                         : 4252 MHz
        Min                         : 4252 MHz
        Avg                         : 4252 MHz
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A

GPU 00000000:08:00.0
    Clocks
        Graphics                    : 1784 MHz
        SM                          : 1784 MHz
        Memory                      : 4303 MHz
        Video                       : 1594 MHz
    Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Default Applications Clocks
        Graphics                    : N/A
        Memory                      : N/A
    Max Clocks
        Graphics                    : 1987 MHz
        SM                          : 1987 MHz
        Memory                      : 4004 MHz
        Video                       : 1708 MHz
    Max Customer Boost Clocks
        Graphics                    : N/A
    SM Clock Samples
        Duration                    : 7.12 sec
        Number of Samples           : 100
        Max                         : 1809 MHz
        Min                         : 1708 MHz
        Avg                         : 1779 MHz
    Memory Clock Samples
        Duration                    : 7.12 sec
        Number of Samples           : 100
        Max                         : 4303 MHz
        Min                         : 4302 MHz
        Avg                         : 4302 MHz
    Clock Policy
        Auto Boost                  : N/A
        Auto Boost Default          : N/A




Here's the problem:

The first chart shows me seven GPUs, numbered 0-6, which seem to correspond to GPU numbers in 1bash and in the Maxximus007_AUTO_TEMPERATURE_CONTROL.

I can't see a way to match the GPU numbers in the clock output to the GPU numbering used in the first chart (and in 1bash). Are they simply in ascending numerical order?

If numerical, then:

0=1
1=2
2=3
3=4
4=6
5=7
6=8

Is that correct, in my instance?
member
Activity: 83
Merit: 10
October 20, 2017, 02:05:13 PM
Hi, is there a way to set a resolution in headless mode? The resolution always defaults to 640x480 after start up without a monitor plugged in, but i can change it manually with the command xrandr --fb 1920x1080 . I'm really new with linux and any help would be great. I'm using Teamviewer



It happens because there's nothing physically plugged into the primary graphics card. You'll need a "GPU dummy plug" to physically put into the primary graphics card - this gives it a mode to default to other than 640x480. Easily available online.
full member
Activity: 362
Merit: 102
October 20, 2017, 01:24:51 PM
Can anyone help me get temperature controls on the last few cards? It seems like it's some sort of driver / xorg problem. This is completely killing my rig to the point I'm willing to pay for help if someone more knowledgeable can assist me.

I saw your previous post about how to regenerate xorg and I wanted to point you to these lines in 2unix that appear to modify it for the 19.1.3 upgrade:

   cd /tmp
   wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=0B3ra23kLdr5lVUJoal9vdV85UDQ' -O v0019-13.zip
   cp v0019-13.zip '/home/m1/Downloads'
   rm v0019-13.zip
   cd /home/m1/Downloads
   unzip v0019-13.zip
   cd /home/m1/Downloads/v0019-13
.
.
.
   sudo echo 'export CUDA_DEVICE_ORDER=PCI_BUS_ID' | sudo tee -a /etc/profile.d/cuda-device-order.sh
   sudo cp xorg.conf '/etc/X11/xorg.conf.backup'
   sudo cp xorg.conf '/etc/X11/xorg.conf'
   rm xorg.conf
   echo "Rebooting in 15 seconds to reinit xorg"
   sudo reboot


So this is how xorg is handled by the upgrade process and may help with your issue. If nothing else, you could try backing up your existing /etc/X11/xorg.conf and trying this version.


Thank you for taking the time to check out my issue!

To be honest, I wasted probably an entire week trying to get this working properly. I have one USB stick that has all the temp controls on it, but I have no idea how or why. And anyways, it's unstable and crashes.

Instead, I just gave up on the temp control issue. I have a mixture of 1080ti and P106, so I've moved the P106 cards into the slots that have no manual temperature controls. Whatever sort of built in temperature control works fine. It was only on the 1080ti that I was having overheating issues which would shut down the rig. So out of my 19 cards, the last 4 lack temp controls, and they're all P106 cards.

I can't bother to tinker with it anymore, and this is actually working quite well, so I will forget about the issue for now as I'm just happy to be mining once again after an entire week of insane troubleshooting of every aspect of the rig. Perhaps fullzero will find a fix for it, but I'm quite sure it's not related to my hardware.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 20, 2017, 10:18:32 AM
Here are the fixes for nvOC v0019-1.3 telegram and web info

Replace  or edit your files with the ones I sent

Code:
/home/m1/IAmNotAJeep_and_Maxximus007_WATCHDOG
/home/m1/3main
/home/m1/Maxximus007_AUTO_TEMPERATURE_CONTROL
/home/m1/telegram
/home/m1/www/cgi-bin/minerinfo

Code:
chmod a+x /home/m1/www/cgi-bin/minerinfo

Need sudo to edit:
Code:
sudo gedit /var/www/html/index.html
full member
Activity: 223
Merit: 101
October 20, 2017, 04:53:25 AM
Hi, is there a way to set a resolution in headless mode? The resolution always defaults to 640x480 after start up without a monitor plugged in, but i can change it manually with the command xrandr --fb 1920x1080 . I'm really new with linux and any help would be great. I'm using Teamviewer
member
Activity: 224
Merit: 13
October 20, 2017, 04:33:33 AM
I set to mine ZEC with ZM in 1bash.
I turned of watchdog and TempControl.

I just want to make it autostart mining on boot.
And want to watch on screen of miner via putty.
I hope all file are there.
I`ll reload img again, flash it from zero. And set it up again. Will see.

Thanks.
Thanks.

Ok, so presumably it works with EWBF? I found that if I start with the 19.1.3 image (as opposed to upgrading to that version via 4update), there is a problem with the ZM miner binary. 3main uses:

         HCD='/home/m1/zec/zm/5_1/zm_miner'

I did not have that version with the 19.1.3 image that I downloaded. Make sure that you have the miner in that location.
newbie
Activity: 63
Merit: 0
October 20, 2017, 03:48:52 AM
LAUNCHING:  Mining Process

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

When I set for ZM.
I see this.
But mining process don`t start.
Pool shows nothing. And I don`t see screen -r miner

m1@m1-desktop:~$ screen -ls
No Sockets found in /var/run/screen/S-m1.

m1@m1-desktop:~$ screen -r miner
There is no screen to be resumed matching miner.

Could you please help me, why this happens ..

Each time I need to connect via TM and start mining manually. It`s not comfortable.

That is an indication that something is not correct in the "number files" (e.g., 1bash, 3main). What coin are you mining for and what version of nvOC are you using? Also are you running the watchdog (IAmNotAJeep_and_Maxximus007_WATCHDOG="YES" in 1bash)? Your lack of output from screen -ls indicates that it is not starting nor is temp (Maxximus007_AUTO_TEMPERATURE_CONTROL).


I set to mine ZEC with ZM in 1bash.
I turned of watchdog and TempControl.

I just want to make it autostart mining on boot.
And want to watch on screen of miner via putty.
I hope all file are there.
I`ll reload img again, flash it from zero. And set it up again. Will see.

Thanks.
Thanks.
member
Activity: 224
Merit: 13
October 20, 2017, 03:26:51 AM
LAUNCHING:  Mining Process

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

When I set for ZM.
I see this.
But mining process don`t start.
Pool shows nothing. And I don`t see screen -r miner

m1@m1-desktop:~$ screen -ls
No Sockets found in /var/run/screen/S-m1.

m1@m1-desktop:~$ screen -r miner
There is no screen to be resumed matching miner.

Could you please help me, why this happens ..

Each time I need to connect via TM and start mining manually. It`s not comfortable.

That is an indication that something is not correct in the "number files" (e.g., 1bash, 3main). What coin are you mining for and what version of nvOC are you using? Also are you running the watchdog (IAmNotAJeep_and_Maxximus007_WATCHDOG="YES" in 1bash)? Your lack of output from screen -ls indicates that it is not starting nor is temp (Maxximus007_AUTO_TEMPERATURE_CONTROL).
newbie
Activity: 63
Merit: 0
October 20, 2017, 03:13:49 AM
LAUNCHING:  Mining Process

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

When I set for ZM.
I see this.
But mining process don`t start.
Pool shows nothing. And I don`t see screen -r miner

m1@m1-desktop:~$ screen -ls
No Sockets found in /var/run/screen/S-m1.

m1@m1-desktop:~$ screen -r miner
There is no screen to be resumed matching miner.

Could you please help me, why this happens ..

Each time I need to connect via TM and start mining manually. It`s not comfortable.
member
Activity: 224
Merit: 13
October 20, 2017, 02:59:06 AM
Can anyone help me get temperature controls on the last few cards? It seems like it's some sort of driver / xorg problem. This is completely killing my rig to the point I'm willing to pay for help if someone more knowledgeable can assist me.

I saw your previous post about how to regenerate xorg and I wanted to point you to these lines in 2unix that appear to modify it for the 19.1.3 upgrade:

   cd /tmp
   wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=0B3ra23kLdr5lVUJoal9vdV85UDQ' -O v0019-13.zip
   cp v0019-13.zip '/home/m1/Downloads'
   rm v0019-13.zip
   cd /home/m1/Downloads
   unzip v0019-13.zip
   cd /home/m1/Downloads/v0019-13
.
.
.
   sudo echo 'export CUDA_DEVICE_ORDER=PCI_BUS_ID' | sudo tee -a /etc/profile.d/cuda-device-order.sh
   sudo cp xorg.conf '/etc/X11/xorg.conf.backup'
   sudo cp xorg.conf '/etc/X11/xorg.conf'
   rm xorg.conf
   echo "Rebooting in 15 seconds to reinit xorg"
   sudo reboot


So this is how xorg is handled by the upgrade process and may help with your issue. If nothing else, you could try backing up your existing /etc/X11/xorg.conf and trying this version.
member
Activity: 224
Merit: 13
October 20, 2017, 02:39:33 AM
Help me ! NVOC 0019-1.3
 I want mining ZEN coin in zen.suprnova.cc
but it not work

ZEN_WORKER="sown"
ZEN_ADDRESS="sown.5"
ZEN_POOL="stratum+tcp://zen.suprnova.cc"
ZEN_PORT="3618"

and
ZEN_WORKER="rig1"
ZEN_ADDRESS="zne4GopNTkjHGwYK14LMqEKe3vucL4f5MG4"
ZEN_POOL="zen.suprnova.cc"
ZEN_PORT="3618"

it not work ! thank for read Cheesy

All suprnova mining endpoints are different from most pools in that they expect your mining username instead of your coin address. If you look at how the miner is launched in 3main, you will find these relevant lines:

      ZENADDR="$ZEN_ADDRESS.$ZEN_WORKER"
         screen -dmS miner $HCD --server $ZEN_POOL --user $ZENADDR --pass z --port $ZEN_PORT;
or if using the EWBF miner:
         screen -dmS miner $HCD --eexit 3 --fee $EWBF_PERCENT --pec --server $ZEN_POOL --user $ZENADDR --pass z --port $ZEN_PORT;

so your first settings are closer to correct. Suprnova is expecting the user to be of the form . and the password to be whatever you set for your miner password. In looking at what you have, I would presume that your Suprnova username is "sown" and your miner is "5". If that is the case, set the password for miner 5 to be "z" on the suprnova site (zen.suprnova.cc) or modify 3main to pass the correct password. Then set your 1bash settings to this:

ZEN_WORKER="5"
ZEN_ADDRESS="sown"
ZEN_POOL="stratum+tcp://zen.suprnova.cc"
ZEN_PORT="3618"


full member
Activity: 362
Merit: 102
October 19, 2017, 10:09:23 PM
Change the relevant fields to zen with your worker and username
newbie
Activity: 2
Merit: 0
October 19, 2017, 10:05:44 PM
Help me ! NVOC 0019-1.3
 I want mining ZEN coin in zen.suprnova.cc
but it not work

ZEN_WORKER="sown"
ZEN_ADDRESS="sown.5"
ZEN_POOL="stratum+tcp://zen.suprnova.cc"
ZEN_PORT="3618"

and
ZEN_WORKER="rig1"
ZEN_ADDRESS="zne4GopNTkjHGwYK14LMqEKe3vucL4f5MG4"
ZEN_POOL="zen.suprnova.cc"
ZEN_PORT="3618"

it not work ! thank for read Cheesy

for suprnova, my code is like this:

BTX_WORKER="mikespax"
BTX_ADDRESS="mikespax"
BTX_POOL="stratum+tcp://btx.suprnova.cc:3629"
BTX_INTENSITY="19"

make sure yours looks like that

thanks bro
but i want mining ZEN  in suprnova pool , i don't understand it not work.

full member
Activity: 362
Merit: 102
October 19, 2017, 09:54:07 PM
Help me ! NVOC 0019-1.3
 I want mining ZEN coin in zen.suprnova.cc
but it not work

ZEN_WORKER="sown"
ZEN_ADDRESS="sown.5"
ZEN_POOL="stratum+tcp://zen.suprnova.cc"
ZEN_PORT="3618"

and
ZEN_WORKER="rig1"
ZEN_ADDRESS="zne4GopNTkjHGwYK14LMqEKe3vucL4f5MG4"
ZEN_POOL="zen.suprnova.cc"
ZEN_PORT="3618"

it not work ! thank for read Cheesy

for suprnova, my code is like this:

BTX_WORKER="mikespax"
BTX_ADDRESS="mikespax"
BTX_POOL="stratum+tcp://btx.suprnova.cc:3629"
BTX_INTENSITY="19"

make sure yours looks like that
full member
Activity: 362
Merit: 102
October 19, 2017, 09:52:52 PM
Can anyone help me get temperature controls on the last few cards? It seems like it's some sort of driver / xorg problem. This is completely killing my rig to the point I'm willing to pay for help if someone more knowledgeable can assist me.
newbie
Activity: 2
Merit: 0
October 19, 2017, 09:49:23 PM
Help me ! NVOC 0019-1.3
 I want mining ZEN coin in zen.suprnova.cc
but it not work

ZEN_WORKER="sown"
ZEN_ADDRESS="sown.5"
ZEN_POOL="stratum+tcp://zen.suprnova.cc"
ZEN_PORT="3618"

and
ZEN_WORKER="rig1"
ZEN_ADDRESS="zne4GopNTkjHGwYK14LMqEKe3vucL4f5MG4"
ZEN_POOL="zen.suprnova.cc"
ZEN_PORT="3618"

it not work ! thank for read Cheesy
newbie
Activity: 7
Merit: 0
October 19, 2017, 08:53:26 PM
Hello every one, Hope you're mining every damn coin in the blockchain

I'm new to mining and just finish my first rig with Z270-A mobs and 6 1080ti GPUs and start mining MONA with nvOC v0019-1.3, I came cross few issues
-After image USB key Try to modified Bash1 & 3main files from Linux OS, USB key image become Unbootable & Bash1 file is gone?!!
-OS some time get hang and after hard reboot, USB key image become Unbootable & Bash1 file is gone?!!
-Miner started to mine MONA and after 10 mints become unstable and keep crash(I use ASCCminer & it's registered in suprnova pool)?!!

Any thing can help to solve this issues Huh

I'm still having annoying broken Operating System @ USB key after few run or system reboot and get this error msg'
http://b.up-00.com/2017/10/150831609350471.jpg

Any idea how to solve this issue?
USB Key (SanDisk Ultra Fit 64GB, I have 2 and both give same issue)
Maybe I have to tray different USB Key brand and see how it's go

It seems your USB stick doesn't play well with linux. Try another model or brand.

Thanks leenoox, I just got new one & I'll give it a go hope it solve this ridiculous issue.


Do yourself and your rig a big favor and get a 50$ SSD
Bigger, Faster, More stable ,....

Thanks papampi, I already have 120GB SSD but to image it with nvOC seems to much thing to do, if there an easy way to dump the image directly from the USB key to SSD that will be great.

You can easily do it
Just fire up HDD Raw Copy

In select source chose your USB
In destination choose your SSD
But since your USB looks corrupted it may not goes well

If It does you can expand it after boot to nvOC with Gparted,
If it doesnt copy the downloaded image to your SSD with HDD Raw Copy tool

Then
Have a look at my how to enable swap and expand drive with Gparted HERE



Thanks papampi, The problem I don't have other set-up to connect SSD to and copy nvOC image except my rig. For that reason I need to find around solution to do that from same rig. I already apply enable swap & expand OS drive on USB key, So it will be same procedure for SSD after I successfully copy nvOC image to it.
newbie
Activity: 7
Merit: 0
October 19, 2017, 08:35:46 PM
Hello every one, Hope you're mining every damn coin in the blockchain

I'm new to mining and just finish my first rig with Z270-A mobs and 6 1080ti GPUs and start mining MONA with nvOC v0019-1.3, I came cross few issues
-After image USB key Try to modified Bash1 & 3main files from Linux OS, USB key image become Unbootable & Bash1 file is gone?!!
-OS some time get hang and after hard reboot, USB key image become Unbootable & Bash1 file is gone?!!
-Miner started to mine MONA and after 10 mints become unstable and keep crash(I use ASCCminer & it's registered in suprnova pool)?!!

Any thing can help to solve this issues Huh

I'm still having annoying broken Operating System @ USB key after few run or system reboot and get this error msg'
http://b.up-00.com/2017/10/150831609350471.jpg

Any idea how to solve this issue?
USB Key (SanDisk Ultra Fit 64GB, I have 2 and both give same issue)
Maybe I have to tray different USB Key brand and see how it's go

It seems your USB stick doesn't play well with linux. Try another model or brand.

Do yourself and your rig a big favor and get a 50$ SSD
Bigger, Faster, More stable ,....

I have the same issue, on z-270a. I found that the key in a usb 3.0 port will do that. I have H100 and I have same issue but if I use the usb 2.0 key it goes away.
for the z-270a board I switch usb ports reboot might take a few tries but it comes back up. Unfortunately the z-270a doesn't have usb 2.0 that I saw Sad

Im facing same issue on btc 250 pro biostar
before v19 I never faced this issue
but on v19 as soon as the system restarts
gone! I have to install nvoc again to make it work
Im trying v19-beta3 will see if it resolves the issue
Im gonna try this too
using sandisk ultrafit 32gb

the 250 should have both usb 3.0 and 2.0 try the 2.0 port.

I use the scandisk 32 g as well from Costco, great price $34 for 3 I'm in canada

I use the left top USB port in motherboard back panel (the one with light blue colour USB 3.1) and until now no issue, I also try to not restart the system to often.

http://www.legitreviews.com/wp-content/uploads/2016/12/ASUS-Prime-Z270-A-Rear-IO.jpg

Also z-270a has internal USB 2.0 port and it's need a cable to be able to use it.
full member
Activity: 686
Merit: 140
Linux FOREVER! Resistance is futile!!!
October 19, 2017, 07:11:37 PM
Any one mining dual ETH
Please send me 10-20 lines of miner output to fix web info before post latest tomorrow

Also need Genoil ethminer output if any one mining with it.


Yes I am minning with claymore 10 on nvOC v0019. I am mining with MPH-Switch modified, and et this time i write this message my miner system is mining ZClassic ...

But i will send you in private the logs of claymore minning ETH + LBC ASAP.

Thanks Mate.
Jump to: