Pages:
Author

Topic: [ANN] LuckyCoin LKY | Lucky Blocks | Fast | Fun | Fair - page 35. (Read 113266 times)

full member
Activity: 122
Merit: 100
I changed the function at launch to just give me 5888 coins.  Found two blocks, both rejected by the network.  Nope, can't cheat it this way. Smiley

To be fair, I found a whole lot of blocks at launch, all rejected by network...
hero member
Activity: 826
Merit: 1001
@Bit_John
this idiot uses a simple random number generator to determie block rewards. guess what happens when i remove that and just return max block reward instead?

i will be posting an altered client that gets 5k coin rewards every time, in the next hour or so. this coin is trash and needs to die.

Actually that doesn't look possible:

Code:
		const char* cseed = prevHash.ToString().substr(8,7).c_str();
long seed = hex2long(cseed);

int rand = generateMTRandom(seed, 100000);

if(rand > 30000 && rand < 35001)
nSubsidy = 188 * COIN;
else if(rand > 70000 && rand < 71001)
nSubsidy = 588 * COIN;
else if(rand > 50000 && rand < 50011)
nSubsidy = 5888 * COIN;

The seed is based on the previous hash, hence it might be open to some kind of attacks, but "just changing the function" should not work.
Unless he botched badly block verification, of course.

I changed the function at launch to just give me 5888 coins.  Found two blocks, both rejected by the network.  Nope, can't cheat it this way. Smiley

glad it got tested
sr. member
Activity: 252
Merit: 250
this idiot uses a simple random number generator to determie block rewards. guess what happens when i remove that and just return max block reward instead?

i will be posting an altered client that gets 5k coin rewards every time, in the next hour or so. this coin is trash and needs to die.

Actually that doesn't look possible:

Code:
		const char* cseed = prevHash.ToString().substr(8,7).c_str();
long seed = hex2long(cseed);

int rand = generateMTRandom(seed, 100000);

if(rand > 30000 && rand < 35001)
nSubsidy = 188 * COIN;
else if(rand > 70000 && rand < 71001)
nSubsidy = 588 * COIN;
else if(rand > 50000 && rand < 50011)
nSubsidy = 5888 * COIN;

The seed is based on the previous hash, hence it might be open to some kind of attacks, but "just changing the function" should not work.
Unless he botched badly block verification, of course.

I changed the function at launch to just give me 5888 coins.  Found two blocks, both rejected by the network.  Nope, can't cheat it this way. Smiley
full member
Activity: 122
Merit: 100
Why wouldn't this work? I'd try it but don't want to screw around trying to compile this on Windows.

Code:
int static generateMTRandom(unsigned int s, int range)
{
    random::mt19937 gen(s);
    random::uniform_int_distribution<> dist(1, range);
    // return dist(gen);
    return 50001;
}
hero member
Activity: 630
Merit: 500
Bitgoblin
this idiot uses a simple random number generator to determie block rewards. guess what happens when i remove that and just return max block reward instead?

i will be posting an altered client that gets 5k coin rewards every time, in the next hour or so. this coin is trash and needs to die.

Actually that doesn't look possible:

Code:
		const char* cseed = prevHash.ToString().substr(8,7).c_str();
long seed = hex2long(cseed);

int rand = generateMTRandom(seed, 100000);

if(rand > 30000 && rand < 35001)
nSubsidy = 188 * COIN;
else if(rand > 70000 && rand < 71001)
nSubsidy = 588 * COIN;
else if(rand > 50000 && rand < 50011)
nSubsidy = 5888 * COIN;

The seed is based on the previous hash, hence it might be open to some kind of attacks, but "just changing the function" should not work.
Unless he botched badly block verification, of course.
hero member
Activity: 630
Merit: 500
Bitgoblin
Required reading reg. LuckyCoin (and most/all other alt coins launched in the last weeks):
http://www.legitcoinage.com/?p=27
Redirects here but it's a 404 :/
sr. member
Activity: 339
Merit: 250

In the case of the p2pool:

