Pages:
Author

Topic: [RED] REDCOIN - Official thread! - page 21. (Read 72454 times)

full member
Activity: 406
Merit: 104
Convert Crypto at BestChange
June 30, 2013, 03:14:31 AM
#32
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol Grin

The random features seem a lot more complex as compared to Luckycoin.

Not really, it just sounds more complex. Functionally it's exactly the same as in Luckycoin with some different numbers plugged in. Which means that the exact value of each block can be calculated before it's mined, such that someone with a bit of know-how can easily set up their miners to only mine blocks with the high values. Leaving everyone else to fight for the scraps the rest of the time.

I've been hearing this since the Luckycoin. Yes JKC sucks because it used the block number as seed, which is totally predicatable before any computation. But luckycoin used the previous hash as seed, which is predicatable only if you calculated the previous hash. I don't see how in practical people can use this to get superblocks.

People criticized LKY and some claimed that they can get only the superblocks. I am very much curious to see anyone who can do this with a program, and not just talking in the forum.
full member
Activity: 196
Merit: 100
June 30, 2013, 02:57:42 AM
#31
only srs bsns happens in this font.
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
June 30, 2013, 02:54:47 AM
#30
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol Grin

The random features seem a lot more complex as compared to Luckycoin.

Not really, it just sounds more complex. Functionally it's exactly the same as in Luckycoin with some different numbers plugged in. Which means that the exact value of each block can be calculated before it's mined, such that someone with a bit of know-how can easily set up their miners to only mine blocks with the high values. Leaving everyone else to fight for the scraps the rest of the time.
full member
Activity: 406
Merit: 104
Convert Crypto at BestChange
June 30, 2013, 02:46:55 AM
#29
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol Grin

The random features seem a lot more complex as compared to Luckycoin.
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
June 30, 2013, 02:46:18 AM
#28
OP made a typo, the proper source is at https://github.com/redcoinproject/redcoin

Code:
// Copyright (c) 2011-2012 Litecoin Developers
// Copyright (c) 2013 Luckycoin Developers
// Copyright (c) 2013 Florincoin Developers
// Copyright (c) 2013 Redcoin Developers

Seems to be features from Luckycoin and Florincoin.


Yes, it seems they modified the random block rewards from Luckycoin and added the TX messages from Florincoin.

It would have been nice if they had improved upon either of those functions in any way, instead of just shoving them in a new blockchain. Roll Eyes
full member
Activity: 176
Merit: 100
June 30, 2013, 02:29:44 AM
#27
OP made a typo, the proper source is at https://github.com/redcoinproject/redcoin

Code:
// Copyright (c) 2011-2012 Litecoin Developers
// Copyright (c) 2013 Luckycoin Developers
// Copyright (c) 2013 Florincoin Developers
// Copyright (c) 2013 Redcoin Developers

Seems to be features from Luckycoin and Florincoin.
full member
Activity: 168
Merit: 100
Captain Jack Fenderson
June 30, 2013, 02:15:13 AM
#26
OP made a typo, the proper source is at https://github.com/redcoinproject/redcoin

I noticed you made the mining icon red but didn't bother with any of the others. Rather half-assed that, just needs a simple hue rotation.
sr. member
Activity: 658
Merit: 250
June 30, 2013, 02:10:35 AM
#25
now
$ ./redcoind.exe getmininginfo
{
    "blocks" : 363,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.23118278,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 19248900,
    "pooledtx" : 0,
    "testnet" : false
}

seems ok

diff and hashrate all cut half, what the heck
sr. member
Activity: 271
Merit: 250
June 30, 2013, 02:08:36 AM
#24
And looks like this is the repo:
https://github.com/redcoinproject/redcoin

Nice, when I built the one from https://github.com/cloudstick/redcoin I ended up with a foocoind binary. Nice to see Shakezula's clones getting cloned.
sr. member
Activity: 658
Merit: 250
June 30, 2013, 02:08:20 AM
#23
{
    "blocks" : 359,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.50147301,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 41787747,
    "pooledtx" : 0,
    "testnet" : false
}
legendary
Activity: 1022
Merit: 1001
June 30, 2013, 02:06:41 AM
#22
now is
{
    "blocks" : 355,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.50147301,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 44400828,
    "pooledtx" : 0,
    "testnet" : false
}

could be some initial instamine smooth out?



Yup, its smoothing out now


15:29:33

{
"blocks" : 355,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.50147301,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 44400828,
"pooledtx" : 0,
"testnet" : false
}


15:35:10

getmininginfo


15:35:10

{
"blocks" : 355,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.50147301,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 44400828,
"pooledtx" : 0,
"testnet" : false
}

 Undecided
sr. member
Activity: 658
Merit: 250
June 30, 2013, 02:01:07 AM
#21
And looks like this is the repo:
https://github.com/redcoinproject/redcoin
sr. member
Activity: 658
Merit: 250
June 30, 2013, 01:56:33 AM
#20
now is
{
    "blocks" : 355,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.50147301,
    "errors" : "",
    "generate" : false,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 44400828,
    "pooledtx" : 0,
    "testnet" : false
}

could be some initial instamine smooth out?

legendary
Activity: 1022
Merit: 1001
June 30, 2013, 01:46:46 AM
#19
15:10:22

{
"blocks" : 348,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.50147301,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 48922434,
"pooledtx" : 0,
"testnet" : false
}


15:15:21

getmininginfo


15:15:21

{
"blocks" : 349,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.50147301,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 46915451,
"pooledtx" : 0,
"testnet" : false
}


So..at this rate of 1 block every 10 5 mins with 47Mh/s thrown at it, it should take oh about a Gazillion years to mine them all?  Grin
full member
Activity: 182
Merit: 100
June 30, 2013, 01:37:09 AM
#18
Communist Coin
hero member
Activity: 686
Merit: 504
always the student, never the master.
June 30, 2013, 01:35:37 AM
#17
i can think of 1399738594020.7 reasons why this will fail
full member
Activity: 182
Merit: 100
June 30, 2013, 01:33:54 AM
#16
NO
sr. member
Activity: 271
Merit: 250
June 30, 2013, 01:26:05 AM
#15
The GitHub is 404.
sr. member
Activity: 476
Merit: 250
June 30, 2013, 01:23:50 AM
#14
random blocks are fun Wink also it has tx message, cool
newbie
Activity: 42
Merit: 0
June 30, 2013, 01:21:22 AM
#13
What makes this coin so fun?
Pages:
Jump to: