Bitcoin Forum
May 11, 2024, 10:24: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 84 85 86 87 88 89 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397328 times)
DMDCreeper
Sr. Member
****
Offline Offline

Activity: 416
Merit: 270


View Profile
June 16, 2016, 01:06:28 PM
 #981

Quote
1.1.3

i m a bit confuse  what s the last version?  is it not the 0.9.41?

0.9.41 was the version of ethminer when I forked it. 1.1.3 is the release number of the fork.

Is the stratum code working in the OpenCL build of 1.1.4?
It builds fine, and runs great using network - but, I'm getting a missing symbol when using a -S (stratum) config with Ubuntu 15.10.

Does it need a link to boost? or is that built-in?

Anyone else running stratum with 1.1.4?
If so, would you please share your config line.

thanks!

Does donkeypool support stratum now?
1715466287
Hero Member
*
Offline Offline

Posts: 1715466287

View Profile Personal Message (Offline)

Ignore
1715466287
Reply with quote  #2

1715466287
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715466287
Hero Member
*
Offline Offline

Posts: 1715466287

View Profile Personal Message (Offline)

Ignore
1715466287
Reply with quote  #2

1715466287
Report to moderator
Smokyish
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
June 16, 2016, 01:55:05 PM
 #982

The gtx 960 can go from 11 to 14MHASH with small modifications to the code. I run with --farm-recheck 150

Is that 960-only? Interesting, nice rate for a 128-bit bus. Haven't got one, so can't even start guessing.

First of all thanks to Genoil for all your hard work.

I've been getting a nice increase in performance by using this miner with my Geforce 670 GTX (Gigabyte 2GB OC model), here are some results:

Windows 8 64bit, 368.39 driver:

ethminer / getwork: 12.4MH/s
genoil 1.1.0 / 1.1.3 / cuda + getwork: 14.4MH/s
genoil 1.1.0 / 1.1.3 / cuda + stratum: 14.6MH/s

Linux Mint 17.3 64bit, 367.xx driver:

ethminer / getwork: 12.4MH/s
genoil 1.0.8 / 1.1.4 / getwork: 9.9MH/s
genoil 1.0.8 / 1.1.4 / cuda + stratum: 14.6MH/s

https://i.imgur.com/QOjbPuQ.jpg

Ordered 2 1070's that i'm still waiting for to add to the mix Smiley
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
June 16, 2016, 02:03:45 PM
 #983

for 970 nvidia
still better to use win7 , 347.52 driver     with   ethminer 1,1,4   -G option ?


For Nvidia use -U, not -G. When using win7, you can also use latest drivers.

347.52 (or 350.12, better) is only for gtx960,970,980 (950 too with some additonal tweaks) on Win10. This also requires a CUDA 6.5 build, which you'll need to do on your own.

Feature request: When the GPU mines a share not meeting the target, could that increment the Failed counter?

?

A share meets the target by definition.

If the CPU verification (using lightweight method since 1.1) fails, F is already incremented. I hardly see that happen though.

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

Activity: 44
Merit: 0


View Profile
June 16, 2016, 02:06:25 PM
 #984

The gtx 960 can go from 11 to 14MHASH with small modifications to the code. I run with --farm-recheck 150

Is that 960-only? Interesting, nice rate for a 128-bit bus. Haven't got one, so can't even start guessing.

First of all thanks to Genoil for all your hard work.

I've been getting a nice increase in performance by using this miner with my Geforce 670 GTX (Gigabyte 2GB OC model), here are some results:

Windows 8 64bit, 368.39 driver:

ethminer / getwork: 12.4MH/s
genoil 1.1.0 / 1.1.3 / cuda + getwork: 14.4MH/s
genoil 1.1.0 / 1.1.3 / cuda + stratum: 14.6MH/s

Linux Mint 17.3 64bit, 367.xx driver:

ethminer / getwork: 12.4MH/s
genoil 1.0.8 / 1.1.4 / getwork: 9.9MH/s
genoil 1.0.8 / 1.1.4 / cuda + stratum: 14.6MH/s

https://i.imgur.com/QOjbPuQ.jpg

Ordered 2 1070's that i'm still waiting for to add to the mix Smiley

What setting do you use...

I'm on W7, genoil 1.1.4, 368.39 drivers... and can't get much over 13MHs

My bat file looks like this:
GPU_FORCE_64BIT_PTR 0

GPU_MAX_HEAP_SIZE 100

GPU_USE_SYNC_OBJECTS 1

GPU_MAX_ALLOC_PERCENT 100

GPU_SINGLE_ALLOC_PERCENT 100

ethminer.exe -S eu1.ethermine.org:4444 -O "wallet address" -U --cuda-grid-size 8192 --cuda-block-size 128 --cuda-schedule auto --farm-recheck 400

BitMinerN8
Hero Member
*****
Offline Offline

Activity: 626
Merit: 500


Mining since May 2011.


View Profile
June 16, 2016, 02:19:25 PM
 #985

Hi I picked up my first 980ti to add into the farm. It sounded like a good idea at the time but does not seem to be performing as well as expected. (Compared to my others - 950/960/970) I'm only getting around 18MH/s and it sounds like I should be getting more. It's running on Mint 17.3 with ethminer 1.1.4, does anyone have any suggestions for the optimal command line options? If I can't get better then that I might as well return and get a 970. Thanks for any help.
Smokyish
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
June 16, 2016, 02:44:35 PM
 #986

The gtx 960 can go from 11 to 14MHASH with small modifications to the code. I run with --farm-recheck 150

Is that 960-only? Interesting, nice rate for a 128-bit bus. Haven't got one, so can't even start guessing.

First of all thanks to Genoil for all your hard work.

I've been getting a nice increase in performance by using this miner with my Geforce 670 GTX (Gigabyte 2GB OC model), here are some results:

Windows 8 64bit, 368.39 driver:

ethminer / getwork: 12.4MH/s
genoil 1.1.0 / 1.1.3 / cuda + getwork: 14.4MH/s
genoil 1.1.0 / 1.1.3 / cuda + stratum: 14.6MH/s

Linux Mint 17.3 64bit, 367.xx driver:

ethminer / getwork: 12.4MH/s
genoil 1.0.8 / 1.1.4 / getwork: 9.9MH/s
genoil 1.0.8 / 1.1.4 / cuda + stratum: 14.6MH/s

https://i.imgur.com/QOjbPuQ.jpg

Ordered 2 1070's that i'm still waiting for to add to the mix Smiley

What setting do you use...

I'm on W7, genoil 1.1.4, 368.39 drivers... and can't get much over 13MHs

My bat file looks like this:
GPU_FORCE_64BIT_PTR 0

GPU_MAX_HEAP_SIZE 100

GPU_USE_SYNC_OBJECTS 1

GPU_MAX_ALLOC_PERCENT 100

GPU_SINGLE_ALLOC_PERCENT 100

ethminer.exe -S eu1.ethermine.org:4444 -O "wallet address" -U --cuda-grid-size 8192 --cuda-block-size 128 --cuda-schedule auto --farm-recheck 400

For me the default settings seem to work the best, tried messing with some settings but im running with no bat, command-line only, ethminer -U -O -S but the card is overclocked further than the factory OC settings.

In MSI Afterburner i can get a stable system/driver and a stable hashrate with the following settings and values that Afterburner is showing:
Core voltage: -50mV
Power Limit: 100%
Core Clock: 1280Mhz (+131Mhz) GPU-Z showing Default Clock, Boost: 1059, now 1190.
Mem Clock: 3105Mhz (+102Mhz) GPU-Z showing Default Clock: 1502, now 1553.
With fan at 80-85% temp is at 76-80C, 84% TDP (nvidia-smi doesn't support all the functions with the card so can't tell the wattage used.).
Rimtu
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
June 16, 2016, 02:48:05 PM
 #987

ok 10% OC explains 10% better hashrate  Wink

tnx. for info
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
June 16, 2016, 03:00:48 PM
 #988

Hi I picked up my first 980ti to add into the farm. It sounded like a good idea at the time but does not seem to be performing as well as expected. (Compared to my others - 950/960/970) I'm only getting around 18MH/s and it sounds like I should be getting more. It's running on Mint 17.3 with ethminer 1.1.4, does anyone have any suggestions for the optimal command line options? If I can't get better then that I might as well return and get a 970. Thanks for any help.

You should be able to get 20+ by forcing the card into P0 state: http://cryptomining-blog.com/7341-how-to-squeeze-some-extra-performance-mining-ethereum-on-nvidia/

But it won't be much faster than a 970, so that's a better use of your money.

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

Activity: 3
Merit: 0


View Profile
June 16, 2016, 03:47:43 PM
 #989

My miner isnt creating the DAG files, i´ve checked APPDATA and theres nothing there, how can i fix this? The normal ethminer creates the DAG files.
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
June 16, 2016, 04:03:49 PM
 #990

My miner isnt creating the DAG files, i´ve checked APPDATA and theres nothing there, how can i fix this? The normal ethminer creates the DAG files.

From version 1.1 and up there aren't any DAG files

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
June 16, 2016, 04:09:11 PM
 #991

Quote
1.1.3

i m a bit confuse  what s the last version?  is it not the 0.9.41?

0.9.41 was the version of ethminer when I forked it. 1.1.3 is the release number of the fork.

Is the stratum code working in the OpenCL build of 1.1.4?
It builds fine, and runs great using network - but, I'm getting a missing symbol when using a -S (stratum) config with Ubuntu 15.10.

Does it need a link to boost? or is that built-in?

Anyone else running stratum with 1.1.4?
If so, would you please share your config line.

thanks!


Does donkeypool support stratum now?

Late testing phase - DonkeyPool should be stratum-ready by Monday
kantxcape
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 16, 2016, 04:38:53 PM
 #992

My miner isnt creating the DAG files, i´ve checked APPDATA and theres nothing there, how can i fix this? The normal ethminer creates the DAG files.

From version 1.1 and up there aren't any DAG files

Thanks for the fast response! Smiley

Great work.
BitMinerN8
Hero Member
*****
Offline Offline

Activity: 626
Merit: 500


Mining since May 2011.


View Profile
June 16, 2016, 05:22:04 PM
 #993

Hi I picked up my first 980ti to add into the farm. It sounded like a good idea at the time but does not seem to be performing as well as expected. (Compared to my others - 950/960/970) I'm only getting around 18MH/s and it sounds like I should be getting more. It's running on Mint 17.3 with ethminer 1.1.4, does anyone have any suggestions for the optimal command line options? If I can't get better then that I might as well return and get a 970. Thanks for any help.

You should be able to get 20+ by forcing the card into P0 state: http://cryptomining-blog.com/7341-how-to-squeeze-some-extra-performance-mining-ethereum-on-nvidia/

But it won't be much faster than a 970, so that's a better use of your money.

Thanks for the tip.
Rimtu
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
June 16, 2016, 07:10:26 PM
 #994

Genoil...

could you make screen saver miner?

I have a lot of computers in my office that are often unused, so if I could have a  screesaver that mines when computer is idle... that would be awsome Cheesy
COOLERbyPSP
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
June 16, 2016, 08:57:31 PM
 #995

that would be awsome Cheesy
lololol, only if computers have a REALLY GOOD videocards
crazyearner
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
June 16, 2016, 10:18:27 PM
 #996

Is their a read me for all the -- commands and what they do been looking everywhere and cant seem to find anywhere that has all the old commands and all new commands and what each one does.

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
COOLERbyPSP
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
June 16, 2016, 11:54:41 PM
 #997

Is their a read me for all the -- commands and what they do been looking everywhere and cant seem to find anywhere that has all the old commands and all new commands and what each one does.
try this
Code:
ethminer -h
pause
Rimtu
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
June 17, 2016, 12:01:14 AM
 #998

that would be awsome Cheesy
lololol, only if computers have a REALLY GOOD videocards
Gtx 670.. they hash around 13.7MHs... and there are 8 of them... Cool
COOLERbyPSP
Member
**
Offline Offline

Activity: 124
Merit: 10


View Profile
June 17, 2016, 01:10:56 AM
 #999

> 13.7MHs
Not bad
better than 960
but what about power draw?
parmatiya
Full Member
***
Offline Offline

Activity: 239
Merit: 250


View Profile
June 17, 2016, 06:12:22 AM
 #1000

that would be awsome Cheesy
lololol, only if computers have a REALLY GOOD videocards
Gtx 670.. they hash around 13.7MHs... and there are 8 of them... Cool

That is very good performance. 670 is a very old card. Maybe their memory bandwidth is quite high to have such high speed.

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 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!