Pages:
Author

Topic: Improved Whirlcoin AMD Miner - page 3. (Read 5519 times)

legendary
Activity: 1400
Merit: 1050
July 24, 2014, 10:18:22 AM
#25
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 Sad
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... )
hero member
Activity: 1400
Merit: 505
July 24, 2014, 10:04:06 AM
#24
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

sometime set "thread-concurrency" : "8192"  will help
newbie
Activity: 47
Merit: 0
July 24, 2014, 09:58:44 AM
#23
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 Sad
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...
legendary
Activity: 1400
Merit: 1050
July 24, 2014, 09:40:27 AM
#22
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 Sad
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
newbie
Activity: 47
Merit: 0
July 24, 2014, 09:28:21 AM
#21
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 Sad
I use the same command but i still get the same error... I'm using mingw32... help please...
newbie
Activity: 38
Merit: 0
July 24, 2014, 07:46:55 AM
#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.
sr. member
Activity: 252
Merit: 250
July 24, 2014, 06:51:58 AM
#19
If you want to use this version on p2pools you need the "--no-extranonce" option.
newbie
Activity: 47
Merit: 0
July 24, 2014, 06: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
newbie
Activity: 38
Merit: 0
July 24, 2014, 05: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
full member
Activity: 154
Merit: 100
July 24, 2014, 04:59:58 AM
#16
R9 290 ASUS DCUII 12 MH/s
newbie
Activity: 22
Merit: 0
July 24, 2014, 03:10:43 AM
#15
Thanks R9 290 ASUS 11M
legendary
Activity: 2940
Merit: 1169
July 24, 2014, 03: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.
hero member
Activity: 602
Merit: 500
July 24, 2014, 02: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.
newbie
Activity: 46
Merit: 0
July 24, 2014, 01:52:22 AM
#12
+1
legendary
Activity: 2940
Merit: 1169
July 23, 2014, 11:20:38 PM
#11
Anybody please make a windows binary for this miner...
+1)
hero member
Activity: 531
Merit: 500
AMD | Mining | NVIDIA
July 23, 2014, 11:19:18 PM
#10
Anybody please make a windows binary for this miner...
+1 Guys! We need win bin!
newbie
Activity: 47
Merit: 0
July 23, 2014, 08:28:30 PM
#9
Anybody please make a windows binary for this miner...
sr. member
Activity: 322
Merit: 250
July 23, 2014, 08:02:58 PM
#8




Temps and speed very nice!!!!!!   Thank you!!!!!
sr. member
Activity: 322
Merit: 250
July 23, 2014, 07:58:55 PM
#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!
sr. member
Activity: 322
Merit: 250
July 23, 2014, 07:56:44 PM
#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
Pages:
Jump to: