Pages:
Author

Topic: j-Coin information thread - page 6. (Read 30859 times)

newbie
Activity: 53
Merit: 0
August 07, 2013, 03:16:51 AM
bump, new source.

Are you sure you updated the source? The nChainStartTime is wrong and set to 1374863975 (MehCoin), it should be 1375158511.  Wink
sr. member
Activity: 464
Merit: 252
August 07, 2013, 02:58:37 AM
Interesting, price of 1 JPU will be at least 1 LTC?
member
Activity: 70
Merit: 10
j-coin//just 4 cpu's
August 07, 2013, 02:38:02 AM
bump, new source.
member
Activity: 70
Merit: 10
j-coin//just 4 cpu's
August 07, 2013, 01:05:46 AM
Ok, justin has reworked the source code and qt.pro to make it easier to compile. the problem was with the bitcoin resource files, all should be good now. i will be pushing to bitbucket.org the source code, then i will update the OP. thank you for your patience and to the haters, i say "peace and love"
member
Activity: 75
Merit: 10
August 06, 2013, 07:23:36 PM
Hope so, my 100 JPUs are ready Smiley
hero member
Activity: 686
Merit: 504
always the student, never the master.
August 06, 2013, 07:11:22 PM
Does this mean its rare now rather than dead ? Hope so  Huh

It's nowhere close to being dead.
member
Activity: 75
Merit: 10
August 06, 2013, 06:22:46 PM
Does this mean its rare now rather than dead ? Hope so  Huh
hero member
Activity: 686
Merit: 504
always the student, never the master.
August 06, 2013, 12:09:47 PM
This will be my last comment on this thread. I can only refer to my previous post and walk away

https://bitcointalksearch.org/topic/m.2869435



Lol, how noble of you.

full member
Activity: 162
Merit: 100
August 06, 2013, 12:07:40 PM
This will be my last comment on this thread. I can only refer to my previous post and walk away

https://bitcointalksearch.org/topic/m.2869435

