Bitcoin Forum
May 14, 2024, 07:08:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397328 times)
Smokyish
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
April 03, 2017, 12:11:00 PM
 #1641

Have an issue with one 1060 of my rig, system just hanging when it mining with Genoil miner, so how can I figure out which one 1060 is making troble? Is any way to see miner log after system is hanged and rebooted?
Still have an issue with mining rig, getting an error - X  22:40:23|cudaminer3  Error CUDA mining: unknown errorCUDA error in func 'ethash_cuda_miner::search' at line 346 : unknown error.
What's the problem, I don't understand Sad

If you want to see which one is causing the troubles, just run them one at a time with --cuda-devices. The issue might be too much OC or a faulty riser.
1715670535
Hero Member
*
Offline Offline

Posts: 1715670535

View Profile Personal Message (Offline)

Ignore
1715670535
Reply with quote  #2

1715670535
Report to moderator
"The nature of Bitcoin is such that once version 0.1 was released, the core design was set in stone for the rest of its lifetime." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715670535
Hero Member
*
Offline Offline

Posts: 1715670535

View Profile Personal Message (Offline)

Ignore
1715670535
Reply with quote  #2

1715670535
Report to moderator
1715670535
Hero Member
*
Offline Offline

Posts: 1715670535

View Profile Personal Message (Offline)

Ignore
1715670535
Reply with quote  #2

1715670535
Report to moderator
Lagniappe
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 03, 2017, 12:58:37 PM
Last edit: April 03, 2017, 02:35:28 PM by Lagniappe
 #1642

Have an issue with one 1060 of my rig, system just hanging when it mining with Genoil miner, so how can I figure out which one 1060 is making troble? Is any way to see miner log after system is hanged and rebooted?
Still have an issue with mining rig, getting an error - X  22:40:23|cudaminer3  Error CUDA mining: unknown errorCUDA error in func 'ethash_cuda_miner::search' at line 346 : unknown error.
What's the problem, I don't understand Sad

when at prompt,
aticonfig --adapter=all --odsc=1200,300
then follow up with adapter all and --odcc

alright, from here i hit atitweak -f 100 -p 20 and get some air moving.

from there, you move to eth proxy and the first ip should be 127.0.0.1:8080.

90% of my hardware problems with mining has been associated with - overclocking
10% was a piss poor grounding job in my main panel. pretty sure it roasted a mobo, had an uppity anniversary too. (And looking for 10 more now)


edit-apologies, didn't see cuda


deepcolderwallet
Full Member
***
Offline Offline

Activity: 294
Merit: 103



View Profile
April 03, 2017, 03:52:07 PM
Last edit: April 03, 2017, 04:46:27 PM by deepcolderwallet
 #1643

Hi there.
I'm having trouble compiling on Ubuntu 16.04.
Here's what I have at the terminal:
Quote
linux@linux:/media/linux/STORAGE/1GPU miner/cpp-ethereum/build$ cmake -DBUNDLE=miner ..
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is GNU 5.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- ctest path: /usr/local/bin/ctest
-- Found CryptoPP: /usr/include (found suitable version "5.6.2", minimum required is "5.6.2")
 - CryptoPP header: /usr/include
 - CryptoPP lib   : /usr/lib/libcryptopp.so
-- Found leveldb: /usr/include  
 - LevelDB header: /usr/include
 - LevelDB lib: /usr/lib/x86_64-linux-gnu/libleveldb.so
-- Found jsoncpp: /usr/include/jsoncpp  
 - Jsoncpp header: /usr/include/jsoncpp
 - Jsoncpp lib   : /usr/lib/x86_64-linux-gnu/libjsoncpp.so
-- Found json_rpc_cpp: /usr/include (found suitable version "0.6.0", minimum required is "0.4")
 - json-rpc-cpp header: /usr/include
 - json-rpc-cpp lib   : /usr/lib/x86_64-linux-gnu/libjsonrpccpp-common.so;/usr/lib/x86_64-linux-gnu/libjsonrpccpp-server.so;/usr/lib/x86_64-linux-gnu/libjsonrpccpp-client.so
-- Found mhd: /usr/include  
 - microhttpd header: /usr/include
 - microhttpd lib   : /usr/lib/x86_64-linux-gnu/libmicrohttpd.so
 - microhttpd dll   :
-- Found readline: /usr/include  
 - readline header: /usr/include
 - readline lib   : /usr/lib/x86_64-linux-gnu/libreadline.so
-- Found miniupnpc: /usr/include  
 - miniupnpc header: /usr/include
 - miniupnpc lib   : /usr/lib/x86_64-linux-gnu/libminiupnpc.so
-- Found gmp: /usr/include/x86_64-linux-gnu  
 - gmp header: /usr/include/x86_64-linux-gnu
 - gmp lib   : /usr/lib/x86_64-linux-gnu/libgmp.so
-- Found CURL: /usr/include  
 - curl header: /usr/include
 - curl lib   : /usr/lib/x86_64-linux-gnu/libcurl.so
-- Could NOT find cpuid (missing:  CPUID_INCLUDE_DIR CPUID_LIBRARY)
-- Looking for CL_VERSION_2_0
-- Looking for CL_VERSION_2_0 - found
-- Found OpenCL: /usr/lib/x86_64-linux-gnu/libOpenCL.so.1 (found version "2.0")
 - opencl header: /usr/include
 - opencl lib   : /usr/lib/x86_64-linux-gnu/libOpenCL.so.1
CUDA_TOOLKIT_ROOT_DIR not found or specified
-- Could NOT find CUDA (missing:  CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
 - jsonrpcstub location    : ETH_JSON_RPC_STUB-NOTFOUND
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   thread
--   date_time
--   system
--   regex
--   chrono
--   filesystem
--   unit_test_framework
--   program_options
--   random
--   atomic
 - boost header: /usr/include
 - boost lib   : /usr/lib/x86_64-linux-gnu/libboost_thread.so;/usr/lib/x86_64-linux-gnu/libboost_date_time.so;/usr/lib/x86_64-linux-gnu/libboost_system.so;/usr/lib/x86_64-linux-gnu/libboost_regex.so;/usr/lib/x86_64-linux-gnu/libboost_chrono.so;/usr/lib/x86_64-linux-gnu/libboost_filesystem.so;/usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so;/usr/lib/x86_64-linux-gnu/libboost_program_options.so;/usr/lib/x86_64-linux-gnu/libboost_random.so;/usr/lib/x86_64-linux-gnu/libboost_atomic.so
------------------------------------------------------------------------
--                  CMake Version                            3.7.1
-- CMAKE_BUILD_TYPE Build type                               Release
-- TARGET_PLATFORM  Target platform                          Linux
-- BUNDLE           Build bundle                             miner
--------------------------------------------------------------- features
--                  Chromium support                         1
--                  Hardware identification support          FALSE
--                  HTTP Request support                     TRUE
-- VMTRACE          VM execution tracing                     OFF
-- PROFILING        Profiling support                        OFF
-- FATDB            Full database exploring                  
-- JSONRPC          JSON-RPC support                         ON
-- OLYMPIC          Default to the Olympic network           OFF
------------------------------------------------------------- components
-- MINER            Build miner                              ON
-- GUI              Build GUI components                     OFF
-- ETHASHCL         Build OpenCL components                  ON
-- ETHASHCUDA       Build CUDA components                    OFF
-- ETHSTRATUM       Build Stratum components                 ON
------------------------------------------------------------------------

-- CXXFLAGS: -std=c++11 -Wall -Wno-unknown-pragmas -Wextra -Wno-error=parentheses -pedantic -DSHAREDLIB -fPIC  -fuse-ld=gold
creating build info...
createBuildInfo()
-- Configuring done
-- Generating done
-- Build files have been written to: /media/linux/STORAGE/1GPU miner/cpp-ethereum/build
linux@linux:/media/linux/STORAGE/1GPU miner/cpp-ethereum/build$ sudo make -j8
Scanning dependencies of target ethash
Scanning dependencies of target devcore
Scanning dependencies of target BuildInfo.h
Scanning dependencies of target ethstratum
CMake Error: File /media/linux/STORAGE/1GPU\ miner/cpp-ethereum/BuildInfo.h.in does not exist.
CMake Error at cmake/scripts/buildinfo.cmake:50 (configure_file):
  configure_file Problem configuring file


CMakeFiles/BuildInfo.h.dir/build.make:57: recipe for target 'CMakeFiles/BuildInfo.h' failed
make[2]: *** [CMakeFiles/BuildInfo.h] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/BuildInfo.h.dir/all' failed
make[1]: *** [CMakeFiles/BuildInfo.h.dir/all] Error 2
make[1]: ** Esperando que outros processos terminem.
[  2%] Building C object libethash/CMakeFiles/ethash.dir/io.c.o
[  4%] Building C object libethash/CMakeFiles/ethash.dir/internal.c.o
[  6%] Building CXX object libethash/CMakeFiles/ethash.dir/sha3_cryptopp.cpp.o
[  8%] Building C object libethash/CMakeFiles/ethash.dir/io_posix.c.o
[ 10%] Building CXX object libstratum/CMakeFiles/ethstratum.dir/EthStratumClient.cpp.o
[ 13%] Building CXX object libstratum/CMakeFiles/ethstratum.dir/EthStratumClientV2.cpp.o
[ 15%] Building CXX object libdevcore/CMakeFiles/devcore.dir/Base64.cpp.o
[ 17%] Building CXX object libdevcore/CMakeFiles/devcore.dir/Common.cpp.o
[ 21%] Building CXX object libdevcore/CMakeFiles/devcore.dir/CommonIO.cpp.o
[ 21%] Building CXX object libdevcore/CMakeFiles/devcore.dir/CommonData.cpp.o
[ 23%] Building CXX object libdevcore/CMakeFiles/devcore.dir/CommonJS.cpp.o
[ 26%] Linking CXX shared library libethash.so
[ 26%] Built target ethash
[ 28%] Building CXX object libdevcore/CMakeFiles/devcore.dir/FileSystem.cpp.o
/media/linux/STORAGE/1GPU miner/cpp-ethereum/libdevcore/Common.cpp:25:23: fatal error: BuildInfo.h: Arquivo ou diretório não encontrado
compilation terminated.
libdevcore/CMakeFiles/devcore.dir/build.make:86: recipe for target 'libdevcore/CMakeFiles/devcore.dir/Common.cpp.o' failed
make[2]: *** [libdevcore/CMakeFiles/devcore.dir/Common.cpp.o] Error 1
make[2]: ** Esperando que outros processos terminem.
In file included from /media/linux/STORAGE/1GPU miner/cpp-ethereum/libstratum/EthStratumClientV2.cpp:2:0:
/media/linux/STORAGE/1GPU miner/cpp-ethereum/libstratum/EthStratumClientV2.h:13:23: fatal error: BuildInfo.h: Arquivo ou diretório não encontrado
compilation terminated.
libstratum/CMakeFiles/ethstratum.dir/build.make:86: recipe for target 'libstratum/CMakeFiles/ethstratum.dir/EthStratumClientV2.cpp.o' failed
make[2]: *** [libstratum/CMakeFiles/ethstratum.dir/EthStratumClientV2.cpp.o] Error 1
make[2]: ** Esperando que outros processos terminem.
In file included from /media/linux/STORAGE/1GPU miner/cpp-ethereum/libstratum/EthStratumClient.cpp:2:0:
/media/linux/STORAGE/1GPU miner/cpp-ethereum/libstratum/EthStratumClient.h:11:23: fatal error: BuildInfo.h: Arquivo ou diretório não encontrado
compilation terminated.
libstratum/CMakeFiles/ethstratum.dir/build.make:62: recipe for target 'libstratum/CMakeFiles/ethstratum.dir/EthStratumClient.cpp.o' failed
make[2]: *** [libstratum/CMakeFiles/ethstratum.dir/EthStratumClient.cpp.o] Error 1
CMakeFiles/Makefile2:320: recipe for target 'libstratum/CMakeFiles/ethstratum.dir/all' failed
make[1]: *** [libstratum/CMakeFiles/ethstratum.dir/all] Error 2
CMakeFiles/Makefile2:122: recipe for target 'libdevcore/CMakeFiles/devcore.dir/all' failed
make[1]: *** [libdevcore/CMakeFiles/devcore.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

Looks like the problem is this missing BuildInfo.h file...

EDIT: I just looked at the cpp-ethereum directory and th file actually IS there:
linux@linux:/media/linux/STORAGE/1GPU miner/cpp-ethereum$ ls -la BuildInfo.h.in 
-rwxrwxrwx 1 linux linux 286 Abr  3 12:42 BuildInfo.h.in
 With the following content:
#pragma once

#define ETH_PROJECT_VERSION "@PROJECT_VERSION@-genoil-@GENOIL_VERSION@"
#define ETH_COMMIT_HASH @ETH_COMMIT_HASH@
#define ETH_CLEAN_REPO @ETH_CLEAN_REPO@
#define ETH_BUILD_TYPE @ETH_BUILD_TYPE@
#define ETH_BUILD_PLATFORM @ETH_BUILD_PLATFORM@
#define ETH_FATDB @ETH_FATDB@


Now I got really confused, why didn't Cmake find it??  Huh Huh Huh Huh Huh

If you'd like to help me saving for my babie's future, bitcoin:1QCD4EYjeuEGjVCxkD7PAD2feEVEMYvpGU
Woz2000
Jr. Member
*
Offline Offline

Activity: 74
Merit: 2


View Profile
April 03, 2017, 11:59:21 PM
 #1644

My ethminer (genoil-1.1.7) crashed last night.  Every time I try to start it today, it crashes right after 'Working on device GTX 1060...' (getting DAG).

I have tried rebooting the Windows 7, same results.  Single GTX 1060, not overclocked.  This new card was running fine for a few days on ethminer.  qtminer seems to run fine.

Any ideas?
deepcolderwallet
Full Member
***
Offline Offline

Activity: 294
Merit: 103



View Profile
April 05, 2017, 04:26:21 AM
 #1645

Looks like we don't have support here for a long time...

If you'd like to help me saving for my babie's future, bitcoin:1QCD4EYjeuEGjVCxkD7PAD2feEVEMYvpGU
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
April 10, 2017, 11:12:28 AM
 #1646

My ethminer (genoil-1.1.7) crashed last night.  Every time I try to start it today, it crashes right after 'Working on device GTX 1060...' (getting DAG).

I have tried rebooting the Windows 7, same results.  Single GTX 1060, not overclocked.  This new card was running fine for a few days on ethminer.  qtminer seems to run fine.

Any ideas?

Try to use another dag creation options..

I am looking for signature campaign Wink pm me
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
May 03, 2017, 02:22:23 AM
 #1647

Could have some update for the rx 400/500 series?
Use 4 rx 480 and the maximum reported per plate and 30.8mh / s

poderia ter alguma atualização para a serie rx 400/500 ?
uso 4 rx 480 e o maximo reportado por placa e de 30.8mh/s
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
May 05, 2017, 01:23:59 PM
 #1648

Hi everyboby :-),

I have not been mining Ethereum for a long time.
What is currently the best software for mining Ethereum under Ubuntu with NVidia GTX 1070 ?
For Genoil, can anyone remind me the option to designate the number of each card in the command line (-d and -di do not work)?

Thank you
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
May 05, 2017, 11:36:54 PM
 #1649

Hi everyboby :-),

I have not been mining Ethereum for a long time.
What is currently the best software for mining Ethereum under Ubuntu with NVidia GTX 1070 ?
For Genoil, can anyone remind me the option to designate the number of each card in the command line (-d and -di do not work)?

Thank you

Zac render better on nvidia card
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
May 06, 2017, 08:29:10 AM
 #1650

Hi everyboby :-),

I have not been mining Ethereum for a long time.
What is currently the best software for mining Ethereum under Ubuntu with NVidia GTX 1070 ?
For Genoil, can anyone remind me the option to designate the number of each card in the command line (-d and -di do not work)?

Thank you

Zac render better on nvidia card
Zac ?
No ZAC miner found in this section of the forum.
You mean ZCash ?
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
May 13, 2017, 03:51:46 AM
 #1651

Hi everyboby :-),

I have not been mining Ethereum for a long time.
What is currently the best software for mining Ethereum under Ubuntu with NVidia GTX 1070 ?
For Genoil, can anyone remind me the option to designate the number of each card in the command line (-d and -di do not work)?

Thank you

Zac render better on nvidia card
Zac ?
No ZAC miner found in this section of the forum.
You mean ZCash ?
yes ZCash
ZenFr
Legendary
*
Offline Offline

Activity: 1260
Merit: 1046



View Profile
May 13, 2017, 08:47:26 PM
 #1652

Hi everyboby :-),

I have not been mining Ethereum for a long time.
What is currently the best software for mining Ethereum under Ubuntu with NVidia GTX 1070 ?
For Genoil, can anyone remind me the option to designate the number of each card in the command line (-d and -di do not work)?

Thank you

Zac render better on nvidia card
Zac ?
No ZAC miner found in this section of the forum.
You mean ZCash ?
yes ZCash
Ok, I had mined ZCash : I know it.
But now I have to mine some Ethereum for a specific operation.
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
May 14, 2017, 01:53:55 PM
 #1653

Hi everyboby :-),

I have not been mining Ethereum for a long time.
What is currently the best software for mining Ethereum under Ubuntu with NVidia GTX 1070 ?
For Genoil, can anyone remind me the option to designate the number of each card in the command line (-d and -di do not work)?

Thank you

Zac render better on nvidia card
Zac ?
No ZAC miner found in this section of the forum.
You mean ZCash ?
yes ZCash
Ok, I had mined ZCash : I know it.
But now I have to mine some Ethereum for a specific operation.
Could you tell me when you're doing it and how much?
JRsz
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 24, 2017, 04:52:43 PM
 #1654

Hi,

I am using ethminer-0.9.41-genoil-1.1.7 and want to play around a little with minign ETH.

I found on ethermine.org a description to follow and hence created a .bat file on my Windows 10 machine (with a GTX 670) which looks like this:

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe --farm-recheck 200 -G -S eu2.ethermine.org:4444 -FS eu1.ethermine.org:14444 -O myAddress.mysickrig001

I can start it and it runsbut after a couple of seconds it halts at this point:

Code:
 [...]
  m  18:38:04|main  Mining on PoWhash #c2eab171 : 0.00MH/s [A0+0:R0+0:F0]
  m  18:38:04|main  Mining on PoWhash #c2eab171 : 0.00MH/s [A0+0:R0+0:F0]
  m  18:38:04|main  Mining on PoWhash #c2eab171 : 0.00MH/s [A0+0:R0+0:F0]
  i  18:38:04|stratum  Received new job #f2d81efe

and nothing more happens. I monitor the GPU und CPU usage as well es GPU RAM and system memory but they are not used any more than in my normal operation.

I am not so familiar with this topic yet so I would highly appreciate any help. If I shall provide more information I will gladly do so.

Thanks in advance for anyone trying to help me Smiley

Sincerely JRsz
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
May 24, 2017, 05:09:16 PM
 #1655

Hi
The issue is the DAG generation, after a certain DAG size, it fails, i don't know what it is yet, the dev is not maintaining this any more.
I will dig into the code, see if i can find what is the issue that causes the DAG generation to fail after certain size.
if i get it, i will post the fix here.
i program C but not at this level of complexity, so, it could take me a while to figure it out Smiley hehe
cheers
indkt.

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
May 24, 2017, 09:52:23 PM
 #1656

Hi,

I am using ethminer-0.9.41-genoil-1.1.7 and want to play around a little with minign ETH.

I found on ethermine.org a description to follow and hence created a .bat file on my Windows 10 machine (with a GTX 670) which looks like this:

Code:
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100
ethminer.exe --farm-recheck 200 -G -S eu2.ethermine.org:4444 -FS eu1.ethermine.org:14444 -O myAddress.mysickrig001

I can start it and it runsbut after a couple of seconds it halts at this point:

Code:
 [...]
  m  18:38:04|main  Mining on PoWhash #c2eab171 : 0.00MH/s [A0+0:R0+0:F0]
  m  18:38:04|main  Mining on PoWhash #c2eab171 : 0.00MH/s [A0+0:R0+0:F0]
  m  18:38:04|main  Mining on PoWhash #c2eab171 : 0.00MH/s [A0+0:R0+0:F0]
  i  18:38:04|stratum  Received new job #f2d81efe

and nothing more happens. I monitor the GPU und CPU usage as well es GPU RAM and system memory but they are not used any more than in my normal operation.

I am not so familiar with this topic yet so I would highly appreciate any help. If I shall provide more information I will gladly do so.

Thanks in advance for anyone trying to help me Smiley

Sincerely JRsz

use ethminer-0.9.41-genoil-1.1.9.zip
https://github.com/Genoil/cpp-ethereum/tree/110/releases
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
May 24, 2017, 09:53:03 PM
 #1657

Hi
The issue is the DAG generation, after a certain DAG size, it fails, i don't know what it is yet, the dev is not maintaining this any more.
I will dig into the code, see if i can find what is the issue that causes the DAG generation to fail after certain size.
if i get it, i will post the fix here.
i program C but not at this level of complexity, so, it could take me a while to figure it out Smiley hehe
cheers
indkt.

Any improvement in the code and welcome
JRsz
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 25, 2017, 02:00:39 PM
 #1658

@manotroll Thank you, using this version sort of worked. My program does not get stuck anymore but it is not mining either.

Now my command prompt looks like this all the time:

Code:
15:59:58|main  Waiting for work package...
  m  16:00:00|main  Waiting for work package...
  m  16:00:02|main  Waiting for work package...
  m  16:00:04|main  Waiting for work package...
  X  16:00:05|stratum  :-( Rejected in 1326881 ms.
  m  16:00:06|main  Waiting for work package...
  m  16:00:08|main  Waiting for work package...
  m  16:00:10|main  Waiting for work package...
  X  16:00:12|stratum  :-( Rejected in 1333244 ms.
  m  16:00:12|main  Waiting for work package...
  m  16:00:14|main  Waiting for work package...
  m  16:00:16|main  Waiting for work package...

Any idea why?
flekkelek
Sr. Member
****
Offline Offline

Activity: 644
Merit: 274



View Profile
May 25, 2017, 02:55:33 PM
 #1659

@manotroll Thank you, using this version sort of worked. My program does not get stuck anymore but it is not mining either.

Now my command prompt looks like this all the time:

Code:
15:59:58|main  Waiting for work package...
  m  16:00:00|main  Waiting for work package...
  m  16:00:02|main  Waiting for work package...
  m  16:00:04|main  Waiting for work package...
  X  16:00:05|stratum  :-( Rejected in 1326881 ms.
  m  16:00:06|main  Waiting for work package...
  m  16:00:08|main  Waiting for work package...
  m  16:00:10|main  Waiting for work package...
  X  16:00:12|stratum  :-( Rejected in 1333244 ms.
  m  16:00:12|main  Waiting for work package...
  m  16:00:14|main  Waiting for work package...
  m  16:00:16|main  Waiting for work package...

Any idea why?
Try to add --opencl-platform 1 -SP 2. I had similar, I tried everything, and once it just started, and it has been working without any problem since then.
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
May 25, 2017, 08:47:08 PM
 #1660

@manotroll Thank you, using this version sort of worked. My program does not get stuck anymore but it is not mining either.

Now my command prompt looks like this all the time:

Code:
15:59:58|main  Waiting for work package...
  m  16:00:00|main  Waiting for work package...
  m  16:00:02|main  Waiting for work package...
  m  16:00:04|main  Waiting for work package...
  X  16:00:05|stratum  :-( Rejected in 1326881 ms.
  m  16:00:06|main  Waiting for work package...
  m  16:00:08|main  Waiting for work package...
  m  16:00:10|main  Waiting for work package...
  X  16:00:12|stratum  :-( Rejected in 1333244 ms.
  m  16:00:12|main  Waiting for work package...
  m  16:00:14|main  Waiting for work package...
  m  16:00:16|main  Waiting for work package...

Any idea why?

Pool exchange
Pages: « 1 ... 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 [83] 84 85 86 87 88 89 90 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!