Pages:
Author

Topic: [ANN][ONC] Onecoin - CPU only - Pools opened! - page 20. (Read 74872 times)

legendary
Activity: 1008
Merit: 1000
The first 1000 blocks will have no reward,  Shocked
full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
250 zero blocks left.
member
Activity: 100
Merit: 10
[2013-06-13 16:53:46] accepted: 0/3 (0.00%), 11.42 khash/s (booooo)
 [2013-06-13 16:58:02] accepted: 0/4 (0.00%), 12.36 khash/s (booooo)
is all i am getting from my cpu miner
Same, but the included miner with the binaries worked for me.
  what included miner? windows maybe? i use linux and i dont see a miner
My bad, forgot to add link to minerd sources. https://github.com/onecoin/cpuminer
member
Activity: 107
Merit: 10
my blocks all get accepted Cheesy
oafh8wA2nEqe6gM7k6dVKKfYUEQAivqnoq

Still 0.000000000000000000000000000000 reward ... still >600 blocks left till reward
legendary
Activity: 1008
Merit: 1000
only rejected  Grin nead pool
legendary
Activity: 882
Merit: 1000
my blocks all get accepted Cheesy
oafh8wA2nEqe6gM7k6dVKKfYUEQAivqnoq
legendary
Activity: 882
Merit: 1000

16:49:41

getmininginfo


16:49:41

{
"blocks" : 90,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024805,
"errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 11547,
"pooledtx" : 0,
"testnet" : false,
"nfactor" : 6
}


17:04:20

getmininginfo


17:04:20

{
"blocks" : 219,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00025384,
"errors" : "This is a pre-release test build - use at your own risk - do not use for mining or merchant applications",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 166450,
"pooledtx" : 0,
"testnet" : false,
"nfactor" : 6
}
legendary
Activity: 882
Merit: 1000
[2013-06-13 16:53:46] accepted: 0/3 (0.00%), 11.42 khash/s (booooo)
 [2013-06-13 16:58:02] accepted: 0/4 (0.00%), 12.36 khash/s (booooo)
is all i am getting from my cpu miner
Same, but the included miner with the binaries worked for me.
  what included miner? windows maybe? i use linux and i dont see a miner
member
Activity: 107
Merit: 10
my blocks all get accepted Cheesy
full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
[2013-06-13 16:53:46] accepted: 0/3 (0.00%), 11.42 khash/s (booooo)
 [2013-06-13 16:58:02] accepted: 0/4 (0.00%), 12.36 khash/s (booooo)
is all i am getting from my cpu miner
Same, but the included miner with the binaries worked for me.
legendary
Activity: 882
Merit: 1000
[2013-06-13 16:53:46] accepted: 0/3 (0.00%), 11.42 khash/s (booooo)
 [2013-06-13 16:58:02] accepted: 0/4 (0.00%), 12.36 khash/s (booooo)
is all i am getting from my cpu miner
member
Activity: 100
Merit: 10
anyone trying the gpu yac thing that was released a few hours ago?

It's not compatible, so don't bother trying Wink
legendary
Activity: 882
Merit: 1000
anyone trying the gpu yac thing that was released a few hours ago?
member
Activity: 100
Merit: 10
This is the first altcoin that won't compile "as is" from the code. (make -f makefile.unix USE_UPNP=)

It worked for WDC, YAC, DGC, ...
Which errors are you getting?

A bunch of  (on all files)

util.h:36: warning: integer constant is too large for âlongâ type
util.h:37: warning: integer constant is too large for âlongâ type
util.h:38: warning: integer constant is too large for âlongâ type


And then, the grand finale Smiley

In file included from scrypt_mine.cpp:32:
/usr/lib/gcc/i486-linux-gnu/4.4.5/include/xmmintrin.h:32:3: error: #error "SSE instruction set not enabled"
In file included from scrypt_mine.h:7,
                 from scrypt_mine.cpp:38:
util.h:36: warning: integer constant is too large for âlongâ type
util.h:37: warning: integer constant is too large for âlongâ type
util.h:38: warning: integer constant is too large for âlongâ type
scrypt_mine.cpp:84: warning: âvoid scrypt(const void*, size_t, uint32_t*, void*)â defined but not used
make: *** [obj/scrypt_mine.o] Error 1

It's probably because your CPU needs to support SSE
sr. member
Activity: 322
Merit: 250
Supersonic
w00t mined my first block. but amount 0.00 due to the fairness BS Wink
full member
Activity: 182
Merit: 100
This is the first altcoin that won't compile "as is" from the code. (make -f makefile.unix USE_UPNP=)

It worked for WDC, YAC, DGC, ...
Which errors are you getting?

A bunch of  (on all files)

util.h:36: warning: integer constant is too large for âlongâ type
util.h:37: warning: integer constant is too large for âlongâ type
util.h:38: warning: integer constant is too large for âlongâ type


And then, the grand finale Smiley

In file included from scrypt_mine.cpp:32:
/usr/lib/gcc/i486-linux-gnu/4.4.5/include/xmmintrin.h:32:3: error: #error "SSE instruction set not enabled"
In file included from scrypt_mine.h:7,
                 from scrypt_mine.cpp:38:
util.h:36: warning: integer constant is too large for âlongâ type
util.h:37: warning: integer constant is too large for âlongâ type
util.h:38: warning: integer constant is too large for âlongâ type
scrypt_mine.cpp:84: warning: âvoid scrypt(const void*, size_t, uint32_t*, void*)â defined but not used
make: *** [obj/scrypt_mine.o] Error 1
sr. member
Activity: 462
Merit: 250
Hurry up with win qt - this one is not native compilable on windows as the leveldb files are incomplete
member
Activity: 100
Merit: 10
This is the first altcoin that won't compile "as is" from the code. (make -f makefile.unix USE_UPNP=)

It worked for WDC, YAC, DGC, ...
Which errors are you getting?
full member
Activity: 182
Merit: 100
seed nodes? im stuck at "no block source available"

Once i get upto speed i can open my port for others to seed off...
None, the network is seeded by IRC channel (a working one), just wait for someone else to join.
ah yeah i got some.

This is the first altcoin that won't compile "as is" from the code. (make -f makefile.unix USE_UPNP=)

It worked for WDC, YAC, DGC, ...
Pages:
Jump to: