Pages:
Author

Topic: [ANN] ccminer 2.3 - opensource - GPL (tpruvot) - page 22. (Read 500113 times)

newbie
Activity: 2
Merit: 0
GPU=0;BUS=0;CARD=GeForce GTX 1060 3GB;TEMP=0.0;POWER=0;FAN=0;RPM=0;FREQ=1759;MEMFREQ=4004;GPUF=0;MEMF=0;KHS=0.24;KHW=0.00000;PLIM=0;ACC=1;REJ=0;HWF=0;I=20.0;THR=1048576|GPU=1;BUS=0;CARD=GeForce GTX 1060 3GB;TEMP=0.0;POWER=0;FAN=0;RPM=0;FREQ=1759;MEMFREQ=4004;GPUF=0;MEMF=0;KHS=0.22;KHW=0.00000;PLIM=0;ACC=1;REJ=0;HWF=0;I=20.0;THR=1048576|Connection closed by foreign host.

Years ago I saw something like this, it happens when trionic vomits.

Trionic?
legendary
Activity: 1750
Merit: 1024
Well where is the thread for yiimp development then? Only reason I posted here is because there isn't one. There is the old yaamp thread which occasionally people post in, but doesn't seem to be related to yaamp development (rather yiimp pool).

It's still a bug as well. The pool operator of the pool that I'm on seems to be looking into it, but if the source was fixed that would be nicer.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
you are out of subject here.. and yes 2.2.3 is legit (even the 2.2.4 under dev)... But bitcointalk cloud crap doesnt allow me to edit the first thread...
legendary
Activity: 1750
Merit: 1024
Aye, but you're the developer for yiimp that all the clone pools are based on?

https://github.com/tpruvot/yiimp

Yaamp is defunct unless it's still actively being developed somewhere? Your open source github banner is at the bottom of all the clone pages.

Also this has nothing to do with coin swaps, some coins use more then one algo.
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
there is no blake2s xvg on my pool, nor coin swaps allowed
legendary
Activity: 1750
Merit: 1024
Epsylon there appears to be a bug with yiimp pools and duplicate coins over multiple algos. If a coin uses more then one algo (like XVG with x17 and Blake2s), if you use one address and switch algos it will cause the new coins to become 'invalid' under the status pane while mining with the new algo, even though the coins will be added to your pending balance they'll never reach your actual 'balance' and be paid out. They're stuck in 'pending' limbo forever. Also when mining with the new algo (x17 in my case) under your wallet page it wont show your total miners and hashrate even though the miners are connected, not submitting bad shares, rejects, and function like normal. They're added to the pool hashrate and help find blocks.
legendary
Activity: 1176
Merit: 1015
GPU=0;BUS=0;CARD=GeForce GTX 1060 3GB;TEMP=0.0;POWER=0;FAN=0;RPM=0;FREQ=1759;MEMFREQ=4004;GPUF=0;MEMF=0;KHS=0.24;KHW=0.00000;PLIM=0;ACC=1;REJ=0;HWF=0;I=20.0;THR=1048576|GPU=1;BUS=0;CARD=GeForce GTX 1060 3GB;TEMP=0.0;POWER=0;FAN=0;RPM=0;FREQ=1759;MEMFREQ=4004;GPUF=0;MEMF=0;KHS=0.22;KHW=0.00000;PLIM=0;ACC=1;REJ=0;HWF=0;I=20.0;THR=1048576|Connection closed by foreign host.

Years ago I saw something like this, it happens when trionic vomits.
newbie
Activity: 2
Merit: 0
Trying to track down why I am getting no hardware info in my API return

