Search content
Sort by

Showing 7 of 7 results by jakobito
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA]
by
jakobito
on 29/01/2017, 21:13:55 UTC
BUT the wallet daemon keeps sending error messages:

Sending Error JSON RPC id () : Error: Proof of work is higher than target payload:
Invalid new block 57810: Proof of work is higher than target

Any suggestion?

Thanks in advance.

Same errors with all current nVidia miners for Windows. Devs says it's ok - just those "blocks" are not blocks, just shares. If you will find a block, there will be no error. As I understand, these errors are something like Orphan blocks. Correct me if I'm wrong.


Thank you for ur quick answer. I will run it for next 24h and let's see what happens.
Btw, I am running a zec miner at same time and the hashrate has decreased slighty.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [PASC] PascalCoin, deletable blockchain & bank account system [PASA]
by
jakobito
on 29/01/2017, 21:00:36 UTC
Hello,

just for fun, I tried today to compile Vorksholk's Pascal kernel.cu  (https://github.com/Vorksholk/PascalCoin-CUDA/blob/master/kernel.cu)  under linux (ubuntu.14.04).
I am testing it with the PascalProxyv2.jar  and one of my 1070's.

The output of the miner is something like this:
...
    The hash is:
00000000 03493eb1 9493e0d7 54b4290a 7943c2ba ac807435 8345a0ea c3092687
Found nonce: 6ea49531    T: 588e4890    Hashrate: 1748.583 MH/s   Total: 6
    The hash is:
00000000 0ec623a1 a58b4a41 4edf0917 0ad36bbe ddc72f07 287eaf1b 60cc3322
Found nonce: daa3c024    T: 588e48ca    Hashrate: 1625.650 MH/s   Total: 7
...

Pascal proxy output:
...
GPU 0 submitted a share [payload: xxxxxxxx000 nonce: 2080622386 timestamp: 1485719538]
GPU 0 submitted a share [payload: xxxxxxxx000 nonce: -1539380207 timestamp: 1485719553]
GPU 0 submitted a share [payload: xxxxxxxx000 nonce: 1529746750 timestamp: 1485719578]
...

BUT the wallet daemon keeps sending error messages:

Sending Error JSON RPC id () : Error: Proof of work is higher than target payload:
Invalid new block 57810: Proof of work is higher than target

Any suggestion?

Thanks in advance.




Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
jakobito
on 17/11/2016, 18:43:11 UTC
Any chance to test a linux compile?
thx in advance
Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
jakobito
on 13/11/2016, 20:44:12 UTC
Made a cuda port of actual Silentarmy 5

speeds sucks. 92 s/s on overclocked 1070(opencl version give near 100)

Tested only on linux.

If anyone want

https://github.com/krnlx/nheqminer

too bad it dumped :
Code:
~/aaa/nheqminer/Linux_cmake/nheqminer_cuda_sa$ ./nheqminer_cuda_sa -l eu1-zcash.flypool.org:3333 -u t1M74VKHZDJnHwmwWiHUiMWkBkzgQW4VGeg -cv 0 -cs -cd 0 -t 0

        ==================== www.nicehash.com ====================
                Equihash CPU&GPU Miner for NiceHash vSA5 cuda port by maztheman,krnlx
        Thanks to Zcash developers for providing base of the code.
               Special thanks to tromp, xenoncat, mbevand
                     and eXtremal-ik7 for providing
              optimized CPU, CUDA and AMD equihash solvers.
        ==================== www.nicehash.com ====================

Setting log level to 2
[15:36:43][0x00007f8b99409780] Using SSE2: YES
[15:36:43][0x00007f8b99409780] Using AVX: YES
[15:36:43][0x00007f8b99409780] Using AVX2: NO
[15:36:43][0x00007f8b96069700] stratum | Starting miner
[15:36:43][0x00007f8b96069700] stratum | Connecting to stratum server eu1-zcash.flypool.org:3333
[15:36:43][0x00007f8b95868700] miner#0 | Starting thread #0 (CUDA-SILENTARMY) GRID K520 (#0) BLOCKS=56, THREADS=64
[15:36:43][0x00007f8b96069700] stratum | Connected!
[15:36:43][0x00007f8b96069700] stratum | Subscribed to stratum server
[15:36:43][0x00007f8b96069700] miner | Extranonce is d65d009971
[15:36:43][0x00007f8b96069700] stratum | Authorized worker t1M74VKHZDJnHwmwWiHUiMWkBkzgQW4VGeg
[15:36:43][0x00007f8b96069700] stratum | Target set to 004189374bc6a7ef9db22d0e5604189374bc6a7ef9db22d0e5604189374bc6a7
[15:36:44][0x00007f8b96069700] stratum | Received new job #c1bc667ea1f4a9aea140
Segmentation fault (core dumped)

But it's not the fault of your port - it's the same with the plain nheqminer 0.4b and the cuda_tromp solver. maybe again bad luck with the old computing (30) version.

Regards

Try adding some flags in CMakeLists.txt for older compute capabilities 3.5 or 5.0. For 750Ti i solved it adding 5.0 flags:

set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};; -gencode arch=compute_50,code=sm_50;-gencode arch=compute_52,code=sm_52;  -gencode arch=compute_61,code=sm_61 )


afaik the compute version is detected and used - definitions to use 3.0 are in the CMakeList ..

It still dumps - must be something different ..

regards

In krnlx repository the cmakelists.txt file has been modified. For 750ti cards i had to modify it.

https://github.com/nicehash/nheqminer/blob/master/Linux_cmake/nheqminer_cuda_tromp/CMakeLists.txt, line 37:

  set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};; -gencode arch=compute_20,code=sm_21; -gencode arch=compute_30,code=sm_30; -gencode arch=compute_35,code=sm_35; -gencode arch=compute_50,code=sm_50; -gencode arch=compute_52,code=sm_52; -gencode arch=compute_61,code=sm_61 )

https://github.com/krnlx/nheqminer/blob/master/Linux_cmake/nheqminer_cuda_sa/CMakeLists.txt, line 37:

 set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};; -gencode arch=compute_52,code=sm_52; -gencode arch=compute_61,code=sm_61 )

Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v5: Zcash miner, 115 sol/s on R9 Nano, 70 sol/s on GTX 1070
by
jakobito
on 13/11/2016, 19:01:58 UTC
Made a cuda port of actual Silentarmy 5

speeds sucks. 92 s/s on overclocked 1070(opencl version give near 100)

Tested only on linux.

If anyone want

https://github.com/krnlx/nheqminer

too bad it dumped :
Code:
~/aaa/nheqminer/Linux_cmake/nheqminer_cuda_sa$ ./nheqminer_cuda_sa -l eu1-zcash.flypool.org:3333 -u t1M74VKHZDJnHwmwWiHUiMWkBkzgQW4VGeg -cv 0 -cs -cd 0 -t 0

        ==================== www.nicehash.com ====================
                Equihash CPU&GPU Miner for NiceHash vSA5 cuda port by maztheman,krnlx
        Thanks to Zcash developers for providing base of the code.
               Special thanks to tromp, xenoncat, mbevand
                     and eXtremal-ik7 for providing
              optimized CPU, CUDA and AMD equihash solvers.
        ==================== www.nicehash.com ====================

Setting log level to 2
[15:36:43][0x00007f8b99409780] Using SSE2: YES
[15:36:43][0x00007f8b99409780] Using AVX: YES
[15:36:43][0x00007f8b99409780] Using AVX2: NO
[15:36:43][0x00007f8b96069700] stratum | Starting miner
[15:36:43][0x00007f8b96069700] stratum | Connecting to stratum server eu1-zcash.flypool.org:3333
[15:36:43][0x00007f8b95868700] miner#0 | Starting thread #0 (CUDA-SILENTARMY) GRID K520 (#0) BLOCKS=56, THREADS=64
[15:36:43][0x00007f8b96069700] stratum | Connected!
[15:36:43][0x00007f8b96069700] stratum | Subscribed to stratum server
[15:36:43][0x00007f8b96069700] miner | Extranonce is d65d009971
[15:36:43][0x00007f8b96069700] stratum | Authorized worker t1M74VKHZDJnHwmwWiHUiMWkBkzgQW4VGeg
[15:36:43][0x00007f8b96069700] stratum | Target set to 004189374bc6a7ef9db22d0e5604189374bc6a7ef9db22d0e5604189374bc6a7
[15:36:44][0x00007f8b96069700] stratum | Received new job #c1bc667ea1f4a9aea140
Segmentation fault (core dumped)

But it's not the fault of your port - it's the same with the plain nheqminer 0.4b and the cuda_tromp solver. maybe again bad luck with the old computing (30) version.

Regards

Try adding some flags in CMakeLists.txt for older compute capabilities 3.5 or 5.0. For 750Ti i solved it adding 5.0 flags:

set(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS};; -gencode arch=compute_50,code=sm_50;-gencode arch=compute_52,code=sm_52;  -gencode arch=compute_61,code=sm_61 )

Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v3: now a full miner! multi-GPU, Stratum support (Linux only)
by
jakobito
on 06/11/2016, 18:46:23 UTC
Please check:  https://github.com/mbevand/silentarmy/issues/8
Use the following:

sed -i 's/python3/python3.5/' silentarmy

Post
Topic
Board Mining (Altcoins)
Re: SILENTARMY v3: now a full miner! multi-GPU, Stratum support (Linux only)
by
jakobito
on 06/11/2016, 14:43:52 UTC
Just registered to tell u it is working Cheesy
Thank you!!