Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: uray on July 24, 2014, 12:39:41 AM



Title: Improved Whirlcoin AMD Miner
Post by: uray on July 24, 2014, 12:39:41 AM
https://i.imgur.com/SA6MhqO.png
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


Title: Re: Improved Whirlcoin AMD Miner
Post by: hero18688 on July 24, 2014, 12:40:54 AM
Can you post a windows build?


Title: Re: Improved Whirlcoin AMD Miner
Post by: uray on July 24, 2014, 12:42:02 AM
Can you post a windows build?

sorry i dont have windows machine here, maybe someone can help you


Title: Re: Improved Whirlcoin AMD Miner
Post by: jarvis on July 24, 2014, 12:50:02 AM
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? 


Title: Re: Improved Whirlcoin AMD Miner
Post by: uray on July 24, 2014, 12:53:59 AM
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


Title: Re: Improved Whirlcoin AMD Miner
Post by: jarvis on July 24, 2014, 12:56:44 AM
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


Title: Re: Improved Whirlcoin AMD Miner
Post by: jarvis on July 24, 2014, 12:58:55 AM
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!


Title: Re: Improved Whirlcoin AMD Miner
Post by: jarvis on July 24, 2014, 01:02:58 AM
http://i61.tinypic.com/2wp5lz6.png



Temps and speed very nice!!!!!!   Thank you!!!!!


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 01:28:30 AM
Anybody please make a windows binary for this miner...


Title: Re: Improved Whirlcoin AMD Miner
Post by: endlessskill on July 24, 2014, 04:19:18 AM
Anybody please make a windows binary for this miner...
+1 Guys! We need win bin!


Title: Re: Improved Whirlcoin AMD Miner
Post by: ivan1975 on July 24, 2014, 04:20:38 AM
Anybody please make a windows binary for this miner...
+1)


Title: Re: Improved Whirlcoin AMD Miner
Post by: Ancikv on July 24, 2014, 06:52:22 AM
+1


