Bitcoin Forum
May 05, 2024, 07:50:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [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 ... 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397326 times)
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
May 19, 2016, 05:42:29 PM
 #641

guys what is the ideal configuration for R9 290s, HD 7900s and HD 6900s
claymore ))
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714938647
Hero Member
*
Offline Offline

Posts: 1714938647

View Profile Personal Message (Offline)

Ignore
1714938647
Reply with quote  #2

1714938647
Report to moderator
1714938647
Hero Member
*
Offline Offline

Posts: 1714938647

View Profile Personal Message (Offline)

Ignore
1714938647
Reply with quote  #2

1714938647
Report to moderator
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
May 19, 2016, 05:47:46 PM
 #642

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?

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
Flanalog
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 19, 2016, 08:45:19 PM
 #643

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?
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
May 19, 2016, 09:25:09 PM
 #644

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

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
Flanalog
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 20, 2016, 07:06:48 AM
 #645

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.
Singman33
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile
May 20, 2016, 09:45:16 AM
 #646

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
clintar2
Full Member
***
Offline Offline

Activity: 202
Merit: 104


View Profile
May 20, 2016, 08:10:45 PM
 #647

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.
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
May 21, 2016, 05:25:54 PM
 #648

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.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
May 21, 2016, 09:32:50 PM
 #649

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?...

I am looking for signature campaign Wink pm me
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
May 21, 2016, 10:00:32 PM
 #650

AFAIK there isn't failover for stratum yet.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
Flanalog
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
May 21, 2016, 10:50:37 PM
 #651

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!
CryptoSalad
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
May 21, 2016, 11:31:01 PM
 #652

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.
crazyearner
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
May 22, 2016, 12:39:45 AM
 #653

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.

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
May 22, 2016, 06:45:53 AM
 #654

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.

play with these --cl-global-work 4096 --cl-local-work 64
giagge
Legendary
*
Offline Offline

Activity: 1134
Merit: 1001


View Profile
May 22, 2016, 10:19:22 AM
 #655

I have crash on win10 home x64, i use ethminer-0.9.41-genoil-1.0.8 with nvidia gtx 950 with driver 365.19 .

.bat is :

ethminer -U -S eth-eu.dwarfpool.com:8008 -O 98F1563fF4bCAA650e7b1155a9fdC393dfBcE995.stratum --cuda-grid-size 8192 --cuda-block-size 128

 Huh .
lawrencelyl
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
May 22, 2016, 11:21:59 AM
 #656

I have crash on win10 home x64, i use ethminer-0.9.41-genoil-1.0.8 with nvidia gtx 950 with driver 365.19 .

.bat is :

ethminer -U -S eth-eu.dwarfpool.com:8008 -O 98F1563fF4bCAA650e7b1155a9fdC393dfBcE995.stratum --cuda-grid-size 8192 --cuda-block-size 128

 Huh .
I thought genoil miner doesn't support dwarfpool?
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
May 22, 2016, 06:10:27 PM
 #657

I have crash on win10 home x64, i use ethminer-0.9.41-genoil-1.0.8 with nvidia gtx 950 with driver 365.19 .

.bat is :

ethminer -U -S eth-eu.dwarfpool.com:8008 -O 98F1563fF4bCAA650e7b1155a9fdC393dfBcE995.stratum --cuda-grid-size 8192 --cuda-block-size 128

 Huh .

If you want to use Nvidia cards on Win10, you need an old driver, max. 350.12. Or use Win8.1, 7 or Linux.

--edit--

Forget the old driver. It won't recognize your 950. It can be done but is even more painful to get working.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
May 22, 2016, 06:16:19 PM
 #658

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?...

-S pool1 -FS pool2 -O credentials1 -FO credentials2.

You can omit -FO when it's identical to -O.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
May 22, 2016, 06:19:03 PM
 #659

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.

It isn't built like that but I understand why you would like it to behave like that. I'll keep it in mind, thanks.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
May 22, 2016, 06:20:21 PM
 #660

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.

It isn't built like that but I understand why you would like it to behave like that. I'll keep it in mind, thanks.

Yeah... Kinda important. Otherwise I have to take the backup stratum down to make them fall back to the primary stratum.

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [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 ... 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!