Author Topic: GetWork Miner 130 HPM on 3.4Ghz i7 3x faster than coyote pool miner  (Read 54797 times)

0 Members and 1 Guest are viewing this topic.

Offline glongsword

  • Full Member
  • ***
  • Posts: 51
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #40 on: November 13, 2013, 08:19:08 pm »

Make sure you pull the latest, it was missing in an earlier checkin.

If it's running correctly, should there be some text output?

Offline kenpodragon

  • Full Member
  • ***
  • Posts: 64
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #39 on: November 13, 2013, 08:18:17 pm »
Not finding much in the way of speed improvements
 14.8261 hpm
 28.9676 hpm
 22.3346 hpm
 23.9403 hpm
 25.1426 hpm
 30.388 hpm
 34.3772 hpm
 44.3091 hpm
 48.7179 hpm
 47.0896 hpm
 46.0226 hpm
 47.3313 hpm
 48.5786 hpm
 47.1027 hpm
 48.0321 hpm
 44.8933 hpm
 45.8726 hpm

vs 200hpm using the jhProtominer

Offline kenpodragon

  • Full Member
  • ***
  • Posts: 64
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #38 on: November 13, 2013, 08:14:37 pm »
Had to update CMAKE and Boost

Code: [Select]
git clone git://cmake.org/cmake.git
cd cmake/cmake-2.8.12.1
./configure
make
make install
export CMAKE_ROOT=/usr/local/share/cmake-2.8.12.1

wget http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
tar --bzip2 -xf /path/to/boost_1_55_0.tar.bz2
./bootstrap.sh
./b2
./b2 install

/usr/local/bin/cmake -DBOOST_ROOT=/path/to/boost_1_55_0 .

Added in the step to use the updated version of boost

Offline bytemaster

Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #37 on: November 13, 2013, 08:12:07 pm »
I get this when compiling on 10.9:
Quote
warning: unknown warning option '-Wno-unused-local-typedefs' [-Wunknown-warning-option]
/Users/deweydb/Dev/coyote_miner/sphlib-3.0/c/sha2big.c:204:10: fatal error: 'md_helper.c' file not found
#include "md_helper.c"
         ^
1 warning and 1 error generated.

Make sure you pull the latest, it was missing in an earlier checkin.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline crendore

  • Jr. Member
  • **
  • Posts: 48
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #36 on: November 13, 2013, 08:11:22 pm »
I get this when compiling on 10.9:
Quote
warning: unknown warning option '-Wno-unused-local-typedefs' [-Wunknown-warning-option]
/Users/deweydb/Dev/coyote_miner/sphlib-3.0/c/sha2big.c:204:10: fatal error: 'md_helper.c' file not found
#include "md_helper.c"
         ^
1 warning and 1 error generated.

Offline bytemaster

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #34 on: November 13, 2013, 08:08:22 pm »
on a AMD Opteron(tm) Processor 4171 HE (8 cores)

Code: [Select]
Usage: ./gw_miner HOST USER PASS
Performing Benchmark...
 13.0319 hpm
 24.5904 hpm
 17.8479 hpm
 18.6269 hpm
 19.0899 hpm
 22.6576 hpm
 25.2702 hpm
 32.2715 hpm
 35.5816 hpm
 34.2171 hpm
 33.1173 hpm
 33.8781 hpm
 34.5473 hpm
 36.5886 hpm
 36.9985 hpm
 34.7708 hpm
 35.222 hpm
 35.6342 hpm
 35.9993 hpm

You have to let it run longer than that for an accurate measure because not all seeds produce the same number of results.   Let it finish the benchmark to get an accurate comparison.  Those are cumulative averages, not independent samples.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline cybe

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #32 on: November 13, 2013, 08:06:40 pm »
on a AMD Opteron(tm) Processor 4171 HE (8 cores)

Code: [Select]
Usage: ./gw_miner HOST USER PASS
Performing Benchmark...
 13.0319 hpm
 24.5904 hpm
 17.8479 hpm
 18.6269 hpm
 19.0899 hpm
 22.6576 hpm
 25.2702 hpm
 32.2715 hpm
 35.5816 hpm
 34.2171 hpm
 33.1173 hpm
 33.8781 hpm
 34.5473 hpm
 36.5886 hpm
 36.9985 hpm
 34.7708 hpm
 35.222 hpm
 35.6342 hpm
 35.9993 hpm

Offline bytemaster

Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #31 on: November 13, 2013, 08:04:59 pm »
I am getting 42 HPM on a Quad DO machine.   

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline Gumik

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #30 on: November 13, 2013, 08:03:40 pm »
Thanks just saw your post when the page refreshed, dunno how I missed it !
XPM : AaMussGvG8963TZKswLVwY1BNG3zs22MvK
PTS : PpTe2GPfXkk1T4boaPATERzwVx5Sn5nyRr

Offline kenpodragon

  • Full Member
  • ***
  • Posts: 64
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #29 on: November 13, 2013, 07:57:43 pm »
On debian 7 :

Code: [Select]
me@valinor:/tmp/coyote_miner$ cmake .
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
  CMake 2.8.10 or higher is required.  You are running version 2.8.9

See above. You need to install the latest version of cmake and boost

Offline Gumik

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #28 on: November 13, 2013, 07:56:42 pm »
On debian 7 :

Code: [Select]
me@valinor:/tmp/coyote_miner$ cmake .
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at CMakeLists.txt:2 (cmake_minimum_required):
  CMake 2.8.10 or higher is required.  You are running version 2.8.9
XPM : AaMussGvG8963TZKswLVwY1BNG3zs22MvK
PTS : PpTe2GPfXkk1T4boaPATERzwVx5Sn5nyRr

Offline bytemaster

Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #27 on: November 13, 2013, 07:55:09 pm »
update fc and the miner now and I removed the extra lib you don't need to build.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

Re: GetWork Miner 120 HPM on 3.4Ghz i7 3x faster than coyote pool miner
« Reply #26 on: November 13, 2013, 07:50:55 pm »
With boost 1.54 on Debian, I am still getting this error when compiling FC:

Code: [Select]
Linking CXX executable test_aes
libfc.a(thread.cpp.o): In function `fc::context::context(void (*)(long), boost::coroutines::detail::standard_stack_allocator&, fc::thread*)':
thread.cpp:(.text._ZN2fc7contextC2EPFvlERN5boost10coroutines6detail24standard_stack_allocatorEPNS_6threadE[_ZN2fc7contextC5EPFvlERN5boost10coroutines6detail24standard_stack_allocatorEPNS_6threadE]+0xe3): undefined reference to `boost::coroutines::detail::standard_stack_allocator::default_stacksize()'
thread.cpp:(.text._ZN2fc7contextC2EPFvlERN5boost10coroutines6detail24standard_stack_allocatorEPNS_6threadE[_ZN2fc7contextC5EPFvlERN5boost10coroutines6detail24standard_stack_allocatorEPNS_6threadE]+0xfe): undefined reference to `boost::coroutines::detail::standard_stack_allocator::allocate(boost::coroutines::stack_context&, unsigned long)'
libfc.a(thread.cpp.o): In function `fc::context::~context()':
thread.cpp:(.text._ZN2fc7contextD2Ev[_ZN2fc7contextD5Ev]+0x2d): undefined reference to `boost::coroutines::detail::standard_stack_allocator::deallocate(boost::coroutines::stack_context&)'
collect2: error: ld returned 1 exit status
make[2]: *** [test_aes] Error 1
make[1]: *** [CMakeFiles/test_aes.dir/all] Error 2
make: *** [all] Error 2

Trying in ubuntu

Hey.. that is linking an exe you do not need!   
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.