Pages:
Author

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

sr. member
Activity: 448
Merit: 250
another thanks owed to multipool?
sr. member
Activity: 325
Merit: 250
Maybe retarget in 4 hours actual time instead of block time?  I'd rather have the difficulty constantly readjust then what we have now.
sr. member
Activity: 325
Merit: 250
The flash miners have killed mining this coin.   Difficulty changes are taking days since it's taking forever to find blocks with so little network hash power.  Does this coin need a hard fork with different difficult adjustment code to stay alive?
sr. member
Activity: 325
Merit: 250
Why has the difficulty stayed so high?  The network has rate is pretty low.  Based on 1 minute blocks we should be near block 65,500 and are only on 54,204 as of this post.
sr. member
Activity: 325
Merit: 250
sr. member
Activity: 448
Merit: 250
just set up the luckycoin pool at https://lky.epools.org
everything as usual: 1.5% pool fee, PPLNS & stability
drop in, help to spread the hash rate!
sr. member
Activity: 259
Merit: 260
sr. member
Activity: 325
Merit: 250
Steadily above .00003 on cryptsy.  If no one noticed.  Smiley
hero member
Activity: 770
Merit: 605
What is it?   
Network alert - All users must upgrade to Litecoin 0.6.9.1

Its because the creator of the coin forgot to remove something from Litecoin coding it happened on FTC and they now removed it. It was something left over that should of been removed and it also needs to be removed from Lucky however theirs no sign of Lucky creator anywhere seems missing in action

Thanks for the hint. The Luckycoin client uses still the public key of the Litecoin network to check alert messages.
I will replace the public key in the next security update with a new one for the Luckycoin network

Titan

Replacing pubkey will change the genesis block, which will not work I think. It is easy to disable the message and I saw this is done by the alphacoin nicely.

The pubic key for the alert system is for checking alert messages only as far as I can see.
I have the modified client working and it now ignores the litecoin messages.
The modified client is able to send and receive coins.

Titan


Are you sure? Usually when you sync with block chain already there, it may be fine. Do a test from scratch, that is, erase everything in the config dir except the wallet file, then try to sync...and good luck

I tried three different machines with one downloading the block chain from scratch.
There were no problems. I can send coins between the old and the new client without problems.
The transactions confirm and are visible in the block chain.

In which situation do you think the client should break?


What did you change? The long string inside the ParseHex? If so, you need to change the same in main.h, and it is only when the genesis block executed you see the effect. Every time I change it, and start from scratch (clean everything in config dir), I need to re-adjust the genesis block (old one no longer works). If you use an existing chain and continue sync with it, it has no problem. But it uses the old params. Maybe I missed something there, maybe you changed different things, anyway just make sure from scratch it will work.  Smiley

The public key is in main.h:1589 in the method CheckSignature() of the class CAlert.
https://github.com/LuckyCoinFoundation/Luckycoin



It is also in the genesis block construction in main.cpp. Both should be changed at the same time.
sr. member
Activity: 259
Merit: 260
What is it?   
Network alert - All users must upgrade to Litecoin 0.6.9.1

Its because the creator of the coin forgot to remove something from Litecoin coding it happened on FTC and they now removed it. It was something left over that should of been removed and it also needs to be removed from Lucky however theirs no sign of Lucky creator anywhere seems missing in action

Thanks for the hint. The Luckycoin client uses still the public key of the Litecoin network to check alert messages.
I will replace the public key in the next security update with a new one for the Luckycoin network

Titan

Replacing pubkey will change the genesis block, which will not work I think. It is easy to disable the message and I saw this is done by the alphacoin nicely.

The pubic key for the alert system is for checking alert messages only as far as I can see.
I have the modified client working and it now ignores the litecoin messages.
The modified client is able to send and receive coins.

Titan


Are you sure? Usually when you sync with block chain already there, it may be fine. Do a test from scratch, that is, erase everything in the config dir except the wallet file, then try to sync...and good luck

I tried three different machines with one downloading the block chain from scratch.
There were no problems. I can send coins between the old and the new client without problems.
The transactions confirm and are visible in the block chain.

In which situation do you think the client should break?


What did you change? The long string inside the ParseHex? If so, you need to change the same in main.h, and it is only when the genesis block executed you see the effect. Every time I change it, and start from scratch (clean everything in config dir), I need to re-adjust the genesis block (old one no longer works). If you use an existing chain and continue sync with it, it has no problem. But it uses the old params. Maybe I missed something there, maybe you changed different things, anyway just make sure from scratch it will work.  Smiley

The public key is in main.h:1589 in the method CheckSignature() of the class CAlert.
https://github.com/LuckyCoinFoundation/Luckycoin

sr. member
Activity: 588
Merit: 250
What is it?   
Network alert - All users must upgrade to Litecoin 0.6.9.1

Its because the creator of the coin forgot to remove something from Litecoin coding it happened on FTC and they now removed it. It was something left over that should of been removed and it also needs to be removed from Lucky however theirs no sign of Lucky creator anywhere seems missing in action

Thanks for the hint. The Luckycoin client uses still the public key of the Litecoin network to check alert messages.
I will replace the public key in the next security update with a new one for the Luckycoin network

Titan

Replacing pubkey will change the genesis block, which will not work I think. It is easy to disable the message and I saw this is done by the alphacoin nicely.

The pubic key for the alert system is for checking alert messages only as far as I can see.
I have the modified client working and it now ignores the litecoin messages.
The modified client is able to send and receive coins.

Titan


Are you sure? Usually when you sync with block chain already there, it may be fine. Do a test from scratch, that is, erase everything in the config dir except the wallet file, then try to sync...and good luck

I tried three different machines with one downloading the block chain from scratch.
There were no problems. I can send coins between the old and the new client without problems.
The transactions confirm and are visible in the block chain.

In which situation do you think the client should break?


What did you change? The long string inside the ParseHex? If so, you need to change the same in main.h, and it is only when the genesis block executed you see the effect. Every time I change it, and start from scratch (clean everything in config dir), I need to re-adjust the genesis block (old one no longer works). If you use an existing chain and continue sync with it, it has no problem. But it uses the old params. Maybe I missed something there, maybe you changed different things, anyway just make sure from scratch it will work.  Smiley
sr. member
Activity: 259
Merit: 260
What is it?   
Network alert - All users must upgrade to Litecoin 0.6.9.1

Its because the creator of the coin forgot to remove something from Litecoin coding it happened on FTC and they now removed it. It was something left over that should of been removed and it also needs to be removed from Lucky however theirs no sign of Lucky creator anywhere seems missing in action

Thanks for the hint. The Luckycoin client uses still the public key of the Litecoin network to check alert messages.
I will replace the public key in the next security update with a new one for the Luckycoin network

Titan

Replacing pubkey will change the genesis block, which will not work I think. It is easy to disable the message and I saw this is done by the alphacoin nicely.

The pubic key for the alert system is for checking alert messages only as far as I can see.
I have the modified client working and it now ignores the litecoin messages.
The modified client is able to send and receive coins.

Titan


Are you sure? Usually when you sync with block chain already there, it may be fine. Do a test from scratch, that is, erase everything in the config dir except the wallet file, then try to sync...and good luck

I tried three different machines with one downloading the block chain from scratch.
There were no problems. I can send coins between the old and the new client without problems.
The transactions confirm and are visible in the block chain.

In which situation do you think the client should break?
sr. member
Activity: 588
Merit: 250
What is it?   
Network alert - All users must upgrade to Litecoin 0.6.9.1

Its because the creator of the coin forgot to remove something from Litecoin coding it happened on FTC and they now removed it. It was something left over that should of been removed and it also needs to be removed from Lucky however theirs no sign of Lucky creator anywhere seems missing in action

Thanks for the hint. The Luckycoin client uses still the public key of the Litecoin network to check alert messages.
I will replace the public key in the next security update with a new one for the Luckycoin network

Titan

Replacing pubkey will change the genesis block, which will not work I think. It is easy to disable the message and I saw this is done by the alphacoin nicely.

The pubic key for the alert system is for checking alert messages only as far as I can see.
I have the modified client working and it now ignores the litecoin messages.
The modified client is able to send and receive coins.

Titan


Are you sure? Usually when you sync with block chain already there, it may be fine. Do a test from scratch, that is, erase everything in the config dir except the wallet file, then try to sync...and good luck
sr. member
Activity: 259
Merit: 260
Is there a luckycoin info site online that includes current actual difficulty ?

Is my site wrong?

I don't see luckycoin on coinchoose.com.

Hmmm...I see it.

Sal, Luckycoin occasionally drops out of the list when the block explorer goes offline.
hero member
Activity: 490
Merit: 500
Is there a luckycoin info site online that includes current actual difficulty ?

Is my site wrong?

I don't see luckycoin on coinchoose.com.

Hmmm...I see it.
sr. member
Activity: 259
Merit: 260
Titan, glad to see this being worked on.  I've been a supporter from the start.

Great, thank you!

Titan
sr. member
Activity: 259
Merit: 260
What is it?   
Network alert - All users must upgrade to Litecoin 0.6.9.1

Its because the creator of the coin forgot to remove something from Litecoin coding it happened on FTC and they now removed it. It was something left over that should of been removed and it also needs to be removed from Lucky however theirs no sign of Lucky creator anywhere seems missing in action

Thanks for the hint. The Luckycoin client uses still the public key of the Litecoin network to check alert messages.
I will replace the public key in the next security update with a new one for the Luckycoin network

Titan

Replacing pubkey will change the genesis block, which will not work I think. It is easy to disable the message and I saw this is done by the alphacoin nicely.

The pubic key for the alert system is for checking alert messages only as far as I can see.
I have the modified client working and it now ignores the litecoin messages.
The modified client is able to send and receive coins.

Titan
sr. member
Activity: 325
Merit: 250
Is there a luckycoin info site online that includes current actual difficulty ?

Is my site wrong?

I don't see luckycoin on coinchoose.com.
sr. member
Activity: 325
Merit: 250
I use http://lky.p2pool.nl/stats/ to find retarget time.
hero member
Activity: 490
Merit: 500
Is there a luckycoin info site online that includes current actual difficulty ?

Is my site wrong?
Pages:
Jump to: