Bitcoin Forum
May 08, 2024, 02:05:44 PM *
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 »
  Print  
Author Topic: [ANN][ONC] Onecoin - CPU only - Pools opened!  (Read 74864 times)
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
June 13, 2013, 12:36:55 PM
 #161

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.

1715177144
Hero Member
*
Offline Offline

Posts: 1715177144

View Profile Personal Message (Offline)

Ignore
1715177144
Reply with quote  #2

1715177144
Report to moderator
1715177144
Hero Member
*
Offline Offline

Posts: 1715177144

View Profile Personal Message (Offline)

Ignore
1715177144
Reply with quote  #2

1715177144
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715177144
Hero Member
*
Offline Offline

Posts: 1715177144

View Profile Personal Message (Offline)

Ignore
1715177144
Reply with quote  #2

1715177144
Report to moderator
vinne81
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
June 13, 2013, 12:39:13 PM
 #162

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, ...
cre8r (OP)
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
June 13, 2013, 12:40:28 PM
 #163

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?
JohnDorien
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
June 13, 2013, 12:41:24 PM
 #164

Hurry up with win qt - this one is not native compilable on windows as the leveldb files are incomplete
vinne81
Full Member
***
Offline Offline

Activity: 182
Merit: 100



View Profile
June 13, 2013, 12:42:23 PM
 #165

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
turtle83
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


Supersonic


View Profile WWW
June 13, 2013, 12:45:34 PM
 #166

w00t mined my first block. but amount 0.00 due to the fairness BS Wink

cre8r (OP)
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
June 13, 2013, 12:45:59 PM
 #167

Here you go: http://sourceforge.net/projects/onecoin/files/onecoin-qt-v.0.1.0.zip/download
cre8r (OP)
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
June 13, 2013, 12:47:45 PM
 #168

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
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 13, 2013, 12:49:04 PM
 #169

anyone trying the gpu yac thing that was released a few hours ago?
cre8r (OP)
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
June 13, 2013, 12:50:24 PM
 #170

anyone trying the gpu yac thing that was released a few hours ago?

It's not compatible, so don't bother trying Wink
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 13, 2013, 12:58:05 PM
 #171

[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
TheSpiral
Full Member
***
Offline Offline

Activity: 322
Merit: 113


Sinbad Mixer: Mix Your BTC Quickly


View Profile
June 13, 2013, 12:59:25 PM
 #172

[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.
Fallout
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
June 13, 2013, 12:59:42 PM
 #173

my blocks all get accepted Cheesy
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 13, 2013, 01:02:22 PM
 #174

[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
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 13, 2013, 01:02:55 PM
 #175


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
}
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
June 13, 2013, 01:04:12 PM
 #176

my blocks all get accepted Cheesy
oafh8wA2nEqe6gM7k6dVKKfYUEQAivqnoq
qwep
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
June 13, 2013, 01:10:58 PM
 #177

only rejected  Grin nead pool
Fallout
Member
**
Offline Offline

Activity: 107
Merit: 10


View Profile
June 13, 2013, 01:12:12 PM
 #178

my blocks all get accepted Cheesy
oafh8wA2nEqe6gM7k6dVKKfYUEQAivqnoq

Still 0.000000000000000000000000000000 reward ... still >600 blocks left till reward
cre8r (OP)
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
June 13, 2013, 01:19:01 PM
 #179

[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
TheSpiral
Full Member
***
Offline Offline

Activity: 322
Merit: 113


Sinbad Mixer: Mix Your BTC Quickly


View Profile
June 13, 2013, 01:38:44 PM
 #180

250 zero blocks left.
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 »
  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!