Bitcoin Forum
June 20, 2024, 02:26:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 [127] 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 ... 7012 »
  Print  
Author Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency  (Read 9722678 times)
TrollboxChamp
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
February 17, 2014, 07:12:28 PM
 #2521

Just pointed my rigs @ this  Grin
unhooked
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
February 17, 2014, 07:13:50 PM
 #2522

So what kind of hash rates can one expect from a 290?

daddeo
Full Member
***
Offline Offline

Activity: 129
Merit: 100


View Profile
February 17, 2014, 07:14:26 PM
 #2523

Guys/Gals,
This what I get when I run the debug command for sgminer. Can anyone tell me what I can try to get sgminer working. I hate to keep asking rookie questions but I really like where this coin is going and besides, I guess this is how you learn. Smiley Any feedback would be great. Thanks.

....


Hey. Error 11 is very broad but I see you are running a 5000 series Radeon card and most people had the same issue. I managed to fix it on a machine running a 5970 and another running two 5770s

The issue is mainly in your settings, primarily thread concurrency causing the display drivers to fail launching.

1. Use something like this for your .bat
Quote
sgminer --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u accountname.worker -p password -I 17 -g 2 -w 256 --lookup-gap 2 --thread-concurrency 3200

I've found on both types of 5xxx cards if I try bumping thread concurrency any higher you will get Error 11, same with turning down worksize. I'm working on a fix for this now but in the mean time that should do it.

2. If the above fails, get the latest Beta display driver (14.1) from AMD from their website (and use the same settings)

http://support.amd.com/en-us/download/desktop?os=Windows%207%20-%2064

---------------------------------------------------------------------------

That should get you up and running for now, it worked for 2 of my machines and a few others on this board. Let me know if you have any more problems.
I've tried changing the thread-concurrency to 3200 and tried adding the --no-adl and it still didn't work. I have the latest driver as well. Honestly though, I've tried so many different combinations of things now, I'm not sure if I tried those both in the same .bat file. I'll give it another go. Thanks for the response. I haven't created a .conf file yet but seems as if creating the right .bat file first should at least get me started. Once I settle on some settings, then I can create a .conf
Been fiddling with settings all day and still getting:
Code:
 Error -11: Building Program (clBuildProgram)
 Error compiling program for search.
Frontend phase failed compilation.
Error: Creating kernel search failed!
 Failed to init GPU thread 2, disabling device 2

I am using a config file. My GPUs are the following: ASUS 6990, HIS 5770 and driver version is 13.251.0.0
I just tried the latest beta display driver with no changes in my situation.
Try the 13.9 drivers. They worked for me. I also like to use the AMD uninstall utility before a nice clean driver install.
well played sir. Finally got it to mine thanks to you! After a 300% increase in difficulty though, nice Embarrassed

Join the drk side!
Better late then never. Undecided Glad a rookie like myself could pass along some pertinent info.
Sinyk7
Member
**
Offline Offline

Activity: 71
Merit: 10


View Profile
February 17, 2014, 07:15:52 PM
 #2524

Anyone have any luck getting this to run in BAMT?

VTC: Vq8qKPFiGoGJZh6kEuCpEcWDS5Y9cqT4Pb
DOGE: DPgdMAk1wWRw49JBrdX9sxRUbixs4F4d6b
LTC: LayUZZ2VukQGBoSaxwqE4wWXH6htkagYw9
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
February 17, 2014, 07:26:24 PM
 #2525

Is around 3.8 MH/s expected hash rate for a pair of 7970s?

My cards run much cooler while mining this, only around 55-60C, compared to 85C in scrypt.
fearcoka
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
February 17, 2014, 07:27:23 PM
 #2526

Is around 3.8 MH/s expected hash rate for a pair of 7970s?

My cards run much cooler while mining this, only around 55-60C, compared to 85C in scrypt.

How many drk coins can u mine a day?

Just Nao Tomori and Bitcoin ( ͡° ͜ʖ ͡°)
mpdas108
Full Member
***
Offline Offline

Activity: 181
Merit: 100


View Profile
February 17, 2014, 07:29:50 PM
 #2527

Is around 3.8 MH/s expected hash rate for a pair of 7970s?

My cards run much cooler while mining this, only around 55-60C, compared to 85C in scrypt.

Whats your sgminer config?

Oh and btw Im having issues compiling the cpu miner in BAMT.. Any help?

Code:
In file included from x5/luffa_for_sse2.c:22:
/usr/lib/gcc/i486-linux-gnu/4.4.5/include/emmintrin.h:32:3: error: #error "SSE2 instruction set not enabled"
In file included from x5/luffa_for_sse2.h:22,
                 from x5/luffa_for_sse2.c:23:
x5/defs_x5.h:15: error: expected specifier-qualifier-list before ‘__m128i’
x5/luffa_for_sse2.c:271: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘CNS128’
x5/luffa_for_sse2.c:272: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘ALLONE’
x5/luffa_for_sse2.c:273: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘MASK’
x5/luffa_for_sse2.c: In function ‘init_luffa’:
x5/luffa_for_sse2.c:300: error: ‘hashState’ has no member named ‘hashbitlen’
x5/luffa_for_sse2.c:303: error: ‘MASK’ undeclared (first use in this function)
x5/luffa_for_sse2.c:303: error: (Each undeclared identifier is reported only once
x5/luffa_for_sse2.c:303: error: for each function it appears in.)
x5/luffa_for_sse2.c:303: warning: implicit declaration of function ‘_mm_set_epi32’
x5/luffa_for_sse2.c:306: error: ‘ALLONE’ undeclared (first use in this function)
x5/luffa_for_sse2.c:310: error: ‘CNS128’ undeclared (first use in this function)
x5/luffa_for_sse2.c:310: warning: implicit declaration of function ‘_mm_loadu_si128’
x5/luffa_for_sse2.c:310: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:310: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:316: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:316: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:322: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:322: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:328: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:328: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:334: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:334: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:342: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c:343: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c:344: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c: In function ‘update_luffa’:
x5/luffa_for_sse2.c:357: error: ‘hashState’ has no member named ‘hashbitlen’
x5/luffa_for_sse2.c: In function ‘Update256’:
x5/luffa_for_sse2.c:383: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c:385: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:386: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:388: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:394: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:403: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:425: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:427: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c: In function ‘Update384’:
x5/luffa_for_sse2.c:440: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c:441: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c:444: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:445: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:447: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:453: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:462: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:484: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:486: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c: In function ‘Update512’:
x5/luffa_for_sse2.c:499: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c:500: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c:503: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:504: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:506: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:512: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:521: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:543: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c:545: error: ‘hashState’ has no member named ‘rembitlen’
x5/luffa_for_sse2.c: In function ‘final_luffa’:
x5/luffa_for_sse2.c:555: error: ‘hashState’ has no member named ‘hashbitlen’
x5/luffa_for_sse2.c: In function ‘rnd256’:
x5/luffa_for_sse2.c:590: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:590: error: expected ‘;’ before ‘t’
x5/luffa_for_sse2.c:591: error: expected ‘;’ before ‘chainv’
x5/luffa_for_sse2.c:592: error: expected ‘;’ before ‘x’
x5/luffa_for_sse2.c:593: error: expected ‘;’ before ‘msg’
x5/luffa_for_sse2.c:594: error: expected ‘;’ before ‘tmp’
x5/luffa_for_sse2.c:597: error: ‘chainv’ undeclared (first use in this function)
x5/luffa_for_sse2.c:597: warning: implicit declaration of function ‘_mm_load_si128’
x5/luffa_for_sse2.c:597: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:598: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:599: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:600: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:601: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:602: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:604: error: ‘t’ undeclared (first use in this function)
x5/luffa_for_sse2.c:606: warning: implicit declaration of function ‘_mm_xor_si128’
x5/luffa_for_sse2.c:611: error: ‘tmp’ undeclared (first use in this function)
x5/luffa_for_sse2.c:611: warning: implicit declaration of function ‘_mm_and_si128’
x5/luffa_for_sse2.c:611: error: ‘MASK’ undeclared (first use in this function)
x5/luffa_for_sse2.c:611: warning: implicit declaration of function ‘_mm_shuffle_epi32’
x5/luffa_for_sse2.c:611: warning: implicit declaration of function ‘_mm_srli_si128’
x5/luffa_for_sse2.c:611: warning: implicit declaration of function ‘_mm_slli_si128’
x5/luffa_for_sse2.c:611: warning: implicit declaration of function ‘_mm_or_si128’
x5/luffa_for_sse2.c:613: error: ‘msg’ undeclared (first use in this function)
x5/luffa_for_sse2.c:613: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:614: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:629: warning: implicit declaration of function ‘_mm_slli_epi32’
x5/luffa_for_sse2.c:630: warning: implicit declaration of function ‘_mm_srli_epi32’
x5/luffa_for_sse2.c:636: error: ‘x’ undeclared (first use in this function)
x5/luffa_for_sse2.c:636: warning: implicit declaration of function ‘_mm_unpacklo_epi32’
x5/luffa_for_sse2.c:636: warning: implicit declaration of function ‘_mm_unpackhi_epi32’
x5/luffa_for_sse2.c:636: warning: implicit declaration of function ‘_mm_unpacklo_epi64’
x5/luffa_for_sse2.c:636: warning: implicit declaration of function ‘_mm_unpackhi_epi64’
x5/luffa_for_sse2.c:640: warning: implicit declaration of function ‘_mm_andnot_si128’
x5/luffa_for_sse2.c:640: error: ‘ALLONE’ undeclared (first use in this function)
x5/luffa_for_sse2.c:640: error: ‘CNS128’ undeclared (first use in this function)
x5/luffa_for_sse2.c:646: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:647: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:648: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:649: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:650: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:651: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c: In function ‘rnd384’:
x5/luffa_for_sse2.c:658: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:658: error: expected ‘;’ before ‘t’
x5/luffa_for_sse2.c:659: error: expected ‘;’ before ‘chainv’
x5/luffa_for_sse2.c:660: error: expected ‘;’ before ‘msg’
x5/luffa_for_sse2.c:661: error: expected ‘;’ before ‘tmp’
x5/luffa_for_sse2.c:662: error: expected ‘;’ before ‘x’
x5/luffa_for_sse2.c:665: error: ‘chainv’ undeclared (first use in this function)
x5/luffa_for_sse2.c:665: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:666: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:667: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:668: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:669: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:670: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:671: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:672: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:674: error: ‘t’ undeclared (first use in this function)
x5/luffa_for_sse2.c:683: error: ‘tmp’ undeclared (first use in this function)
x5/luffa_for_sse2.c:683: error: ‘MASK’ undeclared (first use in this function)
x5/luffa_for_sse2.c:685: error: ‘msg’ undeclared (first use in this function)
x5/luffa_for_sse2.c:685: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:686: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:732: error: ‘x’ undeclared (first use in this function)
x5/luffa_for_sse2.c:736: error: ‘ALLONE’ undeclared (first use in this function)
x5/luffa_for_sse2.c:736: error: ‘CNS128’ undeclared (first use in this function)
x5/luffa_for_sse2.c:742: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:743: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:744: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:745: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:746: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:747: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:748: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:749: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c: In function ‘rnd512’:
x5/luffa_for_sse2.c:756: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:756: error: expected ‘;’ before ‘t’
x5/luffa_for_sse2.c:757: error: expected ‘;’ before ‘chainv’
x5/luffa_for_sse2.c:758: error: expected ‘;’ before ‘msg’
x5/luffa_for_sse2.c:759: error: expected ‘;’ before ‘tmp’
x5/luffa_for_sse2.c:760: error: expected ‘;’ before ‘x’
x5/luffa_for_sse2.c:763: error: ‘chainv’ undeclared (first use in this function)
x5/luffa_for_sse2.c:763: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:764: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:765: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:766: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:767: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:768: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:769: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:770: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:771: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:772: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:774: error: ‘t’ undeclared (first use in this function)
x5/luffa_for_sse2.c:785: error: ‘tmp’ undeclared (first use in this function)
x5/luffa_for_sse2.c:785: error: ‘MASK’ undeclared (first use in this function)
x5/luffa_for_sse2.c:787: error: ‘msg’ undeclared (first use in this function)
x5/luffa_for_sse2.c:787: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:788: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:864: error: ‘x’ undeclared (first use in this function)
x5/luffa_for_sse2.c:868: error: ‘ALLONE’ undeclared (first use in this function)
x5/luffa_for_sse2.c:868: error: ‘CNS128’ undeclared (first use in this function)
x5/luffa_for_sse2.c:879: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:880: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:881: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:882: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:883: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:884: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:885: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:886: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:887: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:888: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c: In function ‘finalization224’:
x5/luffa_for_sse2.c:899: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:899: error: expected ‘;’ before ‘t’
x5/luffa_for_sse2.c:907: error: ‘t’ undeclared (first use in this function)
x5/luffa_for_sse2.c:907: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:908: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:909: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:910: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:911: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:912: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:917: warning: implicit declaration of function ‘_mm_storeu_si128’
x5/luffa_for_sse2.c:917: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:918: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c: In function ‘finalization256’:
x5/luffa_for_sse2.c:927: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:927: error: expected ‘;’ before ‘t’
x5/luffa_for_sse2.c:935: error: ‘t’ undeclared (first use in this function)
x5/luffa_for_sse2.c:935: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:936: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:937: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:938: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:939: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:940: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:945: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:946: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c: In function ‘finalization384’:
x5/luffa_for_sse2.c:955: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:955: error: expected ‘;’ before ‘t’
x5/luffa_for_sse2.c:963: error: ‘t’ undeclared (first use in this function)
x5/luffa_for_sse2.c:963: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:964: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:965: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:966: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:967: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:968: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:969: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:970: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:975: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:976: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:983: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:984: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:985: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:986: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:990: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c: In function ‘finalization512’:
x5/luffa_for_sse2.c:999: error: ‘__m128i’ undeclared (first use in this function)
x5/luffa_for_sse2.c:999: error: expected ‘;’ before ‘t’
x5/luffa_for_sse2.c:1007: error: ‘t’ undeclared (first use in this function)
x5/luffa_for_sse2.c:1007: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1008: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1009: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1010: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1011: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1012: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1013: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1014: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1015: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1016: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1021: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:1022: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:1029: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1030: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1031: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1032: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1033: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1034: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1035: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1036: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1037: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1038: error: ‘hashState’ has no member named ‘chainv’
x5/luffa_for_sse2.c:1043: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c:1044: error: expected expression before ‘)’ token
x5/luffa_for_sse2.c: In function ‘process_last_msgs256’:
x5/luffa_for_sse2.c:1059: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c: In function ‘process_last_msgs384’:
x5/luffa_for_sse2.c:1087: error: ‘hashState’ has no member named ‘bitlen’
x5/luffa_for_sse2.c: In function ‘process_last_msgs512’:
x5/luffa_for_sse2.c:1115: error: ‘hashState’ has no member named ‘bitlen’
make[2]: *** [minerd-luffa_for_sse2.o] Error 1
make[2]: Leaving directory `/opt/miners/darkcoin-cpuminer-1.2c-master'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/miners/darkcoin-cpuminer-1.2c-master'
make: *** [all] Error 2

drawing1211
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 17, 2014, 07:32:48 PM
 #2528

Looks like we're seeing strong support above .0015, I wouldn't be surprised to see .002 hold today, maybe more if the DarkSend test tonight is successful.
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
February 17, 2014, 07:35:12 PM
 #2529

Is around 3.8 MH/s expected hash rate for a pair of 7970s?

My cards run much cooler while mining this, only around 55-60C, compared to 85C in scrypt.

How many drk coins can u mine a day?

Pool estimates 20 coins, don't know if that's correct or not.

Is around 3.8 MH/s expected hash rate for a pair of 7970s?

My cards run much cooler while mining this, only around 55-60C, compared to 85C in scrypt.

Whats your sgminer config?

I just used the default config provided.

sgminer.exe --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u u -p x -g 2 -w 256 --lookup-gap 2 --thread-concurrency 8192 --shaders 2048
TrollboxChamp
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
February 17, 2014, 07:46:41 PM
 #2530

Is around 3.8 MH/s expected hash rate for a pair of 7970s?

My cards run much cooler while mining this, only around 55-60C, compared to 85C in scrypt.

How many drk coins can u mine a day?

Pool estimates 20 coins, don't know if that's correct or not.

Is around 3.8 MH/s expected hash rate for a pair of 7970s?

My cards run much cooler while mining this, only around 55-60C, compared to 85C in scrypt.

Whats your sgminer config?

I just used the default config provided.

sgminer.exe --kernel darkcoin -o stratum+tcp://pool.darkcoin.io:3333 -u u -p x -g 2 -w 256 --lookup-gap 2 --thread-concurrency 8192 --shaders 2048

I can confirm these are the settings im using!
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
February 17, 2014, 07:57:21 PM
 #2531

I reach the maximum Spot Instance in AmazonWebService..

For your information can't have more than 20 ....

Queeq
Sr. Member
****
Offline Offline

Activity: 427
Merit: 250



View Profile
February 17, 2014, 08:00:19 PM
 #2532

I reach the maximum Spot Instance in AmazonWebService..

For your information can't have more than 20 ....



How many KHs it gives?
child_harold
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
February 17, 2014, 08:06:56 PM
 #2533

I wanna join the dark side!

But when i run sgminer i get a "catastrophic failure in compilation of C:\Users\username\AppData/Loca

and another saying that it "cannot open source file blacke.cl"

I downloaded this copy of sgminer from the darkcoin.io site  

Am running Win7 64 and have been mining script with seminar in the past no probe.

What am I missing here?

Help please!


baka
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 17, 2014, 08:08:32 PM
 #2534

Great coin... can't mine it, I'm looking forward to seeing it dumped.

ShareCoin Free and Fair Distribution. Sc8XY5PmHK1NJ2DNvJhS82AQVFwMGimX8w
SenatorChen
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 17, 2014, 08:11:52 PM
 #2535

I reach the maximum Spot Instance in AmazonWebService..

For your information can't have more than 20 ....



You can have 20 per region, so you can switch to a new region and get some more running!
slyA
Full Member
***
Offline Offline

Activity: 126
Merit: 100


View Profile
February 17, 2014, 08:13:48 PM
 #2536

Great coin... can't mine it, I'm looking forward to seeing it dumped.

This is so hilariously pessimistic I don't even... You just might be right though.
baka
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 17, 2014, 08:14:03 PM
 #2537

I wanna join the dark side!

But when i run sgminer i get a "catastrophic failure in compilation of C:\Users\username\AppData/Loca

and another saying that it "cannot open source file blacke.cl"

I downloaded this copy of sgminer from the darkcoin.io site  

Am running Win7 64 and have been mining script with seminar in the past no probe.

What am I missing here?

Help please!



What's missing is support, maybe they should get in touch with doge devs so they can learn a thing or two about profesionalism.

ShareCoin Free and Fair Distribution. Sc8XY5PmHK1NJ2DNvJhS82AQVFwMGimX8w
TrollboxChamp
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
February 17, 2014, 08:14:17 PM
 #2538

I reach the maximum Spot Instance in AmazonWebService..

For your information can't have more than 20 ....



You can have 20 per region, so you can switch to a new region and get some more running!

I am going to set this up  Grin
TrollboxChamp
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
February 17, 2014, 08:15:53 PM
 #2539


What's missing is support, maybe they should get in touch with doge devs so they can learn a thing or two about profesionalism.

Wrong thread dude. Go back to doge thread.
Lebubar
Legendary
*
Offline Offline

Activity: 1288
Merit: 1000



View Profile
February 17, 2014, 08:16:04 PM
 #2540

I reach the maximum Spot Instance in AmazonWebService..

For your information can't have more than 20 ....



How many KHs it gives?

Well what say the dashBoard of the pool oscilate between 7Mh/s to 10Mh/s.
But with the 20 instance I've got 1 azure free trial +1*i7 +1*i5 and one sgminer at 400Kh/s at home.

I don't know how many coin I'll generate it's changing very very quikly.. 2 or 3 weeks ago I was mining 100 daily with only my i7 and i5....
Pages: « 1 ... 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 [127] 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 ... 7012 »
  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!