Bitcoin Forum
July 05, 2024, 04:37:28 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 ... 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397332 times)
calculatorduck
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
April 15, 2016, 08:56:11 AM
 #381

So I tried a version compiled with CUDA 6.5 on Windows 10 with the nvidia 347.52 driver and I'm only getting about 3mh/s on an GTX 760. This same build gets me about 13-14mh/s on Win7.

Is Win10 just totally screwed up?

Still no luck figuring this out...can't get any decent numbers in Win10 even with the older drivers and CUDA 6.5. Anyone have any suggestions?
PcChip
Sr. Member
****
Offline Offline

Activity: 418
Merit: 250


View Profile
April 15, 2016, 12:47:03 PM
 #382

switch to the custom old WDDM driver

Legacy signature from 2011: 
All rates with Phoenix 1.50 / PhatK
5850 - 400 MH/s  |  5850 - 355 MH/s | 5830 - 310 MH/s  |  GTX570 - 115 MH/s | 5770 - 210 MH/s | 5770 - 200 MH/s
MTJ151
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
April 15, 2016, 04:08:30 PM
Last edit: April 15, 2016, 04:48:01 PM by MTJ151
 #383

I can build this to work on linux? Any instructions on how to do this anywhere? Thanks in advance Smiley
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
April 15, 2016, 05:36:57 PM
 #384

I can build this to work on linux? Any instructions on how to do this anywhere? Thanks in advance Smiley

I'm working on a new README.md. Almost there. For now, check out he knowledge base on ethpool. It has build instructions for my miner.

I finally got DAG chunking working today. Not that it's really required now that the right AMD environment vars have been found. If there happens to be demand for it anyway, please let me know so I can implement it in a clean way that doesn't hurt the non-chunked version. Because on AMD chunking does negatively affect performance.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
MTJ151
Full Member
***
Offline Offline

Activity: 221
Merit: 100


View Profile
April 15, 2016, 06:01:32 PM
 #385

I can build this to work on linux? Any instructions on how to do this anywhere? Thanks in advance Smiley

I'm working on a new README.md. Almost there. For now, check out he knowledge base on ethpool. It has build instructions for my miner.

I finally got DAG chunking working today. Not that it's really required now that the right AMD environment vars have been found. If there happens to be demand for it anyway, please let me know so I can implement it in a clean way that doesn't hurt the non-chunked version. Because on AMD chunking does negatively affect performance.

Thanks I found the instructions for compiling on ubuntu Smiley

https://ethpool.freshdesk.com/support/solutions/articles/8000032853-how-to-compile-genoils-cuda-miner-on-ubuntu
calculatorduck
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
April 15, 2016, 06:24:54 PM
 #386

switch to the custom old WDDM driver

Sorry, which driver is this?
PcChip
Sr. Member
****
Offline Offline

Activity: 418
Merit: 250


View Profile
April 15, 2016, 11:12:11 PM
Last edit: April 16, 2016, 01:14:28 AM by PcChip
 #387

look at Genoil's first post in this thread, FAQ #1

Edit: if you're already using the old drivers, verify it is NOT using WDDM 2.0  
  
if it is on the old WDDM, then just give up and put the cards into a spare Win7 box (is what I would do - some things are not worth the effort fighting with)  
  


Speaking of fighting with something - I've managed to get this far building it on Ubuntu Xenial:

- built the miner only without setting -DBUNDLE to cudaminer  
- tried running cmake again with -DBUNDLE=cudaminer  
  
got this far:

[ 35%] Building NVCC (Device) object libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o
nvcc fatal   : redefinition of argument 'std'
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:207 (message):
  Error generating
  /home/pcchip/try2/cpp-ethereum/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:63: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o' failed
make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
CMakeFiles/Makefile2:320: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....



Maybe I should take my own advice and switch it to a Win7 box ?

Legacy signature from 2011: 
All rates with Phoenix 1.50 / PhatK
5850 - 400 MH/s  |  5850 - 355 MH/s | 5830 - 310 MH/s  |  GTX570 - 115 MH/s | 5770 - 210 MH/s | 5770 - 200 MH/s
calculatorduck
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
April 16, 2016, 02:05:34 AM
 #388

look at Genoil's first post in this thread, FAQ #1

Edit: if you're already using the old drivers, verify it is NOT using WDDM 2.0  
  
if it is on the old WDDM, then just give up and put the cards into a spare Win7 box (is what I would do - some things are not worth the effort fighting with)  
  


Speaking of fighting with something - I've managed to get this far building it on Ubuntu Xenial:

- built the miner only without setting -DBUNDLE to cudaminer  
- tried running cmake again with -DBUNDLE=cudaminer  
  
got this far:

[ 35%] Building NVCC (Device) object libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o
nvcc fatal   : redefinition of argument 'std'
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:207 (message):
  Error generating
  /home/pcchip/try2/cpp-ethereum/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:63: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o' failed
make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
CMakeFiles/Makefile2:320: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....



Maybe I should take my own advice and switch it to a Win7 box ?


Thanks, I'm using the 347 drivers and a build compiled with CUDA 6.5 so I think that's what he's talking about, that's why I was confused as it's still not working on Win10 unfortunately.
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
April 16, 2016, 05:49:07 AM
 #389

look at Genoil's first post in this thread, FAQ #1

Edit: if you're already using the old drivers, verify it is NOT using WDDM 2.0  
  
if it is on the old WDDM, then just give up and put the cards into a spare Win7 box (is what I would do - some things are not worth the effort fighting with)  
  


Speaking of fighting with something - I've managed to get this far building it on Ubuntu Xenial:

- built the miner only without setting -DBUNDLE to cudaminer  
- tried running cmake again with -DBUNDLE=cudaminer  
  
got this far:

[ 35%] Building NVCC (Device) object libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o
nvcc fatal   : redefinition of argument 'std'
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:207 (message):
  Error generating
  /home/pcchip/try2/cpp-ethereum/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:63: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o' failed
make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o] Error 1
CMakeFiles/Makefile2:320: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....



Maybe I should take my own advice and switch it to a Win7 box ?


Ok  - the error ways "mvcc fatal  : redefinition of the argument 'std'
SO, let's change that -

**make your change (removing --std) to libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake

set(nvcc_flags -m64;--std;c++11;-DETH_JSONRPC;-DETH_READLINE;-DETH_MINIUPNPC;-DETH_ETHASHCL;-DETH_ETHASHCUDA;-DETH_STRATUM;-DETH_CURL;-DETH_FRONTIER;-DETH_TRUE) # list

Delete the "--std" and try your build again.
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
April 16, 2016, 12:29:24 PM
 #390

I can build this to work on linux? Any instructions on how to do this anywhere? Thanks in advance Smiley

I'm working on a new README.md. Almost there. For now, check out he knowledge base on ethpool. It has build instructions for my miner.

I finally got DAG chunking working today. Not that it's really required now that the right AMD environment vars have been found. If there happens to be demand for it anyway, please let me know so I can implement it in a clean way that doesn't hurt the non-chunked version. Because on AMD chunking does negatively affect performance.

will wait to see your efforts
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
April 16, 2016, 03:23:11 PM
 #391

I can build this to work on linux? Any instructions on how to do this anywhere? Thanks in advance Smiley

I'm working on a new README.md. Almost there. For now, check out he knowledge base on ethpool. It has build instructions for my miner.

I finally got DAG chunking working today. Not that it's really required now that the right AMD environment vars have been found. If there happens to be demand for it anyway, please let me know so I can implement it in a clean way that doesn't hurt the non-chunked version. Because on AMD chunking does negatively affect performance.

Hey Genoil, I have a 5770 I could do some testing on with your "chunked" version.
Did you make a new fork? Or is it in the 107 branch?

thx
parmatiya
Full Member
***
Offline Offline

Activity: 239
Merit: 250


View Profile
April 16, 2016, 04:41:22 PM
 #392

I can build this to work on linux? Any instructions on how to do this anywhere? Thanks in advance Smiley

I'm working on a new README.md. Almost there. For now, check out he knowledge base on ethpool. It has build instructions for my miner.

I finally got DAG chunking working today. Not that it's really required now that the right AMD environment vars have been found. If there happens to be demand for it anyway, please let me know so I can implement it in a clean way that doesn't hurt the non-chunked version. Because on AMD chunking does negatively affect performance.

Hey Genoil, I have a 5770 I could do some testing on with your "chunked" version.
Did you make a new fork? Or is it in the 107 branch?

thx

AMD 5770 has at most 1GB memory. So it will not work to mine Ethereum, even with the "chunked" version.

davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
April 16, 2016, 04:45:05 PM
 #393

I can build this to work on linux? Any instructions on how to do this anywhere? Thanks in advance Smiley

I'm working on a new README.md. Almost there. For now, check out he knowledge base on ethpool. It has build instructions for my miner.

I finally got DAG chunking working today. Not that it's really required now that the right AMD environment vars have been found. If there happens to be demand for it anyway, please let me know so I can implement it in a clean way that doesn't hurt the non-chunked version. Because on AMD chunking does negatively affect performance.

Hey Genoil, I have a 5770 I could do some testing on with your "chunked" version.
Did you make a new fork? Or is it in the 107 branch?

thx

AMD 5770 has at most 1GB memory. So it will not work to mine Ethereum, even with the "chunked" version.

Ah - I misunderstood what he meant by "chunked".
There was an effort some time ago to allow 1GB cards to use a "streamed" DAG - at least I can only assume that's how one would do it.
Thanks for the info.
Some 5770's have 2GB of RAM per core, I don't have one of those. I have the std 2 core 1GB per core.
BitMaxz
Legendary
*
Offline Offline

Activity: 3304
Merit: 3038


BTC price road to $80k


View Profile WWW
April 16, 2016, 05:49:21 PM
 #394

Just want to ask if this miner can mine using this GPU http://www.amazon.com/Sapphire-Radeon-PCI-Express-Graphics-21234-00-40G/dp/B00JS8JRHW/ref=sr_1_1?ie=UTF8&qid=1460828841&sr=8-1&keywords=amd+gpu+8g

I am planning to buy this GPU card or to upgrade my super pc..

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
scryptr
Legendary
*
Offline Offline

Activity: 1796
Merit: 1028



View Profile WWW
April 16, 2016, 06:33:30 PM
 #395

Just want to ask if this miner can mine using this GPU http://www.amazon.com/Sapphire-Radeon-PCI-Express-Graphics-21234-00-40G/dp/B00JS8JRHW/ref=sr_1_1?ie=UTF8&qid=1460828841&sr=8-1&keywords=amd+gpu+8g

I am planning to buy this GPU card or to upgrade my super pc..

YOU CAN MINE WITH IT--

It will mine digital currency, including ETH.  However, it is not a CUDA card, it is AMD.  That won't stop you from mining with it, though.       --scyptr


TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
molitar
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 17, 2016, 03:29:19 PM
 #396

I am having a severe problem with this version of ethminer!  I never got Failure: GPU gave incorrect results ever before!  This Genoil appears to be unreliable first time using it. it ran good for a while than stopped mining with that error.

Windows 7 x64
Sapphire Vapor-X R9 280x 3GB
XFX R9 380x DD Black Edition 4GB

I have not had a failure with the original ethminer but I am using the switch -S with this one which the original does not have.

ethminer -G -S coinotron.com:3344 -O username.workername:workerpassword

original line is ethminer.exe --farm-recheck 200 -G -F http://coinotron.com:3342/username.workername:workerpassword

What could be possibly wrong?  This happened only after several hours of running.
foralexxx
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
April 17, 2016, 03:37:18 PM
Last edit: April 17, 2016, 04:55:07 PM by foralexxx
 #397

I have not had a failure with the original ethminer but I am using the switch -S with this one which the original does not have.

ethminer -G -S coinotron.com:3344 -O username.workername:workerpassword

original line is ethminer.exe --farm-recheck 200 -G -F http://coinotron.com:3342/username.workername:workerpassword

What could be possibly wrong?  This happened only after several hours of running.
Also have trouble but  sintax "ethminer -G -S coinotron.com:3344 -O username.workername:workerpassword" job unstable.
What parametr -F mean?

P.S Params -G -F not job. Params -G -S job unstable and freeze (stop after some time....) Angry

P.S.S Params -F (Work farming mode:
    -F,--farm <url>  Put into mining farm mode with the work server at URL (default: http://127.0.0.1:8545))
SS2006
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
April 17, 2016, 04:54:34 PM
 #398

Genoil how you doing boss? I have 2 GTX 980s, i usually mine at night, because when ethminer is running my computer is unusable. However I was thinknig, can I just make one video card mine? So that way the other can run my computer normally. I tried putting cuda devices to 1, but it didnt seem to do anything
thanks
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
April 17, 2016, 06:06:56 PM
Last edit: April 17, 2016, 06:25:04 PM by Genoil
 #399

Re: unstable stratum; try 1.0.7 beta in 107 branch release folder.
Re: mine on card 2 --cuda-devices 1, or mine 24/7 using --cuda-gridsize 2048

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
goofy73
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
April 17, 2016, 10:15:57 PM
 #400

Please add next epoch dag generation in new version
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 ... 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!