Pages:
Author

Topic: ethminer-0.9.41-genoil-1.1 - page 8. (Read 397326 times)

jr. member
Activity: 74
Merit: 2
April 03, 2017, 07:59:21 PM
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?
full member
Activity: 294
Merit: 103
April 03, 2017, 11:52:07 AM
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
newbie
Activity: 42
Merit: 0
April 03, 2017, 08:58:37 AM
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


newbie
Activity: 38
Merit: 0
April 03, 2017, 08:11:00 AM
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.
sr. member
Activity: 1344
Merit: 252
March 31, 2017, 11:03:55 AM
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
newbie
Activity: 38
Merit: 0
March 31, 2017, 05:30:26 AM
Anyone else noticed the bug in ethminer generating DAG files? When trying to generate DAG file for any block larger than 3870000, it will only produce a 0-size file.

Try this:

Code:
ethminer.exe -D 3870000

It will run just of a few seconds, generate 0-bytes file "full-R23-3868abc5dcee2334" and exit.

This has now been fixed by Ethereum core devs. @Genoil or whoever is still maintaining various ethminer forks: make sure to include this patch, or else ethminers will simply "die" after block block 3870000.

Good catch! Thanks for bringing it up, there's still some time for miner devs to get the fix in.
sr. member
Activity: 1344
Merit: 252
March 31, 2017, 02:22:36 AM
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?
sr. member
Activity: 457
Merit: 273
March 30, 2017, 09:27:56 AM
Anyone else noticed the bug in ethminer generating DAG files? When trying to generate DAG file for any block larger than 3870000, it will only produce a 0-size file.

Try this:

Code:
ethminer.exe -D 3870000

It will run just of a few seconds, generate 0-bytes file "full-R23-3868abc5dcee2334" and exit.

This has now been fixed by Ethereum core devs. @Genoil or whoever is still maintaining various ethminer forks: make sure to include this patch, or else ethminers will simply "die" after block block 3870000.
sr. member
Activity: 457
Merit: 273
March 28, 2017, 08:29:33 AM
Hi,

Anyone else noticed the bug in ethminer generating DAG files? When trying to generate DAG file for any block larger than 3870000, it will only produce a 0-size file.

Try this:

Code:
ethminer.exe -D 3870000

It will run just of a few seconds, generate 0-bytes file "full-R23-3868abc5dcee2334" and exit.
hero member
Activity: 552
Merit: 500
March 24, 2017, 08:35:48 PM
Anyone Happen to have a Mac Binary of Genoil miner.. ?

I tried to compile it and posted an issue on the github but no replies.

Genoil has stopped the development and support of the miner a while ago, so you probably won't get an answer there, many people have struggled with building on OSX and i'm not aware of any public binaries, so be careful if someone sends you one.

Yea I figured as much, was just looking to mine while my hackintosh was idle .. have other windows miners going though.
newbie
Activity: 38
Merit: 0
March 24, 2017, 11:42:20 AM
I have 3 rx 480 and 1 gtx 980 (total 4 Cards) I can not run the gnoil because always detect the NVIDIA, although I run the CUDA version or OpenCL always detects me 1 card (the GTX 980) what is the problem?

You can try running to instances, one with 1x CUDA and other with 3x OpenCL where you define the cards to be used, use
Code:
ethminer --list-devices -G
to see the numbers for devices and then use --opencl-devices and --cuda-devices.
newbie
Activity: 38
Merit: 0
March 24, 2017, 04:48:01 AM
Anyone Happen to have a Mac Binary of Genoil miner.. ?

I tried to compile it and posted an issue on the github but no replies.

Genoil has stopped the development and support of the miner a while ago, so you probably won't get an answer there, many people have struggled with building on OSX and i'm not aware of any public binaries, so be careful if someone sends you one.
hero member
Activity: 552
Merit: 500
March 22, 2017, 03:28:45 PM
Anyone Happen to have a Mac Binary of Genoil miner.. ?

I tried to compile it and posted an issue on the github but no replies.
newbie
Activity: 22
Merit: 0
March 22, 2017, 12:55:53 AM
That sounds wonderful.. But how can i get it to work. I´m using genoil with this command:

ethminer -G -S etc.pool.minergate.com:45777 -O [email protected]
This works, with some bad shares, but it woks.

Then, when i try to use it with claymore with:
NsGpuCNMiner -o etc.pool.minergate.com:45777 -u [email protected] -p x

NsGpuCNMiner.exe is causing an error and close. When i put an ssl:// before the pooladdress, it seems to work, until it try to connect to the server,
ther red error messages appers. OK, it seems like there is no ssl:// for etc.pool.minergate..

So, i think what i need is an stratum+tcp from minergate for ETC, is that right. Or is there a chance, to get claymore working without stratum and or tcp, with just the etc.pool.minergate.com:45777 in it?

I´ve read the readme.txt a lot of times, and tried a lot, but it doesn´t work:-(

Regards,
Scandalrosi
newbie
Activity: 22
Merit: 0
March 21, 2017, 05:56:21 PM
Hi, i´m using ethminer-0.9.41-genoil-1.1, to mine ETC on minergate. Now i´ve seen, it is producing a lot of bad shares. And as much as i know, is this causing in decreasuíng my income:-( When i mine with Claymore there are always 0 bad shares, doesn´t matter wich crypto currency i choose to mine. Max one error per 10K good shares. With genoil i have 3000 good shares and 100 bad shares. Can i modify something? Should i try another version?

Thanks a lot for your hepl,
Scandalrosi

Ahhh: I have 4 X AMD RAdeon RX 470 Nitro+ 4GB. Tomorrow 5:-)
full member
Activity: 193
Merit: 100
March 20, 2017, 11:58:29 AM
Seems to Genoil could  be back in use:
https://bitcointalksearch.org/topic/m.17611574
(At least for the next few days..)
Does anyone here using it to mine ubq with 370 r7 or 280x r9? What hashrate do you have?
I do run two 280x with 55mh stable
Stock 280x? Or oc'ed/mod'ed??
Sorry for late reply, my cards are stock.
Nice results, when I sold my 280x it hashes only 15,5mhs on ethereum

It is better to mine the ZCash, it is faster than the RX 480.
hero member
Activity: 1246
Merit: 708
March 19, 2017, 07:23:09 PM
Seems to Genoil could  be back in use:
https://bitcointalksearch.org/topic/m.17611574
(At least for the next few days..)
Does anyone here using it to mine ubq with 370 r7 or 280x r9? What hashrate do you have?
I do run two 280x with 55mh stable
Stock 280x? Or oc'ed/mod'ed??
Sorry for late reply, my cards are stock.
Nice results, when I sold my 280x it hashes only 15,5mhs on ethereum
sr. member
Activity: 1414
Merit: 275
Community built, Privacy driven
March 16, 2017, 06:07:51 PM
Seems to Genoil could  be back in use:
https://bitcointalksearch.org/topic/m.17611574
(At least for the next few days..)
Does anyone here using it to mine ubq with 370 r7 or 280x r9? What hashrate do you have?
I do run two 280x with 55mh stable
Stock 280x? Or oc'ed/mod'ed??
Sorry for late reply, my cards are stock.
hero member
Activity: 1246
Merit: 708
February 15, 2017, 08:03:11 AM
Seems to Genoil could  be back in use:
https://bitcointalksearch.org/topic/m.17611574
(At least for the next few days..)
Does anyone here using it to mine ubq with 370 r7 or 280x r9? What hashrate do you have?
I do run two 280x with 55mh stable
Stock 280x? Or oc'ed/mod'ed??
hero member
Activity: 710
Merit: 502
February 12, 2017, 01:18:08 PM
cant compile on ubunutu 16.04 and amdgpu-pro 16.40 .... keep getting this:

Code:
[ 63%] Built target ethstratum
make[2]: *** No rule to make target '/usr/lib/libOpenCL.so', needed by 'libethash-cl/libethash-cl.so'.  Stop.
CMakeFiles/Makefile2:265: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/all' failed
make[1]: *** [libethash-cl/CMakeFiles/ethash-cl.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 63%] Built target BuildInfo.h
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2

found the error!!!!!!!!!

it seems that the link for /usr/lib/libOpenCL.so was broken so i deleted it and made a new link:

Code:
sudo rm /usr/lib/libOpenCL.so
sudo ln -s /opt/amdgpu-pro/lib/x86_64-linux-gnu/libOpenCL.so /usr/lib/libOpenCL.so

I've been trying to figure out what was wrong for 2 days now!!!!! finally back to mining Smiley)))

Thanks for the data!, similar to my previous post but for the AMD users, i will take note of the path of the libOpenCL.so for the AMD, i will probably build a new linux mining rig with AMD soon, and will most likely face this issue so, useful data!, thank you!.
Pages:
Jump to: