Pages:
Author

Topic: ethminer-0.9.41-genoil-1.1 - page 61. (Read 397360 times)

legendary
Activity: 1820
Merit: 1001
May 21, 2016, 08:39:45 PM
Seems I have a problem with this miner when using proxy. When  Epoch Switch resets my miner halts and stops mining. Is their a setting to add in to config that can recheck DAG files ever x amount of hours ?

This is set in claymore miner so any chance this can be added or allocated to or is it their if it is their aleady then what is the -- comand needed as in claymore is like this.

-eres   this setting is related to Ethereum mining stability. Every next Ethereum epoch requires a bit more GPU memory, miner can crash during reallocating GPU buffer for new DAG.
   To avoid it, miner reserves a bit larger GPU buffer at startup, so it can process several epochs without buffer reallocation.
   This setting defines how many epochs miner must foresee when it reserves GPU buffer, i.e. how many epochs will be processed without buffer reallocation. Default value is 2.
member
Activity: 112
Merit: 10
May 21, 2016, 07:31:01 PM
Will their be any more updates to this miner? By this I mean for more management on how hard you can push your card to work. Like in Claymore's miner you can set how hard and by default cards are set to intensity of 9 and can do less to put less stress on card. Hoping you guys come up with something like this in the future.
newbie
Activity: 4
Merit: 0
May 21, 2016, 06:50:37 PM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?

First off, thanks for the speedy reply.

On the failing system (rig02) I found CL/cl.h and CL/opencl.h
no luck with cl.hpp though

On rig01 I found cl.hpp in two places
/cpp-ethereum/libethash-cl/cl.hpp
/AMDAPPSDK-3.0/include/CL/cl.hpp

On another note, Im running 1.0.7 on rig01 since 1.0.8 wasnt out yet at the time of install.

Would it help just to copy the cl.hpp file from rig01 to rig02 /cpp-ethereum/liebethash-cl/cl.hpp?


Yes in a sub folder libethash-cl/CL/cl.hpp. Apologies for wasting your time, ill fix the repo later

No worries!! Thanks for the help!!
Its going to be a while before I have the chance to try it out, but ill let you know how it works out.

Worked like a charm! I have 1.0.8 now running on both rigs and i was able to squeeze out a bit more juice and reporting no invalids poolside. Thanks for the great miner and your help!
legendary
Activity: 1750
Merit: 1024
May 21, 2016, 06:00:32 PM
AFAIK there isn't failover for stratum yet.
hero member
Activity: 1246
Merit: 708
May 21, 2016, 05:32:50 PM
and I have to ask once again about failover exactly..
because I didn't notice the answer and I am stuck..

How to write failover command?

if I have fe: pool1 pool2 and pool3..

ethminer -G -S pool1 datas and?...
legendary
Activity: 1750
Merit: 1024
May 21, 2016, 01:25:54 PM
Genoli the current failover doesn't work properly. When the main pool comes back up the miners don't swap back to the mainpool, they have to be reset.
full member
Activity: 202
Merit: 104
May 20, 2016, 04:10:45 PM
Every known stratum version is now supported directly at eth.cncoin.farm. Genoil stratum protocol supported. No need for a proxy. Can I get more people testing to verify it works ok for you?

Note: Pool fee will go to 1% after we hit the next block and it pays out.
full member
Activity: 147
Merit: 100
May 20, 2016, 05:45:16 AM
About CL/cl.hpp, I've added extra flags on the command line to compile the newest version of Genoil miner in cmake/EthCompilerSettings.cmake
Code:
set(CMAKE_CXX_FLAGS "-I/usr/local/cuda-7.5/include...

Not sure why this is needed now, it should be detected with CUDA. Maybe a new bug introduced on last version
newbie
Activity: 4
Merit: 0
May 20, 2016, 03:06:48 AM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?

First off, thanks for the speedy reply.

On the failing system (rig02) I found CL/cl.h and CL/opencl.h
no luck with cl.hpp though

On rig01 I found cl.hpp in two places
/cpp-ethereum/libethash-cl/cl.hpp
/AMDAPPSDK-3.0/include/CL/cl.hpp

On another note, Im running 1.0.7 on rig01 since 1.0.8 wasnt out yet at the time of install.

Would it help just to copy the cl.hpp file from rig01 to rig02 /cpp-ethereum/liebethash-cl/cl.hpp?


Yes in a sub folder libethash-cl/CL/cl.hpp. Apologies for wasting your time, ill fix the repo later

No worries!! Thanks for the help!!
Its going to be a while before I have the chance to try it out, but ill let you know how it works out.
sr. member
Activity: 438
Merit: 250
May 19, 2016, 05:25:09 PM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?

First off, thanks for the speedy reply.

On the failing system (rig02) I found CL/cl.h and CL/opencl.h
no luck with cl.hpp though

On rig01 I found cl.hpp in two places
/cpp-ethereum/libethash-cl/cl.hpp
/AMDAPPSDK-3.0/include/CL/cl.hpp

On another note, Im running 1.0.7 on rig01 since 1.0.8 wasnt out yet at the time of install.

Would it help just to copy the cl.hpp file from rig01 to rig02 /cpp-ethereum/liebethash-cl/cl.hpp?


Yes in a sub folder libethash-cl/CL/cl.hpp. Apologies for wasting your time, ill fix the repo later
newbie
Activity: 4
Merit: 0
May 19, 2016, 04:45:19 PM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?

First off, thanks for the speedy reply.

On the failing system (rig02) I found CL/cl.h and CL/opencl.h
no luck with cl.hpp though

On rig01 I found cl.hpp in two places
/cpp-ethereum/libethash-cl/cl.hpp
/AMDAPPSDK-3.0/include/CL/cl.hpp

On another note, Im running 1.0.7 on rig01 since 1.0.8 wasnt out yet at the time of install.

Would it help just to copy the cl.hpp file from rig01 to rig02 /cpp-ethereum/liebethash-cl/cl.hpp?
sr. member
Activity: 438
Merit: 250
May 19, 2016, 01:47:46 PM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!

find CL/cl.hpp on the other rig and try to figure out why it's not on the failing rig. There used to be a cl.hpp as part of the repo, but I removed it in 1.0.8 because I figured it wasn't used. If you can't find cl.hpp on the failing system, does it have CL/cl.h or CL/opencl.h?
legendary
Activity: 1510
Merit: 1003
May 19, 2016, 01:42:29 PM
guys what is the ideal configuration for R9 290s, HD 7900s and HD 6900s
claymore ))
full member
Activity: 176
Merit: 100
May 19, 2016, 11:29:13 AM
Genoil, do you think the new 1080 and 1070 will hash as fast on a win10 rig as a linux or win7 one? It will be nice to get my computer back  Grin

You mean as slow?

Oh I read it too fast and didn't understood that it was 650 KH/s  Shocked
Hope they fix the TLB problem before the release...

With current Linux drivers the 1080 hashes at 23MH in OpenCL. So ~24MH I guess in CUDA. After a win10 July update, there is a chance of much higher speeds because of the 2MB page size support. But I can't promise anything Smiley

Will the 2mb page size support affect amd cards?
newbie
Activity: 4
Merit: 0
May 19, 2016, 11:01:01 AM
Hi,

Anybody have this problem before while compiling?

(33%)
/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.cpp:40:40:/home/ethrig02/cpp-ethereum/libethash-cl/ethash_cl_miner.h:12:21: fatal error: CL/cl.hpp: No such file or directory
compilation terminated.
libethash-cl/CMakeFiles/ethash-cl.dir/build.make:59: recipe for target 'libethash-cl/CMakeFiles/ethash-cl.dir/ethash_cl_miner.cpp.o failed

and so on and so forth...

it continues to compile until 69% then I get

Makefile:116: recipe for target 'all' failed
make: *** (all) Error 2

Ive tried deleting everything and starting from scratch but its not helping..

I followed the build instructions for Ubuntu here https://github.com/Genoil/cpp-ethereum

on a side note, i had no troubles building the miner on a different rig.. what is different on this rig, no clue.
I would greatly appreciate any help!
Thanks in advance!
sr. member
Activity: 350
Merit: 250
May 19, 2016, 10:27:49 AM
Oh nice, thank you for the reply. I'll buy one for gaming anyway. Let's hope for the best  Wink
sr. member
Activity: 438
Merit: 250
May 19, 2016, 10:00:08 AM
Genoil, do you think the new 1080 and 1070 will hash as fast on a win10 rig as a linux or win7 one? It will be nice to get my computer back  Grin

You mean as slow?

Oh I read it too fast and didn't understood that it was 650 KH/s  Shocked
Hope they fix the TLB problem before the release...

With current Linux drivers the 1080 hashes at 23MH in OpenCL. So ~24MH I guess in CUDA. After a win10 July update, there is a chance of much higher speeds because of the 2MB page size support. But I can't promise anything Smiley
sr. member
Activity: 350
Merit: 250
May 19, 2016, 08:46:03 AM
Genoil, do you think the new 1080 and 1070 will hash as fast on a win10 rig as a linux or win7 one? It will be nice to get my computer back  Grin

You mean as slow?

Oh I read it too fast and didn't understood that it was 650 KH/s  Shocked
Hope they fix the TLB problem before the release...
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
May 19, 2016, 01:56:14 AM
What kind of hash rate should I expect from a gtx 980?  I think that I am going to give this a shot over at ethermine.org.  Anyone got a good bat for the pool?

Thanks

not much, not really worth it, i think around 25 mega, better to use a 970 imho
newbie
Activity: 6
Merit: 0
May 18, 2016, 07:39:42 PM
Thanks a lot for this miner it is my workhorse.
Pages:
Jump to: