Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
July 26, 2012, 11:38:30 AM |
|
I've added checkpoint to my litecoind on http://ltcmine.ru too.
|
|
|
|
Tittiez
|
|
July 26, 2012, 12:33:57 PM |
|
Although my pool isn't yet public the node is updated, thanks coblee! Also bump.
|
|
|
|
Bitcoin Oz
|
|
July 26, 2012, 12:46:04 PM |
|
Bump. Updated
|
|
|
|
coinotron
Legendary
Offline
Activity: 1182
Merit: 1000
|
|
July 26, 2012, 01:50:46 PM |
|
Coinotron - updated
|
|
|
|
someguy123
|
|
July 26, 2012, 02:08:35 PM |
|
Liteco.in's server - Updated. Thanks coblee.
|
|
|
|
pekv2
|
|
July 26, 2012, 04:02:10 PM |
|
Windows binaries coming in a few more hours.
Thanks. Have you even slept yet? I know, I doubt it. After this, get some sleep!
|
|
|
|
LoWang
|
|
July 26, 2012, 04:29:24 PM |
|
Hello, got a problem with it: An error occured while setting up the RPC port 9332 for listening: open: (and now it is in my native language so I will try to translate...) the address used is incompatible with the required protocol. WTH? It worked before and I did not change anything. Just launched the new Litecoin-qt version...
|
|
|
|
coinft
|
|
July 26, 2012, 05:34:57 PM |
|
I added a new checkpoint to repel the potential 51% attack. It is important for all pools and exchanges to use this new code. For now, please grab the source and compile yourself. I will work on the binary release soon.
If I may ask, how will this work? Does the client prevent a rollback beyond the checkpoint? If so, how will this work against the attack being moved to a later time? I realize this will incur additional cost on the attacker, but the next time the attacker may just not warn us, and what then? (Given there is a real attack even, which I think unlikely but not impossible.) I am thinking of how this checkpointing could be automated, but everything we do in this regard has the potential to fork the chain, having parts of the network stick to their version even though the majority is against it. Not good either. -coinft.
|
|
|
|
burnside
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
July 26, 2012, 06:01:40 PM |
|
burnside's Litecoin Pool (ltc.kattare.com) has updated.
Didn't want to compile on lucid, had to update my libminiupnpc-dev manually.
|
|
|
|
coblee (OP)
Donator
Legendary
Offline
Activity: 1654
Merit: 1351
Creator of Litecoin. Cryptocurrency enthusiast.
|
|
July 26, 2012, 06:06:16 PM |
|
|
|
|
|
burnside
Legendary
Offline
Activity: 1106
Merit: 1006
Lead Blockchain Developer
|
|
July 26, 2012, 06:32:51 PM |
|
Dunno if this'll help any pools out or not, but I ran into an issue with the getblocknumber call disappearing. Just use getblockcount instead.
|
|
|
|
crosby
|
|
July 26, 2012, 06:34:40 PM |
|
|
Get your BTC and LTC at www.betcoinpartners.com/c/2/374 with FREEROLLS + Daily & Weekly Bonuses + Satellites + ON DEMAND tournaments + Instant Deposit + Instant Withdrawals + RING games + GTD Tournament + On Demand Satellite, + LIVE DEALER CASINO + SPORTSBOOK + 100% WELCOME BONUS www.betcoinpartners.com/c/2/374 150 btc ($100,000) gtd monthly, 75 btc ($50,000) gtd weekly and 10 BIG daily gtd ranging 0.5 btc to up to 20 btc
|
|
|
VelvetLeaf
Member
Offline
Activity: 98
Merit: 10
|
|
July 26, 2012, 06:38:06 PM |
|
Coblee, you may want to put the link to latest binaries version in your signature so more people know
|
BTC : 1GN81dxzxyFPQsyAtdocXr5S9Mcg4wcfFG LTC : LgmYvXsYXc4xdjsMKXJWqtagxVvioK6iaw FC : 6dpSnKMtttUUYzaRu1EB7Lu18PBRVHU3V7
|
|
|
ThiagoCMC
Legendary
Offline
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
|
|
July 26, 2012, 07:01:43 PM |
|
Updated!
|
|
|
|
DiCE1904
Legendary
Offline
Activity: 1118
Merit: 1002
|
|
July 26, 2012, 11:43:34 PM |
|
thanks for the update!
|
|
|
|
foo
|
|
July 27, 2012, 04:17:36 AM |
|
Coblee, I wish you would sign releases with PGP/GnuPG, like the Bitcoin team does. It would give more assurance that these binaries are really authentic.
|
I know this because Tyler knows this.
|
|
|
coblee (OP)
Donator
Legendary
Offline
Activity: 1654
Merit: 1351
Creator of Litecoin. Cryptocurrency enthusiast.
|
|
July 27, 2012, 06:03:50 AM |
|
Coblee, I wish you would sign releases with PGP/GnuPG, like the Bitcoin team does. It would give more assurance that these binaries are really authentic.
Sure I will do that.
|
|
|
|
kano
Legendary
Offline
Activity: 4620
Merit: 1851
Linux since 1997 RedHat 4
|
|
July 27, 2012, 06:25:43 AM |
|
Since the change is simply to just add a single extra checkpoint to the code (a single line of code) ... Why not write some code to allow for a checkpoint to be specified in the config file? That way you can just post a checkpoint and ask everyone to use it (and it's easy to verify if it is valid) Thus IF someone was actually going to attempt a 51% it's quicker to get people to add in a new checkpoint.
|
|
|
|
pieppiep
|
|
July 27, 2012, 07:03:01 AM |
|
That would only work if the attacker first announces his attack.
|
|
|
|
coblee (OP)
Donator
Legendary
Offline
Activity: 1654
Merit: 1351
Creator of Litecoin. Cryptocurrency enthusiast.
|
|
July 27, 2012, 07:09:44 AM |
|
Since the change is simply to just add a single extra checkpoint to the code (a single line of code) ... Why not write some code to allow for a checkpoint to be specified in the config file? That way you can just post a checkpoint and ask everyone to use it (and it's easy to verify if it is valid) Thus IF someone was actually going to attempt a 51% it's quicker to get people to add in a new checkpoint.
That was one of the ideas that I came up with previously. Upside is that it's quicker to release new checkpoints. Downside is that it could cause many different forks if people all have different checkpoints configured. At least with the current way, I know that if you are running 0.6.3c, you will be on the same chain as me. In the end, I decided to not go through with this idea right now. The solution to a 51% attack is not checkpoints. It's more hashing power. It seems like the threat of an attack has actually galvanized our little community into working together to defend this attack. People have jumped to solo mining in case there was going to be a DDoS of pools. And we saw a lot of miners willing to jump in and help out. Our current network hashrate is at 315 mhash/s. That may be an all time high! So in the end, that's doing a lot more to defend this attack than the checkpoint I added.
|
|
|
|
|