Bitcoin Forum
May 24, 2024, 07:11:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: Improved Whirlcoin AMD Miner  (Read 5448 times)
uray (OP)
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
July 24, 2014, 12:39:41 AM
Last edit: June 03, 2019, 02:55:28 PM by uray
 #1


running on 2x R9 280x

its config i used on that screenshot :
Code:
{
"pools" :
[
{
"name" : "whirl-us",
"url" : "stratum+tcp://erebor.dwarfpool.com:3358",
"user" : "FcQbgMrChcf3g2bpt73bXjA4ugEvmtxn9V",
"pass" : "x",
"profile" : "WHIRL"
},
{
"name" : "whirl-eu",
       "url" : "stratum+tcp://moria.dwarfpool.com:3358",
       "user" : "FcQbgMrChcf3g2bpt73bXjA4ugEvmtxn9V",
       "pass" : "x",
"profile" : "WHIRL"
}
],
"profiles" : [
{
"name" : "WHIRL",
"algorithm" : "whirlcoin"
}
],
"default-profile" : "X11",
"failover-only" : true,
"no-submit-stale" : true,
"api-listen" : true,
"api-port" : "4028",
"api-allow" : "W:0/0",
"api-mcast" : true,
"api-mcast-port" : "4028",
"log" : "1",
"worksize" : "128",
"lookup-gap" : "2",
"intensity" : "20",
"thread-concurrency" : "8192",
"gpu-platform" : "0",
"gpu-threads" : "2",
"gpu-fan" : "100",
"gpu-powertune" : "20",
"gpu-engine" : "1125",
"gpu-memclock" : "800",
"algorithm" : "darkcoin-mod"
}


its forked from sgminer v5_0 branch, so it compatible with nicehash multi-algo on the fly switching (should be)
untested because nicehash does not support whirlpool algo yet

Linux x64 binary : https://mega.co.nz/#!sopxDDRJ!gcQ-G8gCfC4fjWFrO77ImUtbwGgPiMZDSyvdc-s52vU
hero18688
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
July 24, 2014, 12:40:54 AM
 #2

Can you post a windows build?

uray (OP)
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
July 24, 2014, 12:42:02 AM
 #3

Can you post a windows build?

sorry i dont have windows machine here, maybe someone can help you
jarvis
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
July 24, 2014, 12:50:02 AM
 #4

Get error when trying to make:


make  all-recursive
make[1]: Entering directory `/opt/miners/whirl'
Making all in lib
make[2]: Entering directory `/opt/miners/whirl/lib'
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/opt/miners/whirl/lib'
make[4]: Entering directory `/opt/miners/whirl/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/opt/miners/whirl/lib'
make[3]: Leaving directory `/opt/miners/whirl/lib'
make[2]: Leaving directory `/opt/miners/whirl/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/whirl/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/whirl/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/whirl/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/whirl/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/whirl'
make: *** [all] Error 2



Any ideas? 
uray (OP)
Hero Member
*****
Offline Offline

Activity: 1400
Merit: 505


View Profile
July 24, 2014, 12:53:59 AM
 #5

Get error when trying to make:


make  all-recursive
make[1]: Entering directory `/opt/miners/whirl'
Making all in lib
make[2]: Entering directory `/opt/miners/whirl/lib'
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/opt/miners/whirl/lib'
make[4]: Entering directory `/opt/miners/whirl/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/opt/miners/whirl/lib'
make[3]: Leaving directory `/opt/miners/whirl/lib'
make[2]: Leaving directory `/opt/miners/whirl/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/whirl/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/whirl/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/whirl/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/whirl/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/whirl'
make: *** [all] Error 2



Any ideas?  

this is what i did :
maybe u dont autoreconf ?

Code:
git submodule init
git submodule update
autoreconf -i
cp PATH_TO_ADL_SDK ./ADL_SDK
CFLAGS="-O2 -march=native" ./configure --enable-opencl
make
jarvis
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
July 24, 2014, 12:56:44 AM
 #6

Get error when trying to make:


make  all-recursive
make[1]: Entering directory `/opt/miners/whirl'
Making all in lib
make[2]: Entering directory `/opt/miners/whirl/lib'
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/opt/miners/whirl/lib'
make[4]: Entering directory `/opt/miners/whirl/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/opt/miners/whirl/lib'
make[3]: Leaving directory `/opt/miners/whirl/lib'
make[2]: Leaving directory `/opt/miners/whirl/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/whirl/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/whirl/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/whirl/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/whirl/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/whirl'
make: *** [all] Error 2



Any ideas?  

this is what i did :
maybe u dont autoreconf ?

Code:
autoreconf -i
cp PATH_TO_ADL_SDK ./ADL_SDK
CFLAGS="-O2 -march=native" ./configure --enable-opencl
make


Same problem.   I havent every ran into a problem when trying to setup a new miner.   not sure whats happening.   running debian 7.0
jarvis
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
July 24, 2014, 12:58:55 AM
 #7

Get error when trying to make:


make  all-recursive
make[1]: Entering directory `/opt/miners/whirl'
Making all in lib
make[2]: Entering directory `/opt/miners/whirl/lib'
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/opt/miners/whirl/lib'
make[4]: Entering directory `/opt/miners/whirl/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/opt/miners/whirl/lib'
make[3]: Leaving directory `/opt/miners/whirl/lib'
make[2]: Leaving directory `/opt/miners/whirl/lib'
Making all in submodules
make[2]: Entering directory `/opt/miners/whirl/submodules'
Making all in jansson
make[3]: Entering directory `/opt/miners/whirl/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/opt/miners/whirl/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/miners/whirl/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/whirl'
make: *** [all] Error 2



Any ideas?  

this is what i did :
maybe u dont autoreconf ?

Code:
git submodule init
git submodule update
autoreconf -i
cp PATH_TO_ADL_SDK ./ADL_SDK
CFLAGS="-O2 -march=native" ./configure --enable-opencl
make


That worked.   Thanks!
jarvis
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
July 24, 2014, 01:02:58 AM
 #8





Temps and speed very nice!!!!!!   Thank you!!!!!
louiedave
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 24, 2014, 01:28:30 AM
 #9

Anybody please make a windows binary for this miner...
endlessskill
Hero Member
*****
Offline Offline

Activity: 531
Merit: 500


AMD | Mining | NVIDIA


View Profile
July 24, 2014, 04:19:18 AM
 #10

Anybody please make a windows binary for this miner...
+1 Guys! We need win bin!
ivan1975
Legendary
*
Offline Offline

Activity: 2870
Merit: 1168


View Profile
July 24, 2014, 04:20:38 AM
 #11

Anybody please make a windows binary for this miner...
+1)
Ancikv
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile
July 24, 2014, 06:52:22 AM
 #12

+1
USScrypto
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
July 24, 2014, 07:12:14 AM
 #13

I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip

Works just fine for me, getting about 10 MHS with my 280X.
ivan1975
Legendary
*
Offline Offline

Activity: 2870
Merit: 1168


View Profile
July 24, 2014, 08:02:26 AM
 #14

I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip

Works just fine for me, getting about 10 MHS with my 280X.
thx.
5870 only 2 Mh/s Sad.
vgeorgiev
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
July 24, 2014, 08:10:43 AM
 #15

Thanks R9 290 ASUS 11M
radus
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
July 24, 2014, 09:59:58 AM
 #16

R9 290 ASUS DCUII 12 MH/s

ajiekceu4
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 24, 2014, 10:55:21 AM
 #17

Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: NOT FOUND. TUI support DISABLED
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -march=native
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   submodules/jansson/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local
....
make install
...
sgminer-sgminer.o: In function `apply_initial_gpu_settings':
sgminer.c:(.text+0xd1c2): undefined reference to `set_powertune'
sgminer-sgminer.o: In function `get_work_prepare_thread.isra.54':
sgminer.c:(.text+0x10001): undefined reference to `set_powertune'
collect2: error: ld returned 1 exit status
make[1]: *** [sgminer] Error 1
make[1]: Leaving directory `/home/mining/whirl/sgminer'
make: *** [install-recursive] Error 1
louiedave
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
July 24, 2014, 11:40:41 AM
 #18

I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip

Works just fine for me, getting about 10 MHS with my 280X.

I doesn't work for me i got HW errors... i have 280x
dstorm
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 24, 2014, 11:51:58 AM
 #19

If you want to use this version on p2pools you need the "--no-extranonce" option.

altmine.net p2pools - Follow me on Twitter for latest updates @altminenet
ajiekceu4
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
July 24, 2014, 12:46:55 PM
 #20

Configuration Options Summary:

  Use git version......: yes
  libcurl(GBT+getwork).: Enabled: -lcurl
  curses.TUI...........: NOT FOUND. TUI support DISABLED
  OpenCL...............: FOUND. GPU mining support enabled
  ADL..................: SDK found, GPU monitoring support enabled

Compilation............: make (or gmake)
  CPPFLAGS.............:
  CFLAGS...............: -O2 -march=native
  LDFLAGS..............:  -lpthread
  LDADD................: -ldl -lcurl   submodules/jansson/src/.libs/libjansson.a -lpthread -L/opt/AMDAPP/lib/x86_64 -lOpenCL    -lm -lrt

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local
....
make install
...
sgminer-sgminer.o: In function `apply_initial_gpu_settings':
sgminer.c:(.text+0xd1c2): undefined reference to `set_powertune'
sgminer-sgminer.o: In function `get_work_prepare_thread.isra.54':
sgminer.c:(.text+0x10001): undefined reference to `set_powertune'
collect2: error: ld returned 1 exit status
make[1]: *** [sgminer] Error 1
make[1]: Leaving directory `/home/mining/whirl/sgminer'
make: *** [install-recursive] Error 1


I comment section about powertune in sgminer.c and its finally compile.
Pages: [1] 2 3 4 »  All
  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!