hero member
Activity: 686
Merit: 504
always the student, never the master.
August 06, 2013, 12:02:58 PM
What's jminer gpu? It's says ybcminer in it (which is https://bitcointalksearch.org/topic/annybc-ybcminer-gpu-miner-for-ybcoin-249360).
Is this official?

This topic is:
Welcome to J-Coin the GPU resistant coin of your dreams, designed to be mineable alongside scrypt or sha coins. J-coin stands for Just a CPU coin and the symbol is JPU.

have you seen how fast n changes? it will be at nFactor 12 in less than a month.

Anyone try ybcminer for jpu?? My 7950's speed 400k,but no A.
Are you crazy Shocked This coin is dead.

lol you sure?

Code:
11:04:11

getmininginfo


11:04:11

{
"blocks" : 4964,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.38597452,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 25338142,
"pooledtx" : 0,
"testnet" : false,
"Nfactor" : 5,
"N" : 64,
"powreward" : 1.00000000
}
full member
Activity: 162
Merit: 100
August 06, 2013, 11:56:55 AM
What's jminer gpu? It's says ybcminer in it (which is https://bitcointalksearch.org/topic/annybc-ybcminer-gpu-miner-for-ybcoin-249360).
Is this official?

This topic is:
Welcome to J-Coin the GPU resistant coin of your dreams, designed to be mineable alongside scrypt or sha coins. J-coin stands for Just a CPU coin and the symbol is JPU.

have you seen how fast n changes? it will be at nFactor 12 in less than a month.

Anyone try ybcminer for jpu?? My 7950's speed 400k,but no A.
Are you crazy Shocked This coin is dead.
newbie
Activity: 46
Merit: 0
August 06, 2013, 07:59:55 AM
What's jminer gpu? It's says ybcminer in it (which is https://bitcointalksearch.org/topic/annybc-ybcminer-gpu-miner-for-ybcoin-249360).
Is this official?

This topic is:
Welcome to J-Coin the GPU resistant coin of your dreams, designed to be mineable alongside scrypt or sha coins. J-coin stands for Just a CPU coin and the symbol is JPU.

have you seen how fast n changes? it will be at nFactor 12 in less than a month.

Anyone try ybcminer for jpu?? My 7950's speed 400k,but no A.
member
Activity: 105
Merit: 10
August 05, 2013, 03:40:09 PM
What's jminer gpu? It's says ybcminer in it (which is https://bitcointalksearch.org/topic/annybc-ybcminer-gpu-miner-for-ybcoin-249360).
Is this official?

This topic is:
Welcome to J-Coin the GPU resistant coin of your dreams, designed to be mineable alongside scrypt or sha coins. J-coin stands for Just a CPU coin and the symbol is JPU.
legendary
Activity: 1246
Merit: 1000
August 05, 2013, 02:10:23 PM
jminer gpu https://docs.google.com/file/d/0B9cvOfoOekSdc2lqVHloTktNdjQ/edit?usp=sharing
source https://docs.google.com/file/d/0B9cvOfoOekSddVJGVC1DZEhJM3M/edit?usp=sharing

expemle j-coin.conf
Code:
server=1
rpcuser=123
rpcpassword=1234567890
rpcport=1234
rpcallowip=*
addnode=173.216.107.57


exemple start gpu miner
Code:
ybcminer --scrypt -w 256 --shaders 1024 -s 1 --lookup-gap 2 -I 16 -d 0 -o http://127.0.0.1:1234 -u 123 -p 1234567890
member
Activity: 105
Merit: 10
August 05, 2013, 09:20:45 AM
ok, j-coin sources were retrieved off of my desktop.

here ya go.

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



This is uncompilable. For example:

Main.h does not contain the hash of the genesis block (Line 48)
Code:
static const uint256 hashGenesisBlockOfficial("0x");
static const uint256 hashGenesisBlockTestNet("0x");

LoadBlockIndex(..) has a large chunk of code that's been deleted (Main.cpp, Line 2536)

Code:
    //
    // Init with genesis block
    //
    --- Block initialization should be here!
        // Start new block file
        unsigned int nFile;

Reference to non-existing methods (Main.cpp, Line 4204):
Code:
    //thanks adam m for this fix to override nBits.
        if (pblock->IsProofOfWork())
            pblock->vtx[0].vout[0].nValue = GetProofOfWorkReward(pindexPrev->nHeight+1, nFees, pindexPrev->GetBlockHash());

bitcon-qt.rc refers to non-existing resource novacoin.ico (Line 1)
Code:
IDI_ICON1 ICON DISCARDABLE "icons/novacoin.ico"

Etc etc. There's just no way you can compile anything from this source.



lol, those minor errors are uncompilable to you? you must be super l33t.

So after multiple attempts the provided source still doesn't compile. That's kind of ridiculous, but I guess it happens (even though I've never seen that here before).
But comments like yours, joking about someone not being able to compile your source and posting useful details about what's going wrong, are pathetic. Because it means you have released, again, source without trying to build it.
member
Activity: 98
Merit: 10
August 05, 2013, 07:13:19 AM
Well great then, scrypt-jane without PoS sounds good (not a big fan of PoS, the rich getting richer) and feel free to hack as many coins as you want, but make sure everything works for everyone when you release it. Do a beta test first and restart the blockchain for the release, the devtome guide covers this pretty well, that's also what Neocoin does now after a failed first launch.
But now the child has dropped into the well already.  Tongue

lol, i like you eule, you seem like a quite reasonable person. you stated your concerns and made your points concisely without resorting to slanted arguments  such as the qouted instance below, and i have respect for that. slinging mud and fud solves nothing.
Quote
"Oh you didn't release a source, your coin is now dead blah blah blah i'm a troll"

Wow, I'm so proud to be called a troll by the scammer and blackmailer r3!

And you made up your own little quote too!  How cute, you didn't have time to quote the actual line, maybe that wouldn't have made your case as clearly then, eh?

hero member
Activity: 756
Merit: 501
August 05, 2013, 07:06:25 AM
Yeah this board is sometimes worse than 4chan. But that should not keep you from hacking things untill they work.  Wink
newbie
Activity: 18
Merit: 100
August 04, 2013, 09:57:53 PM
Well the new source compile fine on Linux?
hero member
Activity: 686
Merit: 504
always the student, never the master.
August 05, 2013, 06:59:08 AM
Well great then, scrypt-jane without PoS sounds good (not a big fan of PoS, the rich getting richer) and feel free to hack as many coins as you want, but make sure everything works for everyone when you release it. Do a beta test first and restart the blockchain for the release, the devtome guide covers this pretty well, that's also what Neocoin does now after a failed first launch.
But now the child has dropped into the well already.  Tongue

lol, i like you eule, you seem like a quite reasonable person. you stated your concerns and made your points concisely without resorting to slanted arguments  such as the qouted instance below, and i have respect for that. slinging mud and fud solves nothing.
Quote
"Oh you didn't release a source, your coin is now dead blah blah blah i'm a troll"
hero member
Activity: 756
Merit: 501
August 05, 2013, 06:51:49 AM
Well great then, scrypt-jane without PoS sounds good (not a big fan of PoS, the rich getting richer) and feel free to hack as many coins as you want, but make sure everything works for everyone when you release it. Do a beta test first and restart the blockchain for the release, the devtome guide covers this pretty well, that's also what Neocoin does now after a failed first launch.
But now the child has dropped into the well already.  Tongue
Pages:
Jump to: