Bitcoin Forum
June 17, 2024, 04:43:33 AM *
News: Voting for pizza day contest
 
   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 »  All
  Print  
Author Topic: j-Coin information thread  (Read 30807 times)
whlx
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
August 03, 2013, 04:22:33 AM
 #121

Waiting for wallet.
tadakaluri
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
August 03, 2013, 04:23:36 AM
 #122

I don't know 10 minutes means this much of time Smiley-

Are you from Japan?

 Grin  Grin  Cheesy
whlx
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
August 03, 2013, 04:24:34 AM
 #123

I don't know 10 minutes means this much of time Smiley-

Are you from Japan?

 Grin  Grin  Cheesy

Give me an answer!

Is it funny?
DogtownHero (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

j-coin//just 4 cpu's


View Profile
August 03, 2013, 04:27:08 AM
 #124

The genisblock line fixed? Thanks

replace line 2588

with

Code:
assert(block.GetHash("0x000000c249386a215da8af52ccf04a8d8b175146844a73f0b6bfb25aa5081e50") == hashGenesisBlock);


2588? That's

        if (!block.AddToBlockIndex(nFile, nBlockPos))

maybe 2580?

edit, yep, you're right.

binaries and installer links have been updated in first post.

if you don't like the .7z just use the installer. it will even put a pretty little J-coin Icon and link on your desktop.

tadakaluri
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
August 03, 2013, 04:28:02 AM
 #125

Actually this coin is already DEAD, because of '1 coin per block'

But little bit interest, how this coin works.....
feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
August 03, 2013, 04:28:27 AM
 #126

The genisblock line fixed? Thanks

replace line 2588

with

Code:
assert(block.GetHash("0x000000c249386a215da8af52ccf04a8d8b175146844a73f0b6bfb25aa5081e50") == hashGenesisBlock);


2588? That's

        if (!block.AddToBlockIndex(nFile, nBlockPos))

maybe 2580?

edit, yep, you're right.

then

Code:
main.cpp: In function âbool LoadBlockIndex(bool)â:
main.cpp:2580:9: error: no matching function for call to âCBlock::GetHash(const char [67])â
main.cpp:2580:9: note: candidate is:
main.h:908:13: note: uint256 CBlock::GetHash() const
main.h:908:13: note:   candidate expects 0 arguments, 1 provided
make: *** [obj/main.o] Error 1

Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 03, 2013, 04:30:36 AM
 #127


Code:
main.cpp: In function âbool LoadBlockIndex(bool)â:
main.cpp:2580:9: error: no matching function for call to âCBlock::GetHash(const char [67])â
main.cpp:2580:9: note: candidate is:
main.h:908:13: note: uint256 CBlock::GetHash() const
main.h:908:13: note:   candidate expects 0 arguments, 1 provided
make: *** [obj/main.o] Error 1


Same. Sigh.

CPU coin, mined with GPUs. Linux head start but broken source. Oh and lots of references to Mehcoin. Even shitcoins are going downhill...

altcoiner
Full Member
***
Offline Offline

Activity: 351
Merit: 100



View Profile
August 03, 2013, 04:30:59 AM
 #128



over 260 blocks minted and finally.........


i found my first block.... waitin for mature Smiley
DogtownHero (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

j-coin//just 4 cpu's


View Profile
August 03, 2013, 04:31:22 AM
 #129

Actually this coin is already DEAD, because of '1 coin per block'

But little bit interest, how this coin works.....

K.

The genisblock line fixed? Thanks

replace line 2588

with

Code:
assert(block.GetHash("0x000000c249386a215da8af52ccf04a8d8b175146844a73f0b6bfb25aa5081e50") == hashGenesisBlock);


2588? That's

        if (!block.AddToBlockIndex(nFile, nBlockPos))

maybe 2580?

edit, yep, you're right.

then

Code:
main.cpp: In function âbool LoadBlockIndex(bool)â:
main.cpp:2580:9: error: no matching function for call to âCBlock::GetHash(const char [67])â
main.cpp:2580:9: note: candidate is:
main.h:908:13: note: uint256 CBlock::GetHash() const
main.h:908:13: note:   candidate expects 0 arguments, 1 provided
make: *** [obj/main.o] Error 1


uploaded a fix for main.cpp

try it

https://docs.google.com/file/d/0B5V5vln-sS3EUllBZE9yZkh3VTA/edit?usp=sharing

DogtownHero (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

j-coin//just 4 cpu's


View Profile
August 03, 2013, 04:34:25 AM
 #130


Code:
main.cpp: In function âbool LoadBlockIndex(bool)â:
main.cpp:2580:9: error: no matching function for call to âCBlock::GetHash(const char [67])â
main.cpp:2580:9: note: candidate is:
main.h:908:13: note: uint256 CBlock::GetHash() const
main.h:908:13: note:   candidate expects 0 arguments, 1 provided
make: *** [obj/main.o] Error 1


Same. Sigh.

CPU coin, mined with GPUs. Linux head start but broken source. Oh and lots of references to Mehcoin. Even shitcoins are going downhill...

funny, i'm still hitting blocks on my i5 3230M processor. just hit one ~10 seconds ago.

Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 03, 2013, 04:44:03 AM
 #131

funny, i'm still hitting blocks on my i5 3230M processor. just hit one ~10 seconds ago.
Your getting blocks in linux? from your original source, you know the one that came before the windows clients.

Maybe next time don't release the source early since you know it is completely pointless to do so...

rwessels
Member
**
Offline Offline

Activity: 102
Merit: 10


View Profile
August 03, 2013, 04:44:26 AM
 #132

Running the windows QT on 6 computers now - no blocks yet.  :-(
DogtownHero (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

j-coin//just 4 cpu's


View Profile
August 03, 2013, 04:44:39 AM
 #133

There's what, 3 people mining ATM?

there is a few

Quote

23:45:04

getpeerinfo


23:45:04

[
{
"addr" : "121.215.159.167:61793",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375504960,
"conntime" : 1375495748,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 115,
"banscore" : 0
},
{
"addr" : "199.180.115.125:61965",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375499689,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 27,
"banscore" : 0
},
{
"addr" : "199.180.115.100:54434",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375500092,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "71.187.248.95:65413",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375503464,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 244,
"banscore" : 0
},
{
"addr" : "24.199.60.210:13413",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375503688,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 250,
"banscore" : 0
},
{
"addr" : "24.199.60.210:54812",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375503783,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "68.190.232.101:60924",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375503965,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 256,
"banscore" : 0
},
{
"addr" : "24.199.60.210:54768",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375503978,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 187,
"banscore" : 0
},
{
"addr" : "24.199.60.210:56409",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375504960,
"conntime" : 1375503986,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 256,
"banscore" : 0
},
{
"addr" : "71.187.248.95:57397",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504000,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 199,
"banscore" : 0
},
{
"addr" : "24.199.60.210:7747",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504116,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 259,
"banscore" : 0
},
{
"addr" : "178.74.103.10:58808",
"services" : "00000001",
"lastsend" : 1375505099,
"lastrecv" : 1375505099,
"conntime" : 1375504169,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "84.251.34.142:57752",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504218,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 261,
"banscore" : 0
},
{
"addr" : "222.252.84.190:1334",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375504960,
"conntime" : 1375504236,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 206,
"banscore" : 0
},
{
"addr" : "115.196.34.235:54337",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375504960,
"conntime" : 1375504254,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 154,
"banscore" : 0
},
{
"addr" : "107.212.246.205:57887",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504328,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "178.74.103.10:56055",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505055,
"conntime" : 1375504329,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 266,
"banscore" : 0
},
{
"addr" : "217.25.223.37:60894",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504335,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 36,
"banscore" : 0
},
{
"addr" : "108.200.37.120:49965",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504349,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 40,
"banscore" : 0
},
{
"addr" : "24.199.60.219:5777",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504357,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 268,
"banscore" : 0
},
{
"addr" : "24.199.60.222:55844",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504387,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 269,
"banscore" : 0
},
{
"addr" : "173.33.241.216:31144",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504391,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 219,
"banscore" : 0
},
{
"addr" : "113.162.145.219:42685",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504417,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "41.130.6.161:51340",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375504960,
"conntime" : 1375504426,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 271,
"banscore" : 0
},
{
"addr" : "68.122.185.20:53348",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504456,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 272,
"banscore" : 0
},
{
"addr" : "217.25.223.37:50416",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504494,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 245,
"banscore" : 0
},
{
"addr" : "24.199.60.216:62008",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505060,
"conntime" : 1375504496,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 273,
"banscore" : 0
},
{
"addr" : "187.205.171.239:5777",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505062,
"conntime" : 1375504530,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 274,
"banscore" : 0
},
{
"addr" : "202.104.148.18:25447",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505074,
"conntime" : 1375504532,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 274,
"banscore" : 0
},
{
"addr" : "217.25.223.37:49500",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504552,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "188.112.224.244:64103",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504610,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 276,
"banscore" : 0
},
{
"addr" : "70.176.181.13:57058",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505060,
"conntime" : 1375504627,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 277,
"banscore" : 0
},
{
"addr" : "94.155.235.196:5777",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504647,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 277,
"banscore" : 0
},
{
"addr" : "96.50.160.44:24531",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504662,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 277,
"banscore" : 0
},
{
"addr" : "12.196.39.130:57238",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504683,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "5.152.192.27:58095",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504693,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 279,
"banscore" : 0
},
{
"addr" : "87.121.224.238:49392",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504707,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 279,
"banscore" : 0
},
{
"addr" : "202.104.148.18:37699",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505060,
"conntime" : 1375504735,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "27.31.167.24:62622",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505101,
"conntime" : 1375504737,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 280,
"banscore" : 0
},
{
"addr" : "219.150.71.1:62781",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505060,
"conntime" : 1375504756,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 281,
"banscore" : 0
},
{
"addr" : "84.251.34.142:56547",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504796,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 282,
"banscore" : 0
},
{
"addr" : "70.176.181.13:55390",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505060,
"conntime" : 1375504805,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 218,
"banscore" : 0
},
{
"addr" : "61.183.52.35:27748",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504809,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "72.189.85.14:57894",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505101,
"conntime" : 1375504821,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 51,
"banscore" : 0
},
{
"addr" : "98.214.94.227:5777",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505087,
"conntime" : 1375504829,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 282,
"banscore" : 0
},
{
"addr" : "24.199.60.210:63025",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504842,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 282,
"banscore" : 0
},
{
"addr" : "70.176.181.13:49296",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505073,
"conntime" : 1375504851,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 282,
"banscore" : 0
},
{
"addr" : "202.104.148.18:24115",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505084,
"conntime" : 1375504871,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "74.192.179.118:53288",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375504902,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 284,
"banscore" : 0
},
{
"addr" : "72.189.85.14:60274",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505060,
"conntime" : 1375504935,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 285,
"banscore" : 0
},
{
"addr" : "202.104.148.18:55272",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505080,
"conntime" : 1375504958,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "122.150.72.177:5777",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505060,
"conntime" : 1375504975,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : false,
"releasetime" : 0,
"startingheight" : 286,
"banscore" : 0
},
{
"addr" : "70.176.181.13:50879",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505073,
"conntime" : 1375504985,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 287,
"banscore" : 0
},
{
"addr" : "123.122.194.206:4496",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375505006,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 282,
"banscore" : 0
},
{
"addr" : "70.122.200.191:64373",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375505007,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 287,
"banscore" : 0
},
{
"addr" : "27.31.167.24:63110",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505101,
"conntime" : 1375505010,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 282,
"banscore" : 0
},
{
"addr" : "209.222.91.106:49663",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375505013,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "184.89.99.246:56114",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375505023,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "202.104.148.18:28117",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375505067,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 0,
"banscore" : 0
},
{
"addr" : "115.236.88.86:2055",
"services" : "00000001",
"lastsend" : 1375505100,
"lastrecv" : 1375505100,
"conntime" : 1375505089,
"version" : 60005,
"subver" : "/J-COIN v0:0.9.0.1/",
"inbound" : true,
"releasetime" : 0,
"startingheight" : 288,
"banscore" : 0
}
]



jhxhlj
Newbie
*
Offline Offline

Activity: 26
Merit: 0



View Profile WWW
August 03, 2013, 04:45:34 AM
 #134

when the pool recovery?
 Huh Huh Huh Huh Huh
Entz
Full Member
***
Offline Offline

Activity: 210
Merit: 100


I not use any kind of messenger beware of scammers


View Profile
August 03, 2013, 04:45:39 AM
 #135

No one else seems to have the ability to compile it. Maybe upload the j-coind itself? o.O
Nope, cannot compile it. (Havent tried latest source fix)

TilyBurgos
Newbie
*
Offline Offline

Activity: 55
Merit: 0



View Profile
August 03, 2013, 04:46:01 AM
 #136

I have this problem with windows
  

  Nombre del evento de problema:   APPCRASH
  Nombre de la aplicación:   j-coin-qt.exe
  Versión de la aplicación:   0.9.0.1
  Marca de tiempo de la aplicación:   51f8771b
  Nombre del módulo con errores:   j-coin-qt.exe
  Versión del módulo con errores:   0.9.0.1
  Marca de tiempo del módulo con errores:   51f8771b
  Código de excepción:   c000001d
  Desplazamiento de excepción:   000ef61c
DogtownHero (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

j-coin//just 4 cpu's


View Profile
August 03, 2013, 04:47:18 AM
 #137

I have this problem with windows
  

  Nombre del evento de problema:   APPCRASH
  Nombre de la aplicación:   j-coin-qt.exe
  Versión de la aplicación:   0.9.0.1
  Marca de tiempo de la aplicación:   51f8771b
  Nombre del módulo con errores:   j-coin-qt.exe
  Versión del módulo con errores:   0.9.0.1
  Marca de tiempo del módulo con errores:   51f8771b
  Código de excepción:   c000001d
  Desplazamiento de excepción:   000ef61c

right click the link on the desktop. click the option to run in compatibility mode for window service pack 3.

tadakaluri
Hero Member
*****
Offline Offline

Activity: 616
Merit: 500



View Profile WWW
August 03, 2013, 04:48:53 AM
 #138

No Blocks........YET
#Darren
Sr. Member
****
Offline Offline

Activity: 784
Merit: 250


DIA | Data infrastructure for DeFi


View Profile
August 03, 2013, 04:49:03 AM
 #139

How do you mine this, there's no miner in the wallet.


      ████████████████
   ████████████████████████
██████████████████████████████
█████████████████████████████████
███████████████████████████████████
█████████████████████████████████████
██████████████████████████████████████
███████████████████████████████████████
█████████████████   ███████████████████
█████████████████        ███████████████
█████████████████          █████████████
█████████████████            ████████████
█████████████████             ███████████
█████████████████             ███████████
█████████████████              ██████████
█████████████████              ██████████
█████████████████             ███████████
█████████████████            ███████████
█████████████████          █████████████
█████████████████      ███████████████
█████████████████ ████████████████████
█████████████████████████████████████
███████████████████████████████████
█████████████████████████████████
██████████████████████████████
██████████████████████████
     █████████████████
          ████
DIA | OPEN ACCESS FINANCIAL DATA
whlx
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
August 03, 2013, 04:49:36 AM
 #140

Quote
funny, i'm still hitting blocks on my i5 3230M processor. just hit one ~10 seconds ago.



I just hit 2 coin on my 3 computers so far.
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 »  All
  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!