GPU=0;BUS=0;CARD=GeForce GTX 1060 3GB;TEMP=0.0;POWER=0;FAN=0;RPM=0;FREQ=1759;MEMFREQ=4004;GPUF=0;MEMF=0;KHS=0.24;KHW=0.00000;PLIM=0;ACC=1;REJ=0;HWF=0;I=20.0;THR=1048576|GPU=1;BUS=0;CARD=GeForce GTX 1060 3GB;TEMP=0.0;POWER=0;FAN=0;RPM=0;FREQ=1759;MEMFREQ=4004;GPUF=0;MEMF=0;KHS=0.22;KHW=0.00000;PLIM=0;ACC=1;REJ=0;HWF=0;I=20.0;THR=1048576|Connection closed by foreign host.


Running latest version of CCMiner inside a docker container.  In addition nividia-smi responds with all the proper info inside the container.  Is this where it would be pulling from?

I also noticed that the KHS is off when mining equihash?  ccminer is reporting in sols while the api responds in KHS.  It looks like its leaving the value in the .00 place I guess I can do a conversion on that?
legendary
Activity: 1750
Merit: 1024
Ever notice how most of the help posts are from nix users. So much for the famed masterace. 99.99% uptime as long as you never change anything ever. Cheesy

Don't enjoy being Unix ignorant.

As long as it's a better use of my time, I definitely enjoy it.

Also count the posts.
newbie
Activity: 1
Merit: 0
newbie
Activity: 3
Merit: 0
Hello,
  Im getting this error when compiling.  Any ideas?

make[2]: Entering directory '/root/downloads/ccminer'
g++ -DHAVE_CONFIG_H -I.  -fopenmp  -pthread -fno-strict-aliasing -I./compat/jansson -I/usr/local/cuda/include -DUSE_WRAPNVML    -O3 -march=native -D_REENTRANT -falign-functions=16 -falign-jumps=16 -falign-labels=16 -MT equi/ccminer-equihash.o -MD -MP -MF equi/.deps/ccminer-equihash.Tpo -c -o equi/ccminer-equihash.o `test -f 'equi/equihash.cpp' || echo './'`equi/equihash.cpp
In file included from equi/equihash.cpp:15:0:
equi/eqcuda.hpp:14:36: fatal error: device_functions_decls.h: No such file or directory
compilation terminated.
Makefile:1985: recipe for target 'equi/ccminer-equihash.o' failed
make[2]: *** [equi/ccminer-equihash.o] Error 1
make[2]: Leaving directory '/root/downloads/ccminer'
Makefile:2201: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/downloads/ccminer'
Makefile:654: recipe for target 'all' failed
make: *** [all] Error 2


ubuntu/root/downloads/ccminer# lsb_release -a
No LSB modules are available.
Distributor ID:   Ubuntu
Description:   Ubuntu 16.04.3 LTS
Release:   16.04
Codename:   xenial
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Ever notice how most of the help posts are from nix users. So much for the famed masterace. 99.99% uptime as long as you never change anything ever. Cheesy

Don't enjoy being Unix ignorant.
legendary
Activity: 1750
Merit: 1024
Ever notice how most of the help posts are from nix users. So much for the famed masterace. 99.99% uptime as long as you never change anything ever. Cheesy
newbie
Activity: 26
Merit: 0
2.2.3 release is legit?
newbie
Activity: 54
Merit: 0
use nvidia drivers, not ubuntu packages

I am using latest driver from Nvidia and latest CUDA from Nvdia 9.1

After changing a detail in the Makefile.AM this happens:

https://www.photobox.co.uk/my/photo/full?photo_id=500433886499

Recognizes speed, fan of one GPU but does not start mining.

Any ideia what this can be? thanks.
newbie
Activity: 1
Merit: 0
Sorry if this is a repeated question but I was wondering if builds on Linux can be used on different systems on the same setup with a different GPU? Currently don't have the hardware to test.

I was having so much trouble building on my CentOS setup that I built a small repo when I found a way to make it work through Docker
https://github.com/coreyryanhanson/dockerfiles/tree/master/ccminer-nvidia

I was wondering if it was possible for me to clean up the build and make an image without all the development files or if each person who uses it would need to set up their own unique build.

Thanks!!! Smiley
newbie
Activity: 1
Merit: 0
Getting this error. Is there anything I can do or does ccminer not currently support nanopool's ZEC?

https://image.ibb.co/dqzN7G/xtranonce.png
legendary
Activity: 1484
Merit: 1082
ccminer/cpuminer developer
use nvidia drivers, not ubuntu packages
newbie
Activity: 54
Merit: 0
Hi guys. Trying to mine nist5 algo on ccminer Ubuntu 17.

./ccminer -a nist5 -o stratum+tcp://yiimp.poolofd32th.club:3833 -u my wallet -p c=BWK

All 5 Nvidia GTX 1070 recognized. Pool, block and dificulty recognized.

Then following error: Cuda error in func 'scanhash_nist5' at line 85 : unknown error.

Tried to edit Makefile.am but still didn't work. Please help. Thanks already.
newbie
Activity: 1
Merit: 0
Hello.
When i run the ccminer with the neoscrypt algorithm, one GPU is lost.
Overclocking is disabled for the test.

nvidia-smi produces a message:
Code:
Unable to determine the device handle for GPU 0000:05:00.0: GPU is lost.  Reboot the system to recover this GPU

After that, the ccminer tries to restart the threads, GPU5 lost:
 
Code:
[2017-12-28 12:52:35] POOL 0: neoscrypt.eu.nicehash.com:3341 USER 3JLA1rhFggKEUD3rVf1SAme8ravYWbVBwg.rig1 -s 10
[2017-12-28 12:52:35] Starting on stratum+tcp://neoscrypt.eu.nicehash.com:3341
[2017-12-28 12:52:35] restart_threads
[2017-12-28 12:52:35] CUDA GPU 0 matches NVML GPU 0 by busId 1
[2017-12-28 12:52:35] CUDA GPU 1 matches NVML GPU 1 by busId 2
[2017-12-28 12:52:35] CUDA GPU 2 matches NVML GPU 2 by busId 3
[2017-12-28 12:52:35] CUDA GPU 3 matches NVML GPU 3 by busId 5
[2017-12-28 12:52:35] CUDA GPU 4 matches NVML GPU 4 by busId 6
[2017-12-28 12:52:35] CUDA GPU 5 matches NVML GPU 5 by busId 7
[2017-12-28 12:52:35] NVML GPU monitoring enabled.
[2017-12-28 12:52:35] GPU #0: plimit Insufficient Permissions
[2017-12-28 12:52:35] GPU #1: plimit Insufficient Permissions
[2017-12-28 12:52:35] GPU #2: plimit Insufficient Permissions
[2017-12-28 12:52:35] GPU #3: plimit Insufficient Permissions
[2017-12-28 12:52:35] GPU #4: plimit Insufficient Permissions
[2017-12-28 12:52:35] GPU #5: plimit Insufficient Permissions
[2017-12-28 12:52:35] Binding thread 0 to cpu 0 (mask 1)
[2017-12-28 12:52:35] Binding thread 1 to cpu 1 (mask 2)
[2017-12-28 12:52:35] Binding thread 2 to cpu 0 (mask 1)
[2017-12-28 12:52:35] Binding thread 3 to cpu 1 (mask 2)
[2017-12-28 12:52:35] 6 miner threads started, using 'neoscrypt' algorithm.
[2017-12-28 12:52:35] Binding thread 4 to cpu 0 (mask 1)
[2017-12-28 12:52:35] Binding thread 5 to cpu 1 (mask 2)
[2017-12-28 12:52:35] DEBUG: job_id=a44bedb 000000042b4f0846 xnonce2=000000 time=12:52:27
[2017-12-28 12:52:35] Stratum difficulty set to 1024 (0.03125)
[2017-12-28 12:52:35] neoscrypt block 2023740, diff 64.268
[2017-12-28 12:52:35] restart_threads
[2017-12-28 12:52:36] sleeptime: 400 ms
[2017-12-28 12:52:36] job a44bedb 000000042b4f0846 target change: 1fffe00000 (0.0)
[2017-12-28 12:52:36] GPU #0: start=00000000 end=0007ffff range=0007ffff
[2017-12-28 12:52:36] sleeptime: 400 ms
[2017-12-28 12:52:36] job a44bedb 000000042b4f0846 target change: 1fffe00000 (0.0)
[2017-12-28 12:52:36] GPU #1: start=2aaaaaaa end=2ab2aaa9 range=0007ffff
[2017-12-28 12:52:36] sleeptime: 400 ms
[2017-12-28 12:52:36] job a44bedb 000000042b4f0846 target change: 1fffe00000 (0.0)
[2017-12-28 12:52:36] GPU #3: start=7ffffffe end=8007fffd range=0007ffff
[2017-12-28 12:52:36] sleeptime: 400 ms
[2017-12-28 12:52:36] job a44bedb 000000042b4f0846 target change: 1fffe00000 (0.0)
[2017-12-28 12:52:36] GPU #5: start=d5555552 end=d55d5551 range=0007ffff
[2017-12-28 12:52:36] sleeptime: 400 ms
[2017-12-28 12:52:36] job a44bedb 000000042b4f0846 target change: 1fffe00000 (0.0)
[2017-12-28 12:52:36] GPU #2: start=55555554 end=555d5553 range=0007ffff
[2017-12-28 12:52:36] sleeptime: 400 ms
[2017-12-28 12:52:36] job a44bedb 000000042b4f0846 target change: 1fffe00000 (0.0)
[2017-12-28 12:52:36] GPU #4: start=aaaaaaa8 end=aab2aaa7 range=0007ffff
[2017-12-28 12:52:36] GPU #3: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-28 12:52:36] GPU #0: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-28 12:52:36] GPU #1: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-28 12:52:36] GPU #5: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-28 12:52:36] GPU #2: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-28 12:52:36] GPU #4: Intensity set to 16 (+5), 65536 cuda threads
[2017-12-28 12:52:37] GPU #3: start=8007fffe end=8104e52a range=00fce52c
[2017-12-28 12:52:48] sleeptime: 500 ms
[2017-12-28 12:52:48] DEBUG: job_id=a44bedb 000000042b4f0846 xnonce2=010000 time=12:52:27
[2017-12-28 12:52:48] GPU #4: start=aaaaaaa8 end=aad4c2c0 range=002a1818
[2017-12-28 12:52:48] GPU #5: start=d5555552 end=d57cc84e range=002772fc
[2017-12-28 12:52:48] GPU #0: start=00000000 end=0026b524 range=0026b524
[2017-12-28 12:52:48] GPU #2: start=55555554 end=557c085c range=0026b308
[2017-12-28 12:52:48] GPU #1: start=2aaaaaaa end=2ad14eb2 range=0026a408
[2017-12-28 12:52:51] GPU #4: Gigabyte GTX 1070, 943.86 kH/s
[2017-12-28 12:52:51] GPU #4: start=aad4c2c1 end=ae34e3b5 range=036020f4
[2017-12-28 12:52:51] GPU #0: Gigabyte GTX 1070, 969.50 kH/s
[2017-12-28 12:52:51] GPU #0: start=0026b525 end=039e5069 range=03779b44
[2017-12-28 12:52:51] GPU #5: Gigabyte GTX 1070, 877.93 kH/s
[2017-12-28 12:52:51] GPU #5: start=d57cc84f end=d8a08ddb range=0323c58c
[2017-12-28 12:52:51] GPU #1: Gigabyte GTX 1070, 877.47 kH/s
[2017-12-28 12:52:51] GPU #1: start=2ad14eb3 end=2df4a86f range=032359bc
[2017-12-28 12:52:51] GPU #2: Gigabyte GTX 1070, 858.40 kH/s
[2017-12-28 12:52:51] GPU #2: start=557c085d end=588dec55 range=0311e3f8
[2017-12-28 12:52:57] GPU #3: Gigabyte GTX 1070, 851.46 kH/s
[2017-12-28 12:52:57] GPU #3: start=7ffffffe end=830b88ee range=030b88f0
[2017-12-28 12:52:58] found => 800a958e 8e950a80
[2017-12-28 12:52:58] accepted: 1/1 (diff 0.040), 5393.90 kH/s yes!
[2017-12-28 12:52:58] sleeptime: 500 ms
[2017-12-28 12:52:58] DEBUG: job_id=a44bedb 000000042b4f0846 xnonce2=020000 time=12:52:27
[2017-12-28 12:52:58] GPU #3: start=7ffffffe end=831982aa range=031982ac
[2017-12-28 12:53:13] found => 80bdac7d 7dacbd80
[2017-12-28 12:53:13] GPU #3: Gigabyte GTX 1070, 873.41 kH/s
[2017-12-28 12:53:13] accepted: 2/2 (diff 0.077), 5397.24 kH/s yes!
[2017-12-28 12:53:13] sleeptime: 500 ms
[2017-12-28 12:53:13] DEBUG: job_id=a44bedb 000000042b4f0846 xnonce2=030000 time=12:52:27
[2017-12-28 12:53:13] GPU #3: start=7ffffffe end=831fa22a range=031fa22c
[2017-12-28 12:53:22] DEBUG: job_id=a44bf12 000000042b4f24d9 xnonce2=000000 time=12:53:22
[2017-12-28 12:53:22] neoscrypt.eu.nicehash.com:3341 asks job 726607065 for block 2023740
[2017-12-28 12:53:40] DEBUG: job_id=a44bf24 000000042b4f38b2 xnonce2=000000 time=12:53:40
[2017-12-28 12:53:40] neoscrypt block 2023741, diff 60.251
[2017-12-28 12:53:40] restart_threads
[2017-12-28 12:53:40] hashlog: 1/3 purged
[2017-12-28 12:53:40] job a44bf24 000000042b4f38b2 target change: 1fffe00000 (0.0)
[2017-12-28 12:53:40] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:53:40] job a44bf24 000000042b4f38b2 target change: 1fffe00000 (0.0)
[2017-12-28 12:53:40] GPU #2: start=55555554 end=5867394c range=0311e3f8
[2017-12-28 12:53:40] job a44bf24 000000042b4f38b2 target change: 1fffe00000 (0.0)
[2017-12-28 12:53:40] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:53:40] job a44bf24 000000042b4f38b2 target change: 1fffe00000 (0.0)
[2017-12-28 12:53:40] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:53:40] job a44bf24 000000042b4f38b2 target change: 1fffe00000 (0.0)
[2017-12-28 12:53:40] GPU #5: start=d5555552 end=d8791ade range=0323c58c
[2017-12-28 12:53:40] job a44bf24 000000042b4f38b2 target change: 1fffe00000 (0.0)
[2017-12-28 12:53:40] GPU #3: start=7ffffffe end=831fa22a range=031fa22c
[2017-12-28 12:53:41] found => 55651c60 601c6555
[2017-12-28 12:53:41] GPU #2: Gigabyte GTX 1070, 870.24 kH/s
[2017-12-28 12:53:41] GPU #2: start=55651c62 end=5881d6e2 range=031cba80
[2017-12-28 12:53:41] accepted: 3/3 (diff 0.084), 5409.08 kH/s yes!
[2017-12-28 12:53:50] GPU #0: 1871 MHz 5182.11 H/W 187W 62C FAN 80%
[2017-12-28 12:54:00] found => d6694919 194969d6
[2017-12-28 12:54:00] GPU #5: Gigabyte GTX 1070, 893.05 kH/s
[2017-12-28 12:54:01] accepted: 4/4 (diff 0.347), 5424.20 kH/s yes!
[2017-12-28 12:54:01] sleeptime: 500 ms
[2017-12-28 12:54:01] DEBUG: job_id=a44bf24 000000042b4f38b2 xnonce2=010000 time=12:53:40
[2017-12-28 12:54:01] GPU #5: start=d5555552 end=d886f2da range=03319d88
[2017-12-28 12:54:10] DEBUG: job_id=a44bf42 000000042b4f5097 xnonce2=000000 time=12:54:10
[2017-12-28 12:54:10] neoscrypt block 2023742, diff 56.486
[2017-12-28 12:54:10] restart_threads
[2017-12-28 12:54:10] hashlog: 1/5 purged
[2017-12-28 12:54:10] job a44bf42 000000042b4f5097 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:10] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:54:10] job a44bf42 000000042b4f5097 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:10] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:54:10] job a44bf42 000000042b4f5097 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:10] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:54:10] job a44bf42 000000042b4f5097 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:10] GPU #3: start=7ffffffe end=831fa22a range=031fa22c
[2017-12-28 12:54:10] job a44bf42 000000042b4f5097 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:10] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:54:10] job a44bf42 000000042b4f5097 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:10] GPU #5: start=d5555552 end=d886f2da range=03319d88
[2017-12-28 12:54:20] DEBUG: job_id=a44bf4c 000000042b4f6ba8 xnonce2=000000 time=12:54:20
[2017-12-28 12:54:20] neoscrypt block 2023743, diff 53.796
[2017-12-28 12:54:20] restart_threads
[2017-12-28 12:54:20] job a44bf4c 000000042b4f6ba8 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:20] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:54:20] job a44bf4c 000000042b4f6ba8 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:20] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:54:20] job a44bf4c 000000042b4f6ba8 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:20] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:54:20] job a44bf4c 000000042b4f6ba8 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:20] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:54:28] DEBUG: job_id=a44bf53 000000042b4f7406 xnonce2=000000 time=12:54:27
[2017-12-28 12:54:28] neoscrypt block 2023744, diff 51.234
[2017-12-28 12:54:28] restart_threads
[2017-12-28 12:54:28] job a44bf53 000000042b4f7406 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:28] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:54:28] job a44bf53 000000042b4f7406 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:28] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:54:28] job a44bf53 000000042b4f7406 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:28] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:54:28] job a44bf53 000000042b4f7406 target change: 1fffe00000 (0.0)
[2017-12-28 12:54:28] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:55:06] DEBUG: job_id=a44bf7a 000000042b4f92e9 xnonce2=000000 time=12:55:06
[2017-12-28 12:55:06] neoscrypt block 2023745, diff 49.582
[2017-12-28 12:55:06] restart_threads
[2017-12-28 12:55:06] job a44bf7a 000000042b4f92e9 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:06] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:55:06] job a44bf7a 000000042b4f92e9 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:06] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:55:06] job a44bf7a 000000042b4f92e9 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:06] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:55:06] job a44bf7a 000000042b4f92e9 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:06] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:55:08] GPU #1: 1885 MHz 4711.03 H/W 186W 65C FAN 80%
[2017-12-28 12:55:15] DEBUG: job_id=a44bf83 000000042b4fb71f xnonce2=000000 time=12:55:15
[2017-12-28 12:55:15] neoscrypt block 2023746, diff 47.982
[2017-12-28 12:55:15] restart_threads
[2017-12-28 12:55:15] job a44bf83 000000042b4fb71f target change: 1fffe00000 (0.0)
[2017-12-28 12:55:15] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:55:15] job a44bf83 000000042b4fb71f target change: 1fffe00000 (0.0)
[2017-12-28 12:55:15] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:55:15] job a44bf83 000000042b4fb71f target change: 1fffe00000 (0.0)
[2017-12-28 12:55:15] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:55:15] job a44bf83 000000042b4fb71f target change: 1fffe00000 (0.0)
[2017-12-28 12:55:15] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:55:18] DEBUG: job_id=a44bf86 000000042b4fc50e xnonce2=000000 time=12:55:18
[2017-12-28 12:55:18] neoscrypt block 2023747, diff 47.982
[2017-12-28 12:55:18] restart_threads
[2017-12-28 12:55:18] job a44bf86 000000042b4fc50e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:18] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:55:18] job a44bf86 000000042b4fc50e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:18] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:55:18] job a44bf86 000000042b4fc50e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:18] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:55:18] job a44bf86 000000042b4fc50e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:18] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:55:23] DEBUG: job_id=a44bf8b 000000042b4fdbb5 xnonce2=000000 time=12:55:23
[2017-12-28 12:55:23] neoscrypt block 2023748, diff 48.795
[2017-12-28 12:55:23] restart_threads
[2017-12-28 12:55:23] job a44bf8b 000000042b4fdbb5 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:23] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:55:23] job a44bf8b 000000042b4fdbb5 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:23] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:55:23] job a44bf8b 000000042b4fdbb5 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:23] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:55:23] job a44bf8b 000000042b4fdbb5 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:23] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:55:28] DEBUG: job_id=a44bf90 000000042b4ff66e xnonce2=000000 time=12:55:28
[2017-12-28 12:55:28] neoscrypt block 2023749, diff 50.478
[2017-12-28 12:55:28] restart_threads
[2017-12-28 12:55:28] job a44bf90 000000042b4ff66e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:28] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:55:28] job a44bf90 000000042b4ff66e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:28] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:55:28] job a44bf90 000000042b4ff66e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:28] GPU #2: start=55555554 end=58720fd4 range=031cba80
[2017-12-28 12:55:28] job a44bf90 000000042b4ff66e target change: 1fffe00000 (0.0)
[2017-12-28 12:55:28] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:55:33] DEBUG: job_id=a44bf95 000000042b500f61 xnonce2=000000 time=12:55:33
[2017-12-28 12:55:33] neoscrypt block 2023750, diff 52.219
[2017-12-28 12:55:33] restart_threads
[2017-12-28 12:55:33] job a44bf95 000000042b500f61 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:33] GPU #1: start=2aaaaaaa end=2dce0466 range=032359bc
[2017-12-28 12:55:33] job a44bf95 000000042b500f61 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:33] GPU #4: start=aaaaaaa8 end=ae0acb9c range=036020f4
[2017-12-28 12:55:33] job a44bf95 000000042b500f61 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:33] GPU #0: start=00000000 end=03779b44 range=03779b44
[2017-12-28 12:55:33] job a44bf95 000000042b500f61 target change: 1fffe00000 (0.0)
[2017-12-28 12:55:33] GPU #2: start=55555554 end=58720fd4 range=031cba80

Ubuntu 17.10 amd64
Gigabyte GTX 1070 x6
nvidia-384
nvcc_ARCH = -gencode=arch=compute_61,code=\"sm_61,compute_61\"
Code:
user@rig1:~/ccminer/ccminer$ ccminer -V
*** ccminer 2.2.4 for nVidia GPUs by tpruvot@github ***                                                                                                                                                                                                                        
    Built with the nVidia CUDA Toolkit 8.0 64-bits                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                              
  Originally based on Christian Buchner and Christian H. project                                                                                                                                                                                                              
  Include some kernels from alexis78, djm34, djEzo, tsiv and krnlx.                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                              
BTC donation address: 1AJdfCpLWPNoAMDfHF1wD5y8VgKSSTHxPo (tpruvot)                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                              
ccminer v2.2.4                                                                                                                                                                                                                                                                
libcurl/7.55.1 OpenSSL/1.0.2g zlib/1.2.11 libidn2/2.0.2 libpsl/0.18.0 (+libidn2/2.0.2) librtmp/2.3      
             

Please, tell me how it can be fixed?
What information is required to solve the problem?
Pages:
Jump to: