Pages:
Author

Topic: [ANN][DROP] Dropcoin - v0.10.2 | New Algo | No IPO/ICO/premine - page 14. (Read 56227 times)

full member
Activity: 149
Merit: 100
I've been mining with both ccminer and minerd with Pok turned off for about 24 hours at 42Kh/s total and haven't found a block yet  Cry

mining with 15 kH/s (clocked down CPU, hey i love my CPU don't want to enslave it too much  Cheesy ) got 2 block reward last night, 3 yesterday. so don't worry you'll get more than i later on with such hash power.
member
Activity: 81
Merit: 1002
It was only the wind.


any idear, I just have Boo with 750ti  Huh

PoK is probably on, turn it off.
legendary
Activity: 1288
Merit: 1002
I've been mining with both ccminer and minerd with Pok turned off for about 24 hours at 42Kh/s total and haven't found a block yet  Cry
Hix
legendary
Activity: 1971
Merit: 1036

...
any idear, I just have Boo with 750ti  Huh

PoK is probably on, turn it off.


Thanks, I try this.

I just have to uncheck Pok option in qt wallet or can i do this with ccminer option ?


addon usepok=0 in dropcoin.conf and restart wallet
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/

...
any idear, I just have Boo with 750ti  Huh

PoK is probably on, turn it off.


Thanks, I try this.

I just have to uncheck Pok option in qt wallet or can i do this with ccminer option ?
 edit : usepok=0
member
Activity: 81
Merit: 1002
It was only the wind.
more optimization for algo is wanted i think ...

copy and paste from actually somewhat optimized code
waiting from Wolf0 optimizations without copy/paste))

Did already.
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/


any idear, I just have Boo with 750ti  Huh
sr. member
Activity: 311
Merit: 250
For newbs like me who spent way too much time getting it working right:

Your dropcoin wallet has to be open for the CCminer to hash correctly; and you have to add the username/password to the dropcoin config so it matches up with the ccminer user/pass you use.

Earned 66 drop overnight using the CCminer and 50% CPU mining
legendary
Activity: 1246
Merit: 1000
more optimization for algo is wanted i think ...

copy and paste from actually somewhat optimized code
waiting from Wolf0 optimizations without copy/paste))
legendary
Activity: 1050
Merit: 1000
more optimization for algo is wanted i think ... it make cpu really hot

also a pool
sr. member
Activity: 318
Merit: 250
Nexus pool : http://nexusniropool.cestballot.fr/
There is now an nvidia miner available. Links are in the ANN.

I'm not very familiar with cuda development so it is currently quite slow (but it works!).

Works like charm for me, thanks!

6x750ti with 50kh/s and I don't found blocks. and you ?

Boo !

 Undecided
legendary
Activity: 1498
Merit: 1001
180 BPM
Just a heads up, with the 4-5k sat price the coin has a 5 BTC market cap currently, which is funny.

Expecting no more cheap dumps from the people who had a lot faster miners compared to the wallet built in one. Competition should rise now after the nvidia miner release.
legendary
Activity: 1246
Merit: 1000
How to see my hashrate. Miner didn`t show it?
wait some time..
Hix
legendary
Activity: 1971
Merit: 1036
Made it

and
Code:
./autogen.sh
./configure CFLAGS="-O3 -msse2"
make
 
?
Thank you. Oh, sorry me. Now it compiled.
How to see my hashrate. Miner didn`t show it?
full member
Activity: 135
Merit: 100
Someone should create DROP trading OTC tread on bitcointalk..something like this:
https://bitcointalksearch.org/topic/closed-mro-monero-trading-thread-and-otc-xchg-578192
legendary
Activity: 1246
Merit: 1000
Made it

and
Code:
./autogen.sh
./configure CFLAGS="-O3 -msse2"
make
 
?
Hix
legendary
Activity: 1971
Merit: 1036
Ubuntu 12.04
Code:
In file included from x6/grso.h:7:0,
                 from x6/grso.c:10,
                 from lphash.c:42:
x6/brg_types.h:224:13: error: conflicting types for вЂ˜uint_64t’
 #define u64 uint_64t
             ^
x5/vect128/compat.h:34:28: note: in expansion of macro вЂ˜u64’
 typedef unsigned long long u64;
                            ^
x6/brg_types.h:118:30: note: previous declaration of вЂ˜uint_64t’ was here
        typedef unsigned long uint_64t;
                              ^
make[2]: *** [minerd-lphash.o] Error 1
in lphash.c
cut #include "x5/vect128/nist.h" and paste before #include "x6/blake.c"
Made it, but have new error
Code:
In file included from lphash.c:68:0:
x6/blake.c:46:22: error: redefinition of вЂ˜blkIV512’
 static const sph_u64 blkIV512[8] = {
                      ^
In file included from lphash.c:38:0:
x6/blake.c:46:22: note: previous definition of вЂ˜blkIV512’ was here
 static const sph_u64 blkIV512[8] = {
                      ^
lphash.c: In function вЂ˜switchHash’:
lphash.c:125:7: error: unknown type name вЂ˜hashState_sd’
       hashState_sd *     ctx_simd1;
       ^
mv -f .deps/minerd-cubehash_sse2.Tpo .deps/minerd-cubehash_sse2.Po
lphash.c:193:26: error: вЂ˜hashState_sd’ undeclared (first use in this function)
  ctx_simd1=malloc(sizeof(hashState_sd));
                          ^
lphash.c:193:26: note: each undeclared identifier is reported only once for each function it appears in
lphash.c:194:2: warning: implicit declaration of function вЂ˜Init’ [-Wimplicit-function-declaration]
  Init(ctx_simd1,512);
  ^
lphash.c:195:2: warning: implicit declaration of function вЂ˜Update’ [-Wimplicit-function-declaration]
  Update(ctx_simd1,(const BitSequence *)input,512);
  ^
lphash.c:196:2: warning: implicit declaration of function вЂ˜Final’ [-Wimplicit-function-declaration]
  Final(ctx_simd1,(BitSequence *)output); 
  ^
lphash.c:197:16: error: request for member вЂ˜buffer’ in something not a structure or union
  free(ctx_simd1->buffer);
                ^
lphash.c:198:16: error: request for member вЂ˜A’ in something not a structure or union
  free(ctx_simd1->A);
                ^
mv -f .deps/minerd-nist.Tpo .deps/minerd-nist.Po
make[2]: *** [minerd-lphash.o] Error 1
make[2]: *** Waiting for unfinished jobs....
member
Activity: 81
Merit: 1002
It was only the wind.

i7-4790

Not bad, copy and paste from actually somewhat optimized code for the algos instead of SPH?
legendary
Activity: 1246
Merit: 1000
Ubuntu 12.04
Code:
In file included from x6/grso.h:7:0,
                 from x6/grso.c:10,
                 from lphash.c:42:
x6/brg_types.h:224:13: error: conflicting types for вЂ˜uint_64t’
 #define u64 uint_64t
             ^
x5/vect128/compat.h:34:28: note: in expansion of macro вЂ˜u64’
 typedef unsigned long long u64;
                            ^
x6/brg_types.h:118:30: note: previous declaration of вЂ˜uint_64t’ was here
        typedef unsigned long uint_64t;
                              ^
make[2]: *** [minerd-lphash.o] Error 1
in lphash.c
cut #include "x5/vect128/nist.h" and paste before #include "x6/blake.c"
newbie
Activity: 13
Merit: 0
Pages:
Jump to: