GPU Mining is out, come and let us know of your bench scores!

1356747

Comments

  • timstims Member Posts: 21
    Ubuntu 14.04LTS / Radeon R9 FURY X 4GB

    Trial 1... 26389162
    Trial 2... 26563925
    Trial 3... 26563925
    Trial 4... 26476544
    Trial 5... 26563925
    min/mean/max: 26389162/26511496/26563925 H/s
    inner mean: 17680156 H/s

  • stripykittehstripykitteh Adelaide, AustraliaMember Posts: 2
    Finally got ethminer working on Windows! A bit late for the testnet rewards, but ah well.

    Windows 8.1/Radeon R9 290 4GB/Intel i5

    Trial 1... 24720677
    Trial 2... 24521459
    Trial 3... 24521459
    Trial 4... 24608724
    Trial 5... 24545972
    min/mean/max: 24521459/24583658/24720677 H/s
    inner mean: 24625124 H/s
  • mikkaaamikkaaa Member Posts: 34
    Ubuntu 14.04LTS / Geforce 820m

    Trial 1... 1310720
    Trial 2... 1310720
    Trial 3... 1223338
    Trial 4... 1310720
    Trial 5... 1310720

    min/mean/max: 1223338/1293243/1310720 H/s
    inner mean: 436906 H/s

    Lenovo Z50 laptop :smile:

  • 3l33t4dm1n3l33t4dm1n Member Posts: 7
    1x r9280x Cant wait for launch i have about 30 of these things!

    [email protected]:~/cpp-ethereum/build/eth$ ./eth -b -G -M
    (++)Ethereum
    Welcome to Olympic!
    [OPENCL]:Found suitable OpenCL device [Tahiti] with 2575302656 bytes of GPU memory
    Benchmarking on platform: GPU
    Preparing DAG...
    Warming up...
    ℹ 11:44:30|gpuminer0 workLoop 0 #00000000… #00000000…
    ℹ 11:44:30|gpuminer0 Initialising miner...
    [OPENCL]:Using platform: AMD Accelerated Parallel Processing
    [OPENCL]:Using device: Tahiti(OpenCL 1.2 AMD-APP (1729.3))
    [OPENCL]:Printing program log
    [OPENCL]:
    [OPENCL]:Allocating single buffer failed with: clCreateBuffer(-61)
    [OPENCL]:Failed to allocate 1 big chunk. Max allocateable memory is 1031012352. Trying to allocate 4 chunks.
    [OPENCL]:Creating buffer for chunk 0
    [OPENCL]:Creating buffer for chunk 1
    [OPENCL]:Creating buffer for chunk 2
    [OPENCL]:Creating buffer for chunk 3
    [OPENCL]:Loading chunk kernels
    [OPENCL]:Creating buffer for header.
    [OPENCL]:Mapping chunk 0
    [OPENCL]:Mapping chunk 1
    [OPENCL]:Mapping chunk 2
    [OPENCL]:Mapping chunk 3
    [OPENCL]:Creating mining buffer 0
    [OPENCL]:Creating mining buffer 1
    Trial 1... 12058624
    Trial 2... 12058624
    Trial 3... 11971242
    Trial 4... 12058624
    Trial 5... 12058624
    min/mean/max: 11971242/12041147/12058624 H/s
    inner mean: 4019541 H/s
    Phoning home to find world ranking...
    [email protected]:~/cpp-ethereum/build/eth$
  • tiasareatiasarea Member Posts: 2
    Linux / Debian stable 8.1 / XFX R9 390x 8GB / Eth 0.9.34
    min/mean/max: 26.17 MH / 26.28 MH / 26.36 MH
    inner mean: 9.86 MH/s

    results obtained from:

    ./eth -M --benchmark-trials 10 --benchmark-trial 7 --benchmark-warmup 10 -G
    (++)Ethereum
    Welcome to Olympic!
    [OPENCL]:Found suitable OpenCL device [Hawaii] with 8370782208 bytes of GPU memory
    Benchmarking on platform: GPU
    Preparing DAG...
    Warming up...
    ℹ 21:18:19|gpuminer0 workLoop 0 #00000000… #00000000…
    ℹ 21:18:19|gpuminer0 Initialising miner...
    [OPENCL]:Using platform: AMD Accelerated Parallel Processing
    [OPENCL]:Using device: Hawaii(OpenCL 2.0 AMD-APP (1800.5))
    [OPENCL]:Printing program log
    [OPENCL]:
    [OPENCL]:Created one big buffer for the DAG
    [OPENCL]:Loading single big chunk kernels
    [OPENCL]:Creating buffer for header.
    [OPENCL]:Mapping one big chunk.
    [OPENCL]:Creating mining buffer 0
    [OPENCL]:Creating mining buffer 1
    Trial 1... 26364196
    Trial 2... 26364196
    Trial 3... 26289298
    Trial 4... 26251849
    Trial 5... 26251849
    Trial 6... 26289298
    Trial 7... 26364196
    Trial 8... 26289298
    Trial 9... 26251849
    Trial 10... 26176950
    min/mean/max: 26176950/26289297/26364196 H/s
    inner mean: 9863167 H/s
    Phoning home to find world ranking...

    with ATI drivers latest: amd-driver-installer-15.20.1046-x86.x86_64.zip
    no OC, no tweaking whatsoever.

    ./eth -V
    eth version 0.9.34
    eth network protocol version: 61
    Client database version: 11785
    Build: Linux/g++/int/Release

    cheers
  • paleh0rsepaleh0rse Member Posts: 5

    Finally got ethminer working on Windows! A bit late for the testnet rewards, but ah well.

    Mind if I ask which exact executable and which instructions you used to get it running in Windows?
  • stripykittehstripykitteh Adelaide, AustraliaMember Posts: 2
    paleh0rse said:

    Mind if I ask which exact executable and which instructions you used to get it running in Windows?

    I mostly followed this:

    https://medium.com/@timothyjcoulter/mining-ethereum-on-windows-55f3f4f2217c

    It did not work smoothly at first as I did not add CMake to the path when I installed it (which caused getstuff.bat to break). I manually added it later to the environment which fixed the problem. I also recommend installing everything at the top level (C:), so for example cpp-ethereum lives in C:\cpp-ethereum.

    Also, when I finally got ethminer building I forgot to add this:

    -DETHASHCL=1

    to CMake so when I started mining it was recognizing my GPU but I was seeing 0 H/s.

    The options for geth have changed slightly so you'll need to change this:

    geth.exe -rpc -unlock=primary

    to this:

    geth.exe -rpc -unlock=0


    I am currently running geth v0.9.39 (you can see my node here: https://stats.ethdev.com/)
  • paleh0rsepaleh0rse Member Posts: 5


    I am currently running geth v0.9.39 (you can see my node here: https://stats.ethdev.com/)

    great info, ty!
  • BitcoinzieBitcoinzie Member Posts: 73 ✭✭
    min/mean/max: 0/14190728/18437461 H/s
    inner mean: 17534520 H/s

    PowerColor turboduo R9270AXOC
  • BitcoinzieBitcoinzie Member Posts: 73 ✭✭
    Running: ethminer -M --benchmark-trials 10 --benchmark-trial 7 --benchmark-warmup 10 -G
    Produces:

    min/mean/max: 18387529/18424978/18462427 H/s
    inner mean: 4610925 H/s
  • BitcoinzieBitcoinzie Member Posts: 73 ✭✭
    Final Benchmark
    2x PowerColor turboduo R9270AXOC

    min/mean/max: 0/18979225/28224170 H/s
    inner mean: 12815928 H/s
  • mikkaaamikkaaa Member Posts: 34
    Ubuntu 14.04 / Radeon 280x

    ~$ ethminer -G -M
    [OPENCL]:Found suitable OpenCL device [Tahiti] with 2786066432 bytes of GPU memory
    Benchmarking on platform: GPU
    Preparing DAG...
    Warming up...
    ℹ 03:02:54|gpuminer0 workLoop 0 #00000000… #00000000…
    ℹ 03:02:54|gpuminer0 Initialising miner...
    [OPENCL]:Using platform: AMD Accelerated Parallel Processing
    [OPENCL]:Using device: Tahiti(OpenCL 1.2 AMD-APP (1729.3))
    [OPENCL]:Printing program log
    [OPENCL]:
    [OPENCL]:Creating one big buffer for the DAG
    [OPENCL]:Loading single big chunk kernels
    [OPENCL]:Mapping one big chunk.
    Trial 1... 0
    Trial 2... 0
    Trial 3... [OPENCL]:Creating buffer for header.
    [OPENCL]:Creating mining buffer 0
    [OPENCL]:Creating mining buffer 1
    14155776
    Trial 4... 24379392
    Trial 5... 24292010
    min/mean/max: 0/12565435/24379392 H/s
    inner mean: 20942392 H/s


    Not sure whats up with the zeros tough....
  • embiembi Spain & The NetherlandsMember Posts: 10
    Ubuntu / 15.04 / Sapphire R9 280X OC Dual-X 3GB GDDR5 / v.1.0.0

    Trial 1... 25777493
    Trial 2... 25864874
    Trial 3... 25864874
    Trial 4... 25777493
    Trial 5... 25864874

    min/mean/max: 25777493/25829921/25864874 H/s
    inner mean: 8621624 H/s
  • simenrangersimenranger Member Posts: 24
    edited July 2015
    Hi.
    Coud you help me with this question?
    What is the "inner mean" compared to the "mean" ? Why is it so much lower?

    best regards
  • evanevan Member Posts: 38
    Ubuntu 14.04LTS Nvidia geforce 680

    7.7 MH/s
  • mcmike313mcmike313 Member Posts: 27
    Ubuntu 15.04 3x R9 390x's

    79-80MH/s
  • aakilfernandesaakilfernandes Member Posts: 2
    edited July 2015
    Ubuntu 14.04 / AWS g2.2xlarge
    min/mean/max: 8.91/8.95/9.00 MH/s
    inner mean: 3.00 MH/s
  • MaranMaran Member Posts: 7
  • jamesknelsonjamesknelson Member Posts: 1
    MacBook Pro (Retina, 15-inch, Late 2013)

    OSX Yosemite / 10.10.4 (14E46) / GeForce GT 750M 2048 MB / 0.9.38
    min/mean/max: 0.87/0.92/0.96 MH/s
    inner mean: 0.93 MH/s
  • RichAyotteRichAyotte CanadaMember Posts: 7
    Debian / Sid / GeForce GTX 760 / 1.0.0
    min/mean/max: 9.1 / 9.2 / 9.2 MH/s
    inner mean: 3.1 MH/s
  • tomm144tomm144 Member Posts: 5
    Windows 7 / AMD R9 280x / 1.0.0
    Using platform: AMD Accelerated Parallel Processing
    Using device: Tahiti(OpenCL 1.2 AMD-APP (1800.8))
    Printing program log

    Creating one big buffer for the DAG
    Loading single big chunk kernels
    Mapping one big chunk.
    Creating buffer for header.
    Creating mining buffer 0
    Creating mining buffer 1
    Trial 1... 26022289
    Trial 2... 26293016
    Trial 3... 26205664
    Trial 4... 26127018
    Trial 5... 25943608
    min/mean/max: 25943608/26118319/26293016 H/s
    inner mean: 26118323 H/s
    Phoning home to find world ranking...

    but on etherchain i see only 9MH/s, weird...
  • evanevan Member Posts: 38
    evan said:

    Ubuntu 14.04LTS Nvidia geforce 680

    7.7 MH/s

    on screen while mining it says i do 11 MH/s
  • wanted22wanted22 Member Posts: 4
    Ubuntu/ 14.04lts/ R9 290x 4GB

    min/mean/max: 3/20/24 MH/s
    inner mean: 16 MH/s
  • wanted22wanted22 Member Posts: 4
    Ubuntu/ 14.04lts/ HD 7990

    min/mean/max: 7/20/24 MH/s
    inner mean: 16 MH/s

    Total 48 MH/s : D
  • DafaceDaface Member Posts: 9
    AMD 7990 with mild OC on windows7 64b getting >51Mh/s using geth and etherminer. No tweaks on ethminer.
  • itsnotan3rroritsnotan3rror Toulouse, FranceMember Posts: 7
    Actually mining @ 4.5 Mhs + 24 Mhs + 144 Mhs = 192.5 Mhs
  • ioiioi SevillaMember Posts: 9
    AMD 390x - 27Mh/s
  • zaxxonzaxxon Member Posts: 6

    Actually mining @ 4.5 Mhs + 24 Mhs + 144 Mhs = 192.5 Mhs

    The idea of this thread is to compare builds. What is your build?
  • mikkaaamikkaaa Member Posts: 34
    radeon R7 - series, anyone?
  • o0ragman0oo0ragman0o Member, Moderator Posts: 1,291 mod
    It's actually just for GPU benchmarks not for build. I've just started another thread show-us-your-rigs where we can compare our builds.
Sign In or Register to comment.