Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
February 10, 2012, 01:42:13 AM |
|
How many packets per second were involved in the attack? The attack was/is at least 20 Gbit/sec. It is my understanding that the FBI has taken over the investigation.
|
|
|
|
rjk
Sr. Member
Offline
Activity: 448
Merit: 250
1ngldh
|
|
February 10, 2012, 02:40:23 AM |
|
How many packets per second were involved in the attack? The attack was/is at least 20 Gbit/sec. It is my understanding that the FBI has taken over the investigation. Take that, goddamn botnet operators! Pissing off the wrong guy
|
|
|
|
check_status
Full Member
Offline
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
|
|
February 10, 2012, 03:54:10 AM |
|
How many packets per second were involved in the attack? The attack was/is at least 20 Gbit/sec. It is my understanding that the FBI has taken over the investigation. To put that into perspective, that's pretty effin big. According to the video above, the largest rumored DDoS throughput was 80 Gbit/s, while the researcher has seen 10 Gbits/s as a high. 20 Gbits/s is massive. I wonder if it's Koobface or TDL as the infector?
|
For Bitcoin to be a true global currency the value of BTC needs always to rise. If BTC became the global currency & money supply = 100 Trillion then ⊅1.00 BTC = $4,761,904.76. P2Pool Server List | How To's and Guides Mega List | 1 EndfedSryGUZK9sPrdvxHntYzv2EBexGA
|
|
|
Gavin Andresen
Legendary
Offline
Activity: 1652
Merit: 2301
Chief Scientist
|
|
February 10, 2012, 02:52:19 PM |
|
I hope they find and prosecute the bastards; DDoSing somebody because you disagree with them is never OK.
In fact, I think there is never a situation where DDoSing is OK, even if you're trying to accomplish something good (philosophical discussions about ends justifying the means should move to off-topic...)
|
How often do you get the chance to work on a potentially world-changing project?
|
|
|
paraipan
In memoriam
Legendary
Offline
Activity: 924
Merit: 1004
Firstbits: 1pirata
|
|
February 10, 2012, 11:38:19 PM |
|
miners froze here giving strange errors and i get that when pool dns is not working right, sure everything's fine there ?
|
BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
|
|
|
|
Schürferlein
Newbie
Offline
Activity: 9
Merit: 0
|
|
February 20, 2012, 09:41:56 AM |
|
When do I get paid?
You will enter the Payout Queue once you qualify for payout. This is when you have earned 400 TBC (0.67108864 BTC). You will enter the payout queue for Namecoins once you reach 42.95 NMC (2^32 / 1e8).
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
February 20, 2012, 02:09:17 PM |
|
You will enter the payout queue for Namecoins once you reach 42.95 NMC (2^32 / 1e8). This is actually obsolete info. Fixed (5.36870912 NMC).
|
|
|
|
kislam
Member
Offline
Activity: 74
Merit: 10
|
|
February 23, 2012, 12:53:17 AM |
|
anything wrong with payment system? i have crossed the threshold since yesterday, but no payment yet...
|
1PMHA7hyqqbcCbjMfwvKT4xEZ81EYasJze
|
|
|
|
kislam
Member
Offline
Activity: 74
Merit: 10
|
|
February 23, 2012, 07:03:38 AM |
|
thx. this is the first time i had to wait so long for a payment. good to know everything is running smoothly
|
1PMHA7hyqqbcCbjMfwvKT4xEZ81EYasJze
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
February 23, 2012, 07:57:50 PM Last edit: February 23, 2012, 09:02:17 PM by Luke-Jr |
|
For testing purposes only (ie, I don't guarantee this works yet), Eligius now supports getmemorypool-based mining. Currently, miners are not allowed to modify anything except nonce/ntime, but it does at least enable auditing what goes into the blocks you're working on in realtime (and possibly switching to another pool if anything looks awry). Since this is untested, and not supported by any miner (as far as I know), I have renamed the JSON-RPC method to "test_getmemorypool" for now; please get in touch with me on IRC if you want to work on a miner/proxy implementing this. Probably the best starting points for implementing a proxy are either the p2pool client (Python2/Twisted) or the BitPenny client (C++). See also for technical details: Alternative to getwork for miners/proxies
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
February 24, 2012, 07:26:02 PM Last edit: February 28, 2012, 03:02:48 PM by Luke-Jr |
|
I have written a short (57 line) one-user proof-of-concept getmemorypool proxy, and included it in Eloipool's serve_getmemorypool branch. By using this locally, you can add code to audit the blocks in any way you want. Due to Eligius currently requiring the "test_" prefix, you will need to add it to the gmp-proxy.py file (prepend "getmemorypool" and "submitblock"). Please contact me on IRC if you would like to help take this to the next level. To use (after the edits just mentioned), just run ./gmp-proxy.py http://youraddress:x@mining.eligius.st:8337 Then connect your miner to localhost on port 9332 Edit: Note that this uses Eloipool's JSONRPCServer class, which I optimized to handle heavy loads. Unfortunately, there is no way to do this in a Windows-compatible manner, so this gmp-proxy.py will not work on Windows yet. It might be possible to grab an old thread-based JSONRPCServer from earlier Eloipool versions, but I haven't tried it.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
February 28, 2012, 03:16:53 PM |
|
I am satisfied that getmemorypool is working, so it has been promoted to non-testing. Here are some simple setup instructions for Linux. Note that this does not support longpolling yet, so there may be high stales.
|
|
|
|
finway
|
|
February 29, 2012, 12:50:38 AM |
|
What do you mean by DECENTRALIZED?
Is this a lie ? Eligius can't be decnetralized,seriously.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
February 29, 2012, 12:56:18 AM |
|
What do you mean by DECENTRALIZED? The same way as p2pool: miners can make their own work.
|
|
|
|
|
rjk
Sr. Member
Offline
Activity: 448
Merit: 250
1ngldh
|
|
February 29, 2012, 01:40:36 AM |
|
Correct me if I am wrong, but what this means to the miners is that they now have a way to verify that the work they have done is being reflected in the blocks that the pool produces. This is a good improvement if implemented widely, but for now needs somewhat manual checking.
|
|
|
|
Luke-Jr (OP)
Legendary
Offline
Activity: 2576
Merit: 1186
|
|
February 29, 2012, 01:44:00 AM |
|
Correct me if I am wrong, but what this means to the miners is that they now have a way to verify that the work they have done is being reflected in the blocks that the pool produces. This is a good improvement if implemented widely, but for now needs somewhat manual checking. Pretty much. They can also append their own stuff to the coinbase if they like. gmp-proxy uses that to generate local work, so you can have pretty much unlimited local miners running off a single work.
|
|
|
|
BkkCoins
|
|
February 29, 2012, 02:02:44 AM |
|
This is interesting but I don't understand the low level details. Does this imply that mining this way with the proxy achieves the same independence as p2p or solo regarding 51% attacks and/or voting?
|
|
|
|
|