Title: Re: Improved Whirlcoin AMD Miner
Post by: USScrypto on July 24, 2014, 07:12:14 AM
I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip (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.


Title: Re: Improved Whirlcoin AMD Miner
Post by: ivan1975 on July 24, 2014, 08:02:26 AM
I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip (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 :(.


Title: Re: Improved Whirlcoin AMD Miner
Post by: vgeorgiev on July 24, 2014, 08:10:43 AM
Thanks R9 290 ASUS 11M


Title: Re: Improved Whirlcoin AMD Miner
Post by: radus on July 24, 2014, 09:59:58 AM
R9 290 ASUS DCUII 12 MH/s


Title: Re: Improved Whirlcoin AMD Miner
Post by: ajiekceu4 on July 24, 2014, 10:55:21 AM
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


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 11:40:41 AM
I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip (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


Title: Re: Improved Whirlcoin AMD Miner
Post by: dstorm on July 24, 2014, 11:51:58 AM
If you want to use this version on p2pools you need the "--no-extranonce" option.


Title: Re: Improved Whirlcoin AMD Miner
Post by: ajiekceu4 on July 24, 2014, 12:46:55 PM
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.


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 02:28:21 PM
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!


"git submodule init
git submodule update"
this commands are not recognized by mingw32 :(
I use the same command but i still get the same error... I'm using mingw32... help please...


Title: Re: Improved Whirlcoin AMD Miner
Post by: djm34 on July 24, 2014, 02:40:27 PM
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!


"git submodule init
git submodule update"
this commands are not recognized by mingw32 :(
I use the same command but i still get the same error... I'm using mingw32... help please...
just click download zip file, and unzip it in your mingw directory
autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 02:58:44 PM
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!


"git submodule init
git submodule update"
this commands are not recognized by mingw32 :(
I use the same command but i still get the same error... I'm using mingw32... help please...
just click download zip file, and unzip it in your mingw directory
autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make

i followed your instruction but i still have the same error... and i notice that in the submodules folder the jansson folder seem empty... i re-download and look at the folder jansson still nothing is in there... any instructions how to solve this submodules jansson...


Title: Re: Improved Whirlcoin AMD Miner
Post by: uray on July 24, 2014, 03:04:06 PM
I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip (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

sometime set "thread-concurrency" : "8192"  will help


Title: Re: Improved Whirlcoin AMD Miner
Post by: djm34 on July 24, 2014, 03:18:22 PM
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!


"git submodule init
git submodule update"
this commands are not recognized by mingw32 :(
I use the same command but i still get the same error... I'm using mingw32... help please...
just click download zip file, and unzip it in your mingw directory
autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make

i followed your instruction but i still have the same error... and i notice that in the submodules folder the jansson folder seem empty... i re-download and look at the folder jansson still nothing is in there... any instructions how to solve this submodules jansson...
I guess you might have to also download jansson, this one doesn't seem to be directly included in the release
(not really helpful for people using windows even though it is way it should be done regarding package management... however there is certainly a way to do that automatically through windows... may-be not mingw32 though... )


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 03:22:28 PM
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!


"git submodule init
git submodule update"
this commands are not recognized by mingw32 :(
I use the same command but i still get the same error... I'm using mingw32... help please...
just click download zip file, and unzip it in your mingw directory
autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make

i followed your instruction but i still have the same error... and i notice that in the submodules folder the jansson folder seem empty... i re-download and look at the folder jansson still nothing is in there... any instructions how to solve this submodules jansson...
I guess you might have to also download jansson, this one doesn't seem to be directly included in the release
(not really helpful for people using windows even though it is way it should be done regarding package management... however there is certainly a way to do that automatically through windows... may-be not mingw32 though... )

Thanks... i already figured it out... ^_^ problem solved...


Title: Re: Improved Whirlcoin AMD Miner
Post by: auy on July 24, 2014, 03:42:17 PM
hi
dev
can you give me windows binary?
thx·


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 04:01:28 PM
I compiled it successfully for windows but so sad i got HW :(


Title: Re: Improved Whirlcoin AMD Miner
Post by: auy on July 24, 2014, 04:11:52 PM
I compiled it successfully for windows but so sad i got HW :(
me too·······


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 04:18:47 PM
I compiled it successfully for windows but so sad i got HW :(
me too·······

My TC is 8192... still having HW... i tried different settings... still having HW...
So confusing...


Title: Re: Improved Whirlcoin AMD Miner
Post by: auy on July 24, 2014, 04:47:50 PM
I compiled it successfully for windows but so sad i got HW :(
me too·······

My TC is 8192... still having HW... i tried different settings... still having HW...
So confusing...
I solved the problem of HW  ::)
7850 I can get the hash value is 4.5M and 280X 8.5 m :-*


Title: Re: Improved Whirlcoin AMD Miner
Post by: go6ooo1212 on July 24, 2014, 05:04:02 PM
I got 9.9 MH without HW errors on 280X


Title: Re: Improved Whirlcoin AMD Miner
Post by: auy on July 24, 2014, 05:09:53 PM
I got 9.9 MH without HW errors on 280X
wow
What are the parameters?


Title: Re: Improved Whirlcoin AMD Miner
Post by: go6ooo1212 on July 24, 2014, 05:16:35 PM
-intensity 19 -g 2 -w 256 --lookup-gap 2 --gpu-platform 0 --gpu-memclock 1500 --gpu-engine 1100 --gpu-vddc 1.200 --gpu-powertune 20 --gpu-fan 75 --thread-concurrency 8192 --shaders 2048 --api-listen


Title: Re: Improved Whirlcoin AMD Miner
Post by: auy on July 24, 2014, 05:24:10 PM
-intensity 19 -g 2 -w 256 --lookup-gap 2 --gpu-platform 0 --gpu-memclock 1500 --gpu-engine 1100 --gpu-vddc 1.200 --gpu-powertune 20 --gpu-fan 75 --thread-concurrency 8192 --shaders 2048 --api-listen
thx~~


Title: Re: Improved Whirlcoin AMD Miner
Post by: Gibcity on July 24, 2014, 10:10:22 PM
put in those setting and only get 5mhs. :/ I'm on windows.


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 24, 2014, 11:10:36 PM
-intensity 19 -g 2 -w 256 --lookup-gap 2 --gpu-platform 0 --gpu-memclock 1500 --gpu-engine 1100 --gpu-vddc 1.200 --gpu-powertune 20 --gpu-fan 75 --thread-concurrency 8192 --shaders 2048 --api-listen

What is wrong with my rig, still doesn't work with your setting... i got 280x dualx...  :-[


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 25, 2014, 02:04:49 AM
Btw, what version of catalyst is use for this miner?... because im using 13.12
do i need to change it to the latest version of catalyst?


Title: Re: Improved Whirlcoin AMD Miner
Post by: uray on July 25, 2014, 04:38:47 AM
Btw, what version of catalyst is use for this miner?... because im using 13.12
do i need to change it to the latest version of catalyst?

i'am only tested it on 14.6


Title: Re: Improved Whirlcoin AMD Miner
Post by: endlessskill on July 25, 2014, 05:25:17 AM
Btw, what version of catalyst is use for this miner?... because im using 13.12
do i need to change it to the latest version of catalyst?
Yep dude, you need to update your drivers to 14.6 and delete your .bin files


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 25, 2014, 10:45:09 AM

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

Does someone know what the following output means?

Code:
user@ubuntu:~/sgminer-whirl2$ git submodule init
fatal: Not a git repository (or any of the parent directories): .git

That's what I did:

Code:
copy ADL_SDK 6.0 files to SGMiner/ADL_SDK
cd sgminer-whirl2
git clone https://github.com/uraymeiviar/sgminer
git submodule init

just click download zip file, and unzip it in your mingw directory
autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make

If I do ...

copy ADL_SDK 6.0 files to SGMiner/ADL_SDK
cd sgminer-whirl2
autoreconf -fvi; CFLAGS="-O2 -msse2" ./configure ; make

... I get this error:

Code:
make  all-recursive
make[1]: Entering directory `/home/user/sgminer-whirl2'
Making all in lib
make[2]: Entering directory `/home/user/sgminer-whirl2/lib'
  GEN      arg-nonnull.h
  GEN      c++defs.h
  GEN      warn-on-use.h
  GEN      signal.h
  GEN      string.h
make  all-recursive
make[3]: Entering directory `/home/user/sgminer-whirl2/lib'
make[4]: Entering directory `/home/user/sgminer-whirl2/lib'
  CC       dummy.o
  AR       libgnu.a
make[4]: Leaving directory `/home/user/sgminer-whirl2/lib'
make[3]: Leaving directory `/home/user/sgminer-whirl2/lib'
make[2]: Leaving directory `/home/user/sgminer-whirl2/lib'
Making all in submodules
make[2]: Entering directory `/home/user/sgminer-whirl2/submodules'
Making all in jansson
make[3]: Entering directory `/home/user/sgminer-whirl2/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/user/sgminer-whirl2/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/sgminer-whirl2/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/sgminer-whirl2'
make: *** [all] Error 2


Title: Re: Improved Whirlcoin AMD Miner
Post by: machicafe on July 25, 2014, 11:37:26 AM
Any settings suggestions for x2 7950 and x1 r9-270

im only getting a combined 3 mh im on 14.6 driver

current settings are powertune 20, intensity 20, gpu threads 2, work size 256 (also tried 128), and TC 8192



Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 25, 2014, 01:03:30 PM
Any settings suggestions for x2 7950 and x1 r9-270

im only getting a combined 3 mh im on 14.6 driver

current settings are powertune 20, intensity 20, gpu threads 2, work size 256 (also tried 128), and TC 8192



The best I get with SPH-SGMiner (Linux) from djm34 with this settings (which are mainly yours):

--gpu-powertune 20 --gpu-fan 86 --thread-concurrency 8192 -g 2 -w 128 -I 20

R9 290 x3 : about 10 MHs each


Title: Re: Improved Whirlcoin AMD Miner
Post by: machicafe on July 25, 2014, 01:16:30 PM
Any settings suggestions for x2 7950 and x1 r9-270

im only getting a combined 3 mh im on 14.6 driver

current settings are powertune 20, intensity 20, gpu threads 2, work size 256 (also tried 128), and TC 8192



The best I get with SPH-SGMiner (Linux) from djm34 with this settings (which are mainly yours):

--gpu-powertune 20 --gpu-fan 86 --thread-concurrency 8192 -g 2 -w 128 -I 20

R9 290 x3 : about 10 MHs each

hmm i wonder if the settings need to be more inline with scrypt like a higher tc 


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 25, 2014, 01:20:31 PM
hmm i wonder if the settings need to be more inline with scrypt like a higher tc  

My Whirlcoin TC is 100% in line with X11-15. Scrypt TC 32765 (and w 512).

Maybe you should try the SPH-SGMiner:

http://cryptomining-blog.com/3120-updated-sph-sgminer-fork-with-whirlpool-algorithm-support/


Title: Re: Improved Whirlcoin AMD Miner
Post by: machicafe on July 25, 2014, 01:25:35 PM
hmm i wonder if the settings need to be more inline with scrypt like a higher tc  

My Whirlcoin TC is 100% in line with X11-15. Scrypt TC 32765 (and w 512).

Maybe you should try the SPH-SGMiner:

http://cryptomining-blog.com/3120-updated-sph-sgminer-fork-with-whirlpool-algorithm-support/

yeah i'll give it a whirl


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 25, 2014, 03:17:42 PM
Linux x64 binary : https://mega.co.nz/#!sopxDDRJ!gcQ-G8gCfC4fjWFrO77ImUtbwGgPiMZDSyvdc-s52vU

Thanks for uploading a Linux x64 binary!

But I get this error.

Code:
./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory

libssl1.0.0 and libssl-dev are installed.


Title: Re: Improved Whirlcoin AMD Miner
Post by: ozzy1926 on July 25, 2014, 04:45:28 PM
well,looks like this shitty coin worth mining...


Title: Re: Improved Whirlcoin AMD Miner
Post by: uray on July 26, 2014, 12:06:49 AM
Linux x64 binary : https://mega.co.nz/#!sopxDDRJ!gcQ-G8gCfC4fjWFrO77ImUtbwGgPiMZDSyvdc-s52vU

Thanks for uploading a Linux x64 binary!

But I get this error.

Code:
./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory

libssl1.0.0 and libssl-dev are installed.

you need openssl library on ur linux distro, try yum install openssl openssl-devel, or apt get, or anything


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 26, 2014, 06:12:46 AM
10.5Mhs(280x) at 64degC heat this is my setting
hope it helps...

"intensity" : "20",
"worksize" : "128",
"kernel" : "whirlcoin",
"no-submit-stale" : true,
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"vectors" : "1",
"shaders" : "0",
"gpu-threads" : "2",
"gpu-engine" : "1162",
"gpu-fan" : "100",
"gpu-memclock" : "1500",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-switch-delay" : "60",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "7",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "/usr/local/bin"


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 26, 2014, 07:26:14 AM
Linux x64 binary : https://mega.co.nz/#!sopxDDRJ!gcQ-G8gCfC4fjWFrO77ImUtbwGgPiMZDSyvdc-s52vU

Thanks for uploading a Linux x64 binary!

But I get this error.

Code:
./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory

libssl1.0.0 and libssl-dev are installed.

you need openssl library on ur linux distro, try yum install openssl openssl-devel, or apt get, or anything

I will try that as soon as possible! THX :)


Title: Re: Improved Whirlcoin AMD Miner
Post by: go6ooo1212 on July 26, 2014, 10:40:06 AM
Louiedave, which brand your 280x are , and what their gpu default engine exactly is?  :)


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 26, 2014, 01:47:08 PM
Linux x64 binary : https://mega.co.nz/#!sopxDDRJ!gcQ-G8gCfC4fjWFrO77ImUtbwGgPiMZDSyvdc-s52vU

Thanks for uploading a Linux x64 binary!

But I get this error.

Code:
./sgminer: error while loading shared libraries: libssl.so.1: cannot open shared object file: No such file or directory

libssl1.0.0 and libssl-dev are installed.

you need openssl library on ur linux distro, try yum install openssl openssl-devel, or apt get, or anything

I will try that as soon as possible! THX :)

The Ubuntu command was ... sudo apt-get install openssl openssl-blacklist
... but I already had openssl and openssl-blacklist didn't solve the problem.

Edit (27.07.2014):

I've copied libssl.so.1.0.0 to libssl.so.1 and libcrypto.so.1.0.0 to libcrypto.so.1 in cd /lib/x86_64-linux-gnu. Works but now I've got a 3. error message.

https://bitcointalk.org/index.php?topic=707708.msg8051769#msg8051769


Title: Re: Improved Whirlcoin AMD Miner
Post by: Hippie Tech on July 26, 2014, 02:14:38 PM
I've found a windows binary here: http://cryptomining-blog.com/wp-content/files/sgminer-5-0-beta-whirlpool-windows.zip (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.

Just a "heads up" guys..

The link has 2 flags and the file is showing 4 with "TrendMicro-HouseCall  Suspici.802C6BD9" being the main concern.

https://www.virustotal.com/en/url/4a802685705823abf5455729446ff70889efe7d90b767c75fd8b1005cd64238e/analysis/1406383604/
https://www.virustotal.com/en/file/4e559660225eb6581529a01839ad26f706b35a785a84786a7551469851040ba4/analysis/1406383611/


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 26, 2014, 02:26:16 PM
Does someone know how to compile it and getting beyond the jansson error?

Code:
make[4]: Leaving directory `/home/user/sgminer-whirl2/lib'
make[3]: Leaving directory `/home/user/sgminer-whirl2/lib'
make[2]: Leaving directory `/home/user/sgminer-whirl2/lib'
Making all in submodules
make[2]: Entering directory `/home/user/sgminer-whirl2/submodules'
Making all in jansson
make[3]: Entering directory `/home/user/sgminer-whirl2/submodules/jansson'
make[3]: *** No rule to make target `all'.  Stop.
make[3]: Leaving directory `/home/user/sgminer-whirl2/submodules/jansson'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/sgminer-whirl2/submodules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/sgminer-whirl2'
make: *** [all] Error 2

Code:
sudo apt-get install jansson
sudo apt-get install libjansson libjansson-dev
Doesn't work.


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 27, 2014, 12:31:27 AM
Louiedave, which brand your 280x are , and what their gpu default engine exactly is?  :)

Sapphire R9 280x DualX... 1020/1500 default


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 27, 2014, 01:14:06 AM
Can you post a windows build?
here is the windows build for this miner....
https://mega.co.nz/#!ApYnwIQL!Adf6nU4qdR8w2sUzKO4lAJ1zmWJ5hYTha5k3bqq5rU0


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 27, 2014, 04:41:07 PM
Does someone know how to solve this error with the Linux x64 binary from uray?

Code:
Started sgminer 4.2.2-289-g943a0-dirty
[18:31:44] * using Jansson 2.6
[18:31:45] Startup GPU initialization... Using settings from pool whirl.suprnova
.cc.
[18:31:45] Startup Pool No = 0
[18:31:45] Building binary whirlcoinHawaiigw128l8.bin
[18:31:48] Initialising kernel whirlcoin.cl with bitalign, unpatched BFI, nfacto
r 10, n 1024
[18:31:48] Error -46: Creating Kernel from program. (clCreateKernel)
[18:31:48] Failed to init GPU thread 0, disabling device 0
[18:31:48] Restarting the GPU from the menu will not fix this.
[18:31:48] Re-check your configuration and try restarting.
Press enter to continue:

This is my startup file:

Code:
#!/bin/sh

export DISPLAY=:0

export GPU_MAX_ALLOC_PERCENT=100

export GPU_USE_SYNC_OBJECTS=1

cd /home/xxxx/sgminer-whirl

./sgminer --kernel=whirlcoin -o stratum+tcp://whirl.suprnova.cc:7000 -u XXXX -p XXX --gpu-powertune 20 --gpu-fan 86 --thread-concurrency 8192 -g 2 -w 128 -I 20


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 28, 2014, 12:39:45 AM
after compiling and scanned it to virustotal it detects 3...
can u tell me what is going on? I\'m not a coder, i don't how to read codes...

http://s1.postimg.org/u5qb6gx67/image.png


https://www.virustotal.com/en/file/3da2dbc55f3c509a04c547817354e4ac5411f75fb1c6da20869884adb7012af3/analysis/


Title: Re: Improved Whirlcoin AMD Miner
Post by: BrewCrewFan on July 28, 2014, 12:49:25 AM
after compiling and scanned it to virustotal it detects 3...
can u tell me what is going on? I\'m not a coder, i don't how to read codes...

http://s1.postimg.org/u5qb6gx67/image.png


https://www.virustotal.com/en/file/3da2dbc55f3c509a04c547817354e4ac5411f75fb1c6da20869884adb7012af3/analysis/

LOL.... that happens with all miners like here is a version of nvminer:

https://www.virustotal.com/en/file/4fa034d26b911a0cb75a5874145c0b65e64aae8ea77fd22f65b4feb48a92b71c/analysis/1406508293/

Or if you want some real fun, here is a version of SGMINER 5.0 with 19/54 on it lol....

https://www.virustotal.com/en/file/85df52f1573a91cdc11aad60d22ecd91dc129a6366006a2d4b5d96bef715dba3/analysis/

Really, if your not sure, its best to open such files in sandbox or on a rig that you dont have to worry about ( wallets and all that stuff ).


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 28, 2014, 12:54:04 AM
after compiling and scanned it to virustotal it detects 3...
can u tell me what is going on? I\'m not a coder, i don't how to read codes...

http://s1.postimg.org/u5qb6gx67/image.png


https://www.virustotal.com/en/file/3da2dbc55f3c509a04c547817354e4ac5411f75fb1c6da20869884adb7012af3/analysis/

LOL.... that happens with all miners like here is a version of nvminer:

https://www.virustotal.com/en/file/4fa034d26b911a0cb75a5874145c0b65e64aae8ea77fd22f65b4feb48a92b71c/analysis/1406508293/

Or if you want some real fun, here is a version of SGMINER 5.0 with 19/54 on it lol....

https://www.virustotal.com/en/file/85df52f1573a91cdc11aad60d22ecd91dc129a6366006a2d4b5d96bef715dba3/analysis/

Really, if your not sure, its best to open such files in sandbox or on a rig that you dont have to worry about ( wallets and all that stuff ).
Will heck yeah ^_^, i tested several miners it has all this... i think its normal... well i'm using it anyway... i trust the author of this miner... thanks man


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 28, 2014, 05:44:33 PM
Uray,

is there a reason why the /submodules/jansson/ folder is empty when I unzip your source file sgminer-master.zip from github?

Now I could compile it doing this ...

Code:
download sgminer ZIP from https://github.com/uraymeiviar/sgminer
download janson ZIP from https://github.com/akheron/jansson

copy AMD ADL_SDK 6.0 files to sgminer/ADL_SDK
copy files from jansson-master/ to /home/user/sgminer-whirl2/submodules/jansson/

cd sgminer-whirl2

autoreconf -i
CFLAGS="-O2 -march=native" ./configure --enable-opencl
make

... but I get the same error when I run ./sgminer ...

Code:
[19:45:22] Started sgminer 4.2.2
[19:45:22] * using Jansson 2.6
[19:45:23] whirl.suprnova.cc difficulty changed to 0.004
[19:45:23] Startup GPU initialization... Using settings from pool whirl.suprnova
.cc.
[19:45:23] Startup Pool No = 0
[19:45:23] Initialising kernel whirlcoin.cl with bitalign, unpatched BFI, nfacto
r 10, n 1024
[19:45:23] Error -46: Creating Kernel from program. (clCreateKernel)
[19:45:23] Failed to init GPU thread 0, disabling device 0
[19:45:23] Restarting the GPU from the menu will not fix this.
[19:45:23] Re-check your configuration and try restarting.
Press enter to continue:

... as well as with the Linux x64 binary from uray mentioned here:

https://bitcointalk.org/index.php?topic=707708.msg8051769#msg8051769

I guess there is only more thing. Thanks for every hint :)


Title: Re: Improved Whirlcoin AMD Miner
Post by: louiedave on July 28, 2014, 11:06:22 PM
Uray,

is there a reason why the /submodules/jansson/ folder is empty when I unzip your source file sgminer-master.zip from github?

Now I could compile it doing this ...

Code:
download sgminer ZIP from https://github.com/uraymeiviar/sgminer
download janson ZIP from https://github.com/akheron/jansson

copy AMD ADL_SDK 6.0 files to sgminer/ADL_SDK
copy files from jansson-master/ to /home/user/sgminer-whirl2/submodules/jansson/

cd sgminer-whirl2

autoreconf -i
CFLAGS="-O2 -march=native" ./configure --enable-opencl
make

... but I get the same error when I run ./sgminer ...

Code:
[19:45:22] Started sgminer 4.2.2
[19:45:22] * using Jansson 2.6
[19:45:23] whirl.suprnova.cc difficulty changed to 0.004
[19:45:23] Startup GPU initialization... Using settings from pool whirl.suprnova
.cc.
[19:45:23] Startup Pool No = 0
[19:45:23] Initialising kernel whirlcoin.cl with bitalign, unpatched BFI, nfacto
r 10, n 1024
[19:45:23] Error -46: Creating Kernel from program. (clCreateKernel)
[19:45:23] Failed to init GPU thread 0, disabling device 0
[19:45:23] Restarting the GPU from the menu will not fix this.
[19:45:23] Re-check your configuration and try restarting.
Press enter to continue:

... as well as with the Linux x64 binary from uray mentioned here:

https://bitcointalk.org/index.php?topic=707708.msg8051769#msg8051769

I guess there is only more thing. Thanks for every hint :)
You need to download jansson, this one doesn't seem to be directly included in the release then extract to the submodules/jansson directory and run again... it should work perfectly


Title: Re: Improved Whirlcoin AMD Miner
Post by: unitedminers on July 29, 2014, 07:53:14 AM
Uray,

is there a reason why the /submodules/jansson/ folder is empty when I unzip your source file sgminer-master.zip from github?

Now I could compile it doing this ...

Code:
download sgminer ZIP from https://github.com/uraymeiviar/sgminer
download janson ZIP from https://github.com/akheron/jansson

copy AMD ADL_SDK 6.0 files to sgminer/ADL_SDK
copy files from jansson-master/ to /home/user/sgminer-whirl2/submodules/jansson/

cd sgminer-whirl2

autoreconf -i
CFLAGS="-O2 -march=native" ./configure --enable-opencl
make

I guess there is only more thing. Thanks for every hint :)
You need to download jansson, this one doesn't seem to be directly included in the release then extract to the submodules/jansson directory and run again... it should work perfectly

I already did that in the second and fourth line. That's why it was compiling without error. But if I run uray's Linux x64 binary or my compiled one, I get this "Error -46: Creating Kernel from program. (clCreateKernel)" error. Do you suggest another download source for the janson ZIP?


Title: Re: Improved Whirlcoin AMD Miner
Post by: Stormbringer on August 25, 2014, 01:34:37 PM
Didn't have improvement,
can anyone share .bin files for r9 280X and 270?