Bitcoin Forum
June 30, 2024, 02:30:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  Print  
Author Topic: [ANN][WHRL] WhirlCoin | WhirlPool Algorithm | Sloped Rewards |AMD + CUDA Equal  (Read 118062 times)
busminer
Hero Member
*****
Offline Offline

Activity: 1764
Merit: 570


Twitter\X @AlexKosa1


View Profile WWW
July 22, 2014, 05:54:42 AM
 #441

can someone share settings of comandline for 280x for sgminer,thanks.

whirlcoin (OP)
Full Member
***
Offline Offline

Activity: 602
Merit: 111


View Profile
July 22, 2014, 07:01:22 AM
Last edit: July 22, 2014, 07:18:26 AM by whirlcoin
 #442

I'm getting a ton of LW when using sgminer. It's a ratio of about 1:40 Accepted to LW. I am using a 6870, (clearly the most powerful gpu on the market Wink ) on windows. Is this a config issue, or just the card? Nevermind, I confused LW with "low work (difficulty)" shares, something I wrote in trying to make my own miner months ago.



I'll also offer another 10,000 WHRL for someone to upload the stratum-hash and brief instructions on how to add it to stratum-mining or nomp, as I'm interested in learning to setup pools Smiley
ivan1975
Legendary
*
Offline Offline

Activity: 2898
Merit: 1168


View Profile
July 22, 2014, 07:27:04 AM
 #443

So large amount LW is not bad?
whirlcoin (OP)
Full Member
***
Offline Offline

Activity: 602
Merit: 111


View Profile
July 22, 2014, 07:28:42 AM
 #444

So LW is not bad?

LW is locally generated work, meaning your GPU is doing what it's supposed to
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
July 22, 2014, 07:35:26 AM
 #445

Nice algo for NVIDIA , 750TI mining with 4.4Mh/s per card , Is that maximum that it could reach ? Smiley
whirlcoin (OP)
Full Member
***
Offline Offline

Activity: 602
Merit: 111


View Profile
July 22, 2014, 07:40:57 AM
 #446

Nice algo for NVIDIA , 750TI mining with 4.4Mh/s per card , Is that maximum that it could reach ? Smiley

Someone else, not sure who, a few pages back was reporting 6mh/s on a 750ti (I think)

You may have to search around a bit, or ask someone for their settings
ivan1975
Legendary
*
Offline Offline

Activity: 2898
Merit: 1168


View Profile
July 22, 2014, 07:43:56 AM
 #447

5870 - 3.6 Mh/s.
trankil
Hero Member
*****
Offline Offline

Activity: 854
Merit: 539


View Profile WWW
July 22, 2014, 07:59:24 AM
 #448


I have a problem with the compile of the sph sgminer.

could someone help me?

Quote
------------------------------------------------------------------------


Configuration Options Summary:

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

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

Installation...........: make install (as root if needed, with 'su' or 'sudo')
  prefix...............: /usr/local

root@smos-1:/opt/miners/sgminer# make
fatal: No names found, cannot describe anything.
make  all-recursive
fatal: No names found, cannot describe anything.
make[1]: Entering directory `/opt/miners/sgminer'
Making all in lib
make[2]: Entering directory `/opt/miners/sgminer/lib'
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/opt/miners/sgminer/lib'
make[4]: Entering directory `/opt/miners/sgminer/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/opt/miners/sgminer/lib'
make[3]: Leaving directory `/opt/miners/sgminer/lib'
make[2]: Leaving directory `/opt/miners/sgminer/lib'
Making all in compat
make[2]: Entering directory `/opt/miners/sgminer/compat'
Making all in jansson-2.5
make[3]: Entering directory `/opt/miners/sgminer/compat/jansson-2.5'
make  all-recursive
make[4]: Entering directory `/opt/miners/sgminer/compat/jansson-2.5'
Making all in src
make[5]: Entering directory `/opt/miners/sgminer/compat/jansson-2.5/src'
  CC     dump.lo
  CC     error.lo
  CC     hashtable.lo
  CC     load.lo
  CC     memory.lo
  CC     pack_unpack.lo
  CC     strbuffer.lo
  CC     strconv.lo
  CC     value.lo
  CCLD   libjansson.la
make[5]: Leaving directory `/opt/miners/sgminer/compat/jansson-2.5/src'
make[5]: Entering directory `/opt/miners/sgminer/compat/jansson-2.5'
make[5]: Leaving directory `/opt/miners/sgminer/compat/jansson-2.5'
make[4]: Leaving directory `/opt/miners/sgminer/compat/jansson-2.5'
make[3]: Leaving directory `/opt/miners/sgminer/compat/jansson-2.5'
make[3]: Entering directory `/opt/miners/sgminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/opt/miners/sgminer/compat'
make[2]: Leaving directory `/opt/miners/sgminer/compat'
Making all in ccan
make[2]: Entering directory `/opt/miners/sgminer/ccan'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/miners/sgminer/ccan'
Making all in sph
make[2]: Entering directory `/opt/miners/sgminer/sph'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/opt/miners/sgminer/sph'
fatal: No names found, cannot describe anything.
make[2]: Entering directory `/opt/miners/sgminer'
  CC     sgminer-sgminer.o
sgminer.c: In function âset_difficulty_multiplierâ:
sgminer.c:1093: warning: comparison of distinct pointer types lacks a cast
sgminer.c: In function âcalc_diffâ:
sgminer.c:3043: warning: unused variable âuintdiffâ
sgminer.c: In function âapp_restartâ:
sgminer.c:3248: warning: passing argument 2 of âexecvâ from incompatible pointer                                                         type
/usr/include/unistd.h:558: note: expected âchar * const*â but argument is of typ                                                        e âconst char * const*â
sgminer.c: In function ârebuild_nonceâ:
sgminer.c:6198: warning: implicit declaration of function âqubitcoin_regenhashâ
sgminer.c:6201: warning: implicit declaration of function âfresh_regenhashâ
sgminer.c:6204: warning: implicit declaration of function âquarkcoin_regenhashâ
sgminer.c:6207: warning: implicit declaration of function âmyriadcoin_groestl_re                                                        genhashâ
sgminer.c:6210: warning: implicit declaration of function âfuguecoin_regenhashâ
sgminer.c:6213: warning: implicit declaration of function âinkcoin_regenhashâ
sgminer.c:6216: warning: implicit declaration of function âanimecoin_regenhashâ
sgminer.c:6219: warning: implicit declaration of function âgroestlcoin_regenhash                                                        â
sgminer.c:6222: warning: implicit declaration of function âsifcoin_regenhashâ
sgminer.c:6225: warning: implicit declaration of function âtwecoin_regenhashâ
sgminer.c:6233: warning: implicit declaration of function âmarucoin_regenhashâ
  CC     sgminer-api.o
api.c: In function âapiâ:
api.c:3732: warning: âcmdsbufâ may be used uninitialized in this function
api.c:3740: warning: âisjoinâ may be used uninitialized in this function
  CC     sgminer-util.o
  CC     sgminer-sha2.o
  CC     sgminer-logging.o
  CC     sgminer-driver-opencl.o
driver-opencl.c: In function âqueue_sph_kernelâ:
driver-opencl.c:1214: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_x11mod_kernelâ:
driver-opencl.c:1235: warning: unused variable ânumâ
driver-opencl.c:1233: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_qubit_kernelâ:
driver-opencl.c:1277: warning: unused variable ânumâ
driver-opencl.c:1275: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_fresh_kernelâ:
driver-opencl.c:1307: warning: unused variable ânumâ
driver-opencl.c:1305: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_nist5_kernelâ:
driver-opencl.c:1337: warning: unused variable ânumâ
driver-opencl.c:1335: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_x13mod_kernelâ:
driver-opencl.c:1369: warning: unused variable ânumâ
driver-opencl.c:1367: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_x15_kernelâ:
driver-opencl.c:1414: warning: unused variable ânumâ
driver-opencl.c:1412: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_W_kernelâ:
driver-opencl.c:1465: warning: unused variable ânumâ
driver-opencl.c:1463: warning: unused variable âmidstateâ
driver-opencl.c: In function âqueue_x13modold_kernelâ:
driver-opencl.c:1496: warning: unused variable ânumâ
driver-opencl.c:1494: warning: unused variable âmidstateâ
  CC     sgminer-ocl.o
  CC     sgminer-findnonce.o
  CC     sgminer-adl.o
adl.c: In function âinit_adlâ:
adl.c:329: warning: unused variable âiNumDisplaysâ
adl.c: At top level:
adl.c:124: warning: âlpAdlDisplayInfoâ defined but not used
  CC     sgminer-scrypt.o
  CC     sgminer-darkcoin.o
darkcoin.c: In function âdarkcoin_regenhashâ:
darkcoin.c:174: warning: unused variable âscratchbufâ
darkcoin.c: In function âscanhash_darkcoinâ:
darkcoin.c:189: warning: unused variable âscratchbufâ
  CC     sgminer-qubitcoin.o
qubitcoin.c: In function âqubitcoin_regenhashâ:
qubitcoin.c:138: warning: unused variable âscratchbufâ
qubitcoin.c: In function âscanhash_qubitcoinâ:
qubitcoin.c:153: warning: unused variable âscratchbufâ
  CC     sgminer-quarkcoin.o
quarkcoin.c: In function âquarkcoin_regenhashâ:
quarkcoin.c:174: warning: unused variable âscratchbufâ
quarkcoin.c: In function âscanhash_quarkcoinâ:
quarkcoin.c:189: warning: unused variable âscratchbufâ
  CC     sgminer-myriadcoin-groestl.o
myriadcoin-groestl.c: In function âmyriadcoin_groestl_regenhashâ:
myriadcoin-groestl.c:102: warning: unused variable âscratchbufâ
myriadcoin-groestl.c: In function âscanhash_myriadcoin_groestlâ:
myriadcoin-groestl.c:117: warning: unused variable âscratchbufâ
  CC     sgminer-fuguecoin.o
fuguecoin.c: In function âfuguecoin_regenhashâ:
fuguecoin.c:88: warning: unused variable âscratchbufâ
fuguecoin.c: In function âscanhash_fuguecoinâ:
fuguecoin.c:103: warning: unused variable âscratchbufâ
  CC     sgminer-inkcoin.o
inkcoin.c: In function âinkcoin_regenhashâ:
inkcoin.c:96: warning: unused variable âscratchbufâ
inkcoin.c: In function âscanhash_inkcoinâ:
inkcoin.c:124: warning: implicit declaration of function âxhashâ
inkcoin.c:111: warning: unused variable âscratchbufâ
  CC     sgminer-animecoin.o
animecoin.c: In function âanimecoin_regenhashâ:
animecoin.c:174: warning: unused variable âscratchbufâ
animecoin.c: In function âscanhash_animecoinâ:
animecoin.c:189: warning: unused variable âscratchbufâ
  CC     sgminer-groestlcoin.o
groestlcoin.c: In function âgroestlhashâ:
groestlcoin.c:57: warning: unused variable âctx_sha2â
groestlcoin.c: In function âgroestlcoin_regenhashâ:
groestlcoin.c:102: warning: unused variable âscratchbufâ
groestlcoin.c: In function âscanhash_groestlcoinâ:
groestlcoin.c:117: warning: unused variable âscratchbufâ
  CC     sgminer-sifcoin.o
sifcoin.c: In function âsifcoin_regenhashâ:
sifcoin.c:129: warning: unused variable âscratchbufâ
sifcoin.c: In function âscanhash_sifcoinâ:
sifcoin.c:144: warning: unused variable âscratchbufâ
  CC     sgminer-twecoin.o
twecoin.c: In function âtwecoin_regenhashâ:
twecoin.c:115: warning: unused variable âscratchbufâ
twecoin.c: In function âscanhash_twecoinâ:
twecoin.c:130: warning: unused variable âscratchbufâ
  CC     sgminer-marucoin.o
marucoin.c: In function âmarucoin_regenhashâ:
marucoin.c:187: warning: unused variable âscratchbufâ
marucoin.c: In function âscanhash_marucoinâ:
marucoin.c:202: warning: unused variable âscratchbufâ
  CC     sgminer-fresh.o
fresh.c: In function âfresh_regenhashâ:
fresh.c:158: warning: unused variable âscratchbufâ
fresh.c: In function âscanhash_freshâ:
fresh.c:173: warning: unused variable âscratchbufâ
  CC     sgminer-whirlcoin.o
whirlcoin.c: In function âW_regenhashâ:
whirlcoin.c:130: warning: unused variable âscratchbufâ
whirlcoin.c: In function âscanhash_Wâ:
whirlcoin.c:145: warning: unused variable âscratchbufâ
  CC     sgminer-x15.o
x15.c: In function âx15_regenhashâ:
x15.c:198: warning: unused variable âscratchbufâ
x15.c: In function âscanhash_x15â:
x15.c:213: warning: unused variable âscratchbufâ
  CC     sgminer-nist5.o
nist5.c: In function ânist5_regenhashâ:
nist5.c:139: warning: unused variable âscratchbufâ
nist5.c: In function âscanhash_nist5â:
nist5.c:154: warning: unused variable âscratchbufâ
  CCLD   sgminer
make[2]: Leaving directory `/opt/miners/sgminer'
make[1]: Leaving directory `/opt/miners/sgminer'
root@smos-1:/opt/miners/sgminer# ./sgminer
-bash: ./sgminer: No such file or directory
root@smos-1:/opt/miners/sgminer#
mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
July 22, 2014, 08:16:20 AM
 #449

Any contacts with exchages...? Too early?

whirlcoin (OP)
Full Member
***
Offline Offline

Activity: 602
Merit: 111


View Profile
July 22, 2014, 08:31:52 AM
 #450

Any contacts with exchages...? Too early?

Not yet, but hopefully soon!
taupiqueur
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
July 22, 2014, 08:35:58 AM
 #451

I am at 6MH/s with a 7990.

1,6MH/s with a 650M

If anyone needs the configuration Wink
david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
July 22, 2014, 08:44:07 AM
 #452

Please someone give me GPU miner (AMD) download link
whirlcoin (OP)
Full Member
***
Offline Offline

Activity: 602
Merit: 111


View Profile
July 22, 2014, 09:02:14 AM
 #453

Please someone give me GPU miner (AMD) download link

New links updated in the OP Smiley
david1365
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
July 22, 2014, 09:04:30 AM
 #454

Please someone give me GPU miner (AMD) download link

New links updated in the OP Smiley
What's the decryption key?
trciskoci
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 22, 2014, 09:04:53 AM
 #455

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

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
July 22, 2014, 09:22:56 AM
 #456

It doesnt makes sence mining it with AMD , instead of speeds reached by NVIDIA...
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 22, 2014, 09:24:49 AM
 #457

It doesnt makes sence mining it with AMD , instead of speeds reached by NVIDIA...

+1


Its kinda funny that NVIDIA is now much better (and lots cheaper) than AMD Smiley

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
athur0s
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
July 22, 2014, 09:25:52 AM
 #458

Please someone give me GPU miner (AMD) download link

New links updated in the OP Smiley

Could you pls update your your github repo. Only code of your website up there...
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
July 22, 2014, 09:27:38 AM
 #459

Please someone give me GPU miner (AMD) download link

New links updated in the OP Smiley

Could you pls update your your github repo. Only code of your website up there...

You simply have to change to master branch...

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
whirlcoin (OP)
Full Member
***
Offline Offline

Activity: 602
Merit: 111


View Profile
July 22, 2014, 09:29:29 AM
 #460

Please someone give me GPU miner (AMD) download link

New links updated in the OP Smiley

Could you pls update your your github repo. Only code of your website up there...

You simply have to change to master branch...


How's the pool going?

How did you implement the hash?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 »
  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!