cgminer --scrypt -o next.afraid.org:8116 -u yourLKYaddress -p . --queue 0 -s 1

statistics available here: http://next.afraid.org:8116. This pool use a PPLNS payout scheme, and is stratum enabled.


The PPLNS windows is set to 1 hour, so you will get the expected payout after only a few blocks found. Anyway, the default configuration is around 24H. You have to mine days and night to reach the expected value, not fair at all...


This server is always as effective, no orphan, and the payout is there. If you are looking for a reliable pool, it is there.

As far as I'm concerned, this server:  next.afraid.org:8116 is fine. If you are looking for a pool, this is the right one.

Block explorer enabled on the second node:  pool.afraid.org:8116

Server fully reliable and well connected - no orphan.
member
Activity: 103
Merit: 10
By the looks of it, http://lky.allpoolz.com has it six 188 coin blocks so far.

nice, did you get any 588 blocks?   Wink

i got one
hero member
Activity: 714
Merit: 510
member
Activity: 90
Merit: 10

In the case of the p2pool:

cgminer --scrypt -o next.afraid.org:8116 -u yourLKYaddress -p . --queue 0 -s 1

statistics available here: http://next.afraid.org:8116. This pool use a PPLNS payout scheme, and is stratum enabled.


The PPLNS windows is set to 1 hour, so you will get the expected payout after only a few blocks found. Anyway, the default configuration is around 24H. You have to mine days and night to reach the expected value, not fair at all...


This server is always as effective, no orphan, and the payout is there. If you are looking for a reliable pool, it is there.

As far as I'm concerned, this server:  next.afraid.org:8116 is fine. If you are looking for a pool, this is the right one.
full member
Activity: 126
Merit: 100
GPUDude
Found our first few blocks! Need some more hash power though.

Feel free to point your miners at my pool, link in signature.
member
Activity: 81
Merit: 10
By the looks of it, http://lky.allpoolz.com has it six 188 coin blocks so far.
And how is this refflected in payouts?

The blocks contains 88 coins, this is the result of a buggy software...
member
Activity: 81
Merit: 10

In the case of the p2pool:

cgminer --scrypt -o next.afraid.org:8116 -u yourLKYaddress -p . --queue 0 -s 1

statistics available here: http://next.afraid.org:8116. This pool use a PPLNS payout scheme, and is stratum enabled.


The PPLNS windows is set to 1 hour, so you will get the expected payout after only a few blocks found. Anyway, the default configuration is around 24H. You have to mine days and night to reach the expected value, not fair at all...


This server is always as effective, no orphan, and the payout is there. If you are looking for a reliable pool, it is there.
member
Activity: 224
Merit: 10
Guys just wondering how serious this coin is?


Will it get on any exchange and can anyone estimate it's value for me.

The value is over 9000 already.

So i can swap my 100 lky for 900000 usd

Because I be willing to take much less than that.  

I would happily swap 100 for 2 ltc  Smiley
newbie
Activity: 23
Merit: 0
By the looks of it, http://lky.allpoolz.com has it six 188 coin blocks so far.
And how is this refflected in payouts?
hero member
Activity: 1426
Merit: 506
Guys just wondering how serious this coin is?


Will it get on any exchange and can anyone estimate it's value for me.

The value is over 9000 already.
9000 USD. Fact.
hero member
Activity: 518
Merit: 500
Guys just wondering how serious this coin is?


Will it get on any exchange and can anyone estimate it's value for me.

The value is over 9000 already.
sr. member
Activity: 412
Merit: 250
Bitcoin is the Future of currency
"difficulty" : 5.66652503,
"networkhashps" : 332517905

You people really need 2 new coins every day  Shocked
member
Activity: 224
Merit: 10
Guys just wondering how serious this coin is?


Will it get on any exchange and can anyone estimate it's value for me.
hero member
Activity: 1426
Merit: 506
I like how it has a chain explorer. Now it just needs a stats page. I only just started mining, but I'll donate 200 LKY to anyone who can make one.
Pages:
Jump to: