|
Oldminer
Legendary
Offline
Activity: 1022
Merit: 1001
|
|
June 30, 2013, 06:06:41 AM |
|
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 }
|
|
|
|
number37
|
|
June 30, 2013, 06:08:20 AM |
|
{ "blocks" : 359, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 0.50147301, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 41787747, "pooledtx" : 0, "testnet" : false }
|
|
|
|
|
number37
|
|
June 30, 2013, 06:10:35 AM |
|
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
|
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
June 30, 2013, 06:15:13 AM |
|
OP made a typo, the proper source is at https://github.com/redcoinproject/redcoinI 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.
|
|
|
|
Giskard
|
|
June 30, 2013, 06:29:44 AM |
|
// 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.
|
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
June 30, 2013, 06:46:18 AM |
|
// 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.
|
|
|
|
thisnewcoin
Full Member
Offline
Activity: 406
Merit: 104
Convert Crypto at BestChange
|
|
June 30, 2013, 06:46:55 AM |
|
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol The random features seem a lot more complex as compared to Luckycoin.
|
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
June 30, 2013, 06:54:47 AM |
|
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol 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.
|
|
|
|
coinerd
|
|
June 30, 2013, 06:57:42 AM |
|
only srs bsns happens in this font.
|
|
|
|
thisnewcoin
Full Member
Offline
Activity: 406
Merit: 104
Convert Crypto at BestChange
|
|
June 30, 2013, 07:14:31 AM |
|
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol 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.
|
|
|
|
peonminer
|
|
June 30, 2013, 07:33:37 AM Last edit: June 30, 2013, 06:10:33 PM by peonminer |
|
'Coin for Adults'
Only about 3 people from this forum will mine this.
|
|
|
|
The_Catman
Full Member
Offline
Activity: 168
Merit: 100
Captain Jack Fenderson
|
|
June 30, 2013, 07:50:56 AM |
|
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol 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. Every client knows the previous hash as soon as it gets sent through the block chain. Otherwise the client mining the new block wouldn't know what value to give it.
|
|
|
|
thisnewcoin
Full Member
Offline
Activity: 406
Merit: 104
Convert Crypto at BestChange
|
|
June 30, 2013, 08:13:51 AM |
|
nice the dev keep all the copyrights there, unlike some coins, just erase all, lol 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. Every client knows the previous hash as soon as it gets sent through the block chain. Otherwise the client mining the new block wouldn't know what value to give it. I know, but how can a client get the next block? doesn't help at all in getting the superblocks.
|
|
|
|
jackjack
Legendary
Offline
Activity: 1176
Merit: 1280
May Bitcoin be touched by his Noodly Appendage
|
|
June 30, 2013, 11:00:32 AM |
|
Comic sans
|
Own address: 19QkqAza7BHFTuoz9N8UQkryP4E9jHo4N3 - Pywallet support: 1AQDfx22pKGgXnUZFL1e4UKos3QqvRzNh5 - Bitcointalk++ script support: 1Pxeccscj1ygseTdSV1qUqQCanp2B2NMM2 Pywallet: instructions. Encrypted wallet support, export/import keys/addresses, backup wallets, export/import CSV data from/into wallet, merge wallets, delete/import addresses and transactions, recover altcoins sent to bitcoin addresses, sign/verify messages and files with Bitcoin addresses, recover deleted wallets, etc.
|
|
|
Redcoin (OP)
|
|
June 30, 2013, 11:06:55 AM |
|
just hit block 599, prizes are trippled from 600, difficulty is only 0.29479106,
|
|
|
|
nzdude
Member
Offline
Activity: 86
Merit: 10
STARCOIN the BEST
|
|
June 30, 2013, 11:16:45 AM |
|
YAY got myfrist tripple block. 174 RED
|
|
|
|
aetos
|
|
June 30, 2013, 12:00:41 PM |
|
Rknrr9Hwmb9sNUbrohNSQmgxhCecTVSQkW
|
|
|
|
oroqen
|
|
June 30, 2013, 12:07:10 PM |
|
Comic sans
Think my eyeballs just puked
|
|
|
|
|