Pages:
Author

Topic: j-Coin information thread - page 14. (Read 30878 times)

full member
Activity: 351
Merit: 100
August 02, 2013, 11:30:59 PM


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


i found my first block.... waitin for mature Smiley
full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
August 02, 2013, 11:30:36 PM

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...
legendary
Activity: 1197
Merit: 1000
August 02, 2013, 11:28:27 PM
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
newbie
Activity: 18
Merit: 100
August 02, 2013, 11:07:27 PM
Fix out yet?
hero member
Activity: 616
Merit: 500
August 02, 2013, 11:28:02 PM
Actually this coin is already DEAD, because of '1 coin per block'

But little bit interest, how this coin works.....
member
Activity: 70
Merit: 10
j-coin//just 4 cpu's
August 02, 2013, 11:27:08 PM
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.
newbie
Activity: 18
Merit: 100
August 02, 2013, 11:02:30 PM
Well:
  j-coind: main.cpp:2580: bool LoadBlockIndex(bool): Assertion `block.GetHash() == hashGenesisBlock' failed.

ok, i'll post a fix for line 2580, with the correct genesis hash.

Can you upload a .zip please as well? Thanks Cheesy

will do. just for you lol. anymore requests???

Thanks haha. Once I get it working, I'll upload j-ciond for the masses... if I feel up to it.
member
Activity: 63
Merit: 10
August 02, 2013, 11:24:34 PM
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?
hero member
Activity: 616
Merit: 500
August 02, 2013, 11:23:36 PM
I don't know 10 minutes means this much of time Smiley-

Are you from Japan?

 Grin  Grin  Cheesy
newbie
Activity: 18
Merit: 100
August 02, 2013, 11:00:59 PM
Well:
  j-coind: main.cpp:2580: bool LoadBlockIndex(bool): Assertion `block.GetHash() == hashGenesisBlock' failed.

ok, i'll post a fix for line 2580, with the correct genesis hash.

Can you upload a .zip please as well? Thanks Cheesy
member
Activity: 63
Merit: 10
August 02, 2013, 11:22:33 PM
Waiting for wallet.
member
Activity: 63
Merit: 10
August 02, 2013, 11:21:16 PM
I don't know 10 minutes means this much of time Smiley-

Are you from Japan?
member
Activity: 70
Merit: 10
j-coin//just 4 cpu's
August 02, 2013, 11:20:41 PM
The genisblock line fixed? Thanks

replace line 2588

with

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

hero member
Activity: 616
Merit: 500
August 02, 2013, 11:18:16 PM
I don't know 10 minutes means this much of time Smiley-
newbie
Activity: 18
Merit: 100
August 02, 2013, 10:56:51 PM
please answer:

  • Is UPNP needed?
    config file and nodes?
    Is it confirmed the joincoind daemon can be built?

I am compiling as I type.

ahmed built it, but couldn't get it to work on his server.

Is solo mining still working?
member
Activity: 70
Merit: 10
j-coin//just 4 cpu's
August 02, 2013, 11:12:16 PM
create a conf file name j-coin.conf
put this in it.
Code:
username=
pass=
rpcport=
addnode=173.216.107.57


now forward the rpc port on your router

then go to the console and type

Code:
setgenerate true


sr. member
Activity: 276
Merit: 250
newbie
Activity: 50
Merit: 0
August 02, 2013, 11:04:42 PM
Windows QT for me please.  Thanks

Well:
  j-coind: main.cpp:2580: bool LoadBlockIndex(bool): Assertion `block.GetHash() == hashGenesisBlock' failed.

ok, i'll post a fix for line 2580, with the correct genesis hash.

Can you upload a .zip please as well? Thanks Cheesy

will do. just for you lol. anymore requests???
newbie
Activity: 18
Merit: 100
August 02, 2013, 10:55:24 PM
please answer:

  • Is UPNP needed?
  • config file and nodes?
  • Is it confirmed the joincoind daemon can be built?

I am compiling as I type.
Pages:
Jump to: