ChartBuddy
Legendary
Offline
Activity: 2646
Merit: 2364
1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ
|
 |
June 11, 2014, 02:01:02 AM |
|
|
|
|
|
shmadz
Legendary
Offline
Activity: 1512
Merit: 1000
@theshmadz
|
 |
June 11, 2014, 02:12:33 AM |
|
sweet! it worked!! thanks!!! (not really, I didn't claim it  ) but it just got me thinking that anyone who says "thanks" would be linking their avatar account with their public address. so just make a new address before you spend I guess is all I'm saying... I also advocate that random people just say thanks to obscure the bit-trail. 
|
|
|
|
rudrigorc2
Legendary
Offline
Activity: 1064
Merit: 1000
|
 |
June 11, 2014, 02:20:12 AM |
|
damn, 1 second late  pre-paid drinks are super cool idea now powered by bitcoin
|
|
|
|
shmadz
Legendary
Offline
Activity: 1512
Merit: 1000
@theshmadz
|
 |
June 11, 2014, 02:22:37 AM |
|
wow, adam's offering free beers and you could drop a pin in here (guessing everyone is now trying to figure out how to import private keys  ) so I'll take this time to post a chart those are *almost* completely arbitrary lines I drew a week ago, I think we could go sideways longer than most, I'm also not certain that this will break to the upside, but that's probably just me hoping for another chance at sub-500 coins... *(edit cuz I missed rudy's post)* damn, 1 second late  pre-paid drinks are super cool idea now powered by bitcoin did you try and it failed?
|
|
|
|
hyphymikey
|
 |
June 11, 2014, 02:23:39 AM |
|
sweet! it worked!! thanks!!! (not really, I didn't claim it  ) but it just got me thinking that anyone who says "thanks" would be linking their avatar account with their public address. so just make a new address before you spend I guess is all I'm saying... I also advocate that random people just say thanks to obscure the bit-trail.  Umm I got it... Thanks Adam!
|
|
|
|
Arghhh
|
 |
June 11, 2014, 02:35:12 AM |
|
My most conservative projection:  We're due for a margin cleaner IMO 
|
|
|
|
rudrigorc2
Legendary
Offline
Activity: 1064
Merit: 1000
|
 |
June 11, 2014, 02:36:00 AM |
|
did you try and it failed?
no Fundz - 0.00150771 already gone
|
|
|
|
shmadz
Legendary
Offline
Activity: 1512
Merit: 1000
@theshmadz
|
 |
June 11, 2014, 02:38:15 AM |
|
did you try and it failed?
no Fundz - 0.00150771 already gone is'nt that like 15 thousand bits on facebook?
|
|
|
|
JorgeStolfi
|
 |
June 11, 2014, 02:43:05 AM |
|
(You are not referring to the P != NP conjecture I suppose? It is just as uncertain, but it has absolutely no relevance to those two assumptions in the bitcoin protocol.)
I am. And it has. At least to 'what the protocol can handle in principle being thrown at it', not 'what the protocol is and does right now'. As long as there are problems that are hard to solve but easy to check, the protocol can be adapted to the threat that a particular problem turned out to be easy to solve after all. First, let me say that I was just reacting to that "pure incorruptible mathematics" bullshit by the reporter. I am not arguing that the lack of mathematical proof iis a flaw of bitcoin. My skepticism does not come from that "flaw" (or from any other strictly technical issue), but from political/social/practical problems, for which my probabilities are obviously different from those of most people in this thread. As for the P != NP conjecture, I do not need to tell you that it makes sense only if the problem instance size n is allowed to go to infinity, since the difference between polynomial and superpolynomial appears only in the limit, when n is "just about to get there". The two classes are indistinguishable if one assums that n is bounded, say n < 10^500. But the bitcoin mining problem and the signature forging problem have a fixed n, threfore only a finite number of instances; in that case, complexity theory says that both problems are trivial and can be solved in constant time (e.g. by a simple table lookup). Obviously this theoretical conclusion is irrelevant to the practical question. The sad fact is that theoretical computer science does not have any tools yet that can provide useful lower bounds for problems of fixed size. Even assuming P != NP, there is no way to prove that the current protocol, with specific key and hash sizes, is safe. It may even be the case that forging a bitcoin transaction signature is easier than checking it, or that finding the right nonce for a block is easier than computing SHA256 twice -- independently of whether P = NP or not. We simply do not know. If someday one were to find fast solutions for those puzzles, then complexity theory indeed says that there must exist safe replacements for them -- assuming P != NP, of course. But the theory cannot identify those replacements, not even tell how many bits one needs to use in keys and hashes to ensure that inverting those functions is hard enough. Conversely, even if P = NP, the current protocol may be safe, or there may exist safe alternatives for those two puzzles. (As you surely know, "polynomial" does not mean "computable in practice", and "superpolynomial" does not mean "impossible to compute in practice".) The difficulty of those two puzzles, for the currently chosen key and hash sizes, has been verified only experimentally, by tests that have ruled out some weaknesses that people have thought of checking. (For a trivial example, someone surely must have checked that the leading bits of the block hash are not linear functions of the nonce bits, not even approximately.) However, a thorough check would require testing all possible algorithms (or boolean circuits) up to some large size, for all possible inputs -- which is totally outside the realm of practicality. With no known shortcuts, exhaustive enumeration is pretty much the best way we now have to solve those puzzles. That is all one can say about the issue.
|
|
|
|
shmadz
Legendary
Offline
Activity: 1512
Merit: 1000
@theshmadz
|
 |
June 11, 2014, 02:50:07 AM |
|
(You are not referring to the P != NP conjecture I suppose? It is just as uncertain, but it has absolutely no relevance to those two assumptions in the bitcoin protocol.)
I am. And it has. At least to 'what the protocol can handle in principle being thrown at it', not 'what the protocol is and does right now'. As long as there are problems that are hard to solve but easy to check, the protocol can be adapted to the threat that a particular problem turned out to be easy to solve after all. First, let me say that I was just reacting to that "pure incorruptible mathematics" bullshit by the reporter. I am not arguing that the lack of mathematical proof iis a flaw of bitcoin. My skepticism does not come from that "flaw" (or from any other strictly technical issue), but from political/social/practical problems, for which my probabilities are obviously different from those of most people in this thread. As for the P != NP conjecture, I do not need to tell you that it makes sense only if the problem instance size n is allowed to go to infinity, since the difference between polynomial and superpolynomial appears only in the limit, when n is "just about to get there". The two classes are indistinguishable if one assums that n is bounded, say n < 10^500. But the bitcoin mining problem and the signature forging problem have a fixed n, threfore only a finite number of instances; in that case, complexity theory says that both problems are trivial and can be solved in constant time (e.g. by a simple table lookup). Obviously this theoretical conclusion is irrelevant to the practical question. The sad fact is that theoretical computer science does not have any tools yet that can provide useful lower bounds for problems of fixed size. Even assuming P != NP, there is no way to prove that the current protocol, with specific key and hash sizes, is safe. It may even be the case that forging a bitcoin transaction signature is easier than checking it, or that finding the right nonce for a block is easier than computing SHA256 twice -- independently of whether P = NP or not. We simply do not know. If someday one were to find fast solutions for those puzzles, then complexity theory indeed says that there must exist safe replacements for them -- assuming P != NP, of course. But the theory cannot identify those replacements, not even tell how many bits one needs to use in keys and hashes to ensure that inverting those functions is hard enough. Conversely, even if P = NP, the current protocol may be safe, or there may exist safe alternatives for those two puzzles. (As you surely know, "polynomial" does not mean "computable in practice", and "superpolynomial" does not mean "impossible to compute in practice".) The difficulty of those two puzzles, for the currently chosen key and hash sizes, has been verified only experimentally, by tests that have ruled out some weaknesses that people have thought of checking. (For a trivial example, someone surely must have checked that the leading bits of the block hash are not linear functions of the nonce bits, not even approximately.) However, a thorough check would require testing all possible algorithms (or boolean circuits) up to some large size, for all possible inputs -- which is totally outside the realm of practicality. With no known shortcuts, exhaustive enumeration is pretty much the best way we now have to solve those puzzles. That is all one can say about the issue. much better some guy once said "if you wanna be a good writer, write what you know." *I'm paraphrasing of course*
|
|
|
|
ChartBuddy
Legendary
Offline
Activity: 2646
Merit: 2364
1CBuddyxy4FerT3hzMmi1Jz48ESzRw1ZzZ
|
 |
June 11, 2014, 03:01:03 AM |
|
|
|
|
|
Richy_T
Legendary
Offline
Activity: 2870
Merit: 2614
1RichyTrEwPYjZSeAYxeiFBNnKC9UjC5k
|
 |
June 11, 2014, 03:05:25 AM |
|
(You are not referring to the P != NP conjecture I suppose? It is just as uncertain, but it has absolutely no relevance to those two assumptions in the bitcoin protocol.)
I am. And it has. At least to 'what the protocol can handle in principle being thrown at it', not 'what the protocol is and does right now'. As long as there are problems that are hard to solve but easy to check, the protocol can be adapted to the threat that a particular problem turned out to be easy to solve after all. First, let me say that I was just reacting to that "pure incorruptible mathematics" bullshit by the reporter. I am not arguing that the lack of mathematical proof iis a flaw of bitcoin. My skepticism does not come from that "flaw" (or from any other strictly technical issue), but from political/social/practical problems, for which my probabilities are obviously different from those of most people in this thread. As for the P != NP conjecture, I do not need to tell you that it makes sense only if the problem instance size n is allowed to go to infinity, since the difference between polynomial and superpolynomial appears only in the limit, when n is "just about to get there". The two classes are indistinguishable if one assums that n is bounded, say n < 10^500. But the bitcoin mining problem and the signature forging problem have a fixed n, threfore only a finite number of instances; in that case, complexity theory says that both problems are trivial and can be solved in constant time (e.g. by a simple table lookup). Obviously this theoretical conclusion is irrelevant to the practical question. The sad fact is that theoretical computer science does not have any tools yet that can provide useful lower bounds for problems of fixed size. Even assuming P != NP, there is no way to prove that the current protocol, with specific key and hash sizes, is safe. It may even be the case that forging a bitcoin transaction signature is easier than checking it, or that finding the right nonce for a block is easier than computing SHA256 twice -- independently of whether P = NP or not. We simply do not know. If someday one were to find fast solutions for those puzzles, then complexity theory indeed says that there must exist safe replacements for them -- assuming P != NP, of course. But the theory cannot identify those replacements, not even tell how many bits one needs to use in keys and hashes to ensure that inverting those functions is hard enough. Conversely, even if P = NP, the current protocol may be safe, or there may exist safe alternatives for those two puzzles. (As you surely know, "polynomial" does not mean "computable in practice", and "superpolynomial" does not mean "impossible to compute in practice".) The difficulty of those two puzzles, for the currently chosen key and hash sizes, has been verified only experimentally, by tests that have ruled out some weaknesses that people have thought of checking. (For a trivial example, someone surely must have checked that the leading bits of the block hash are not linear functions of the nonce bits, not even approximately.) However, a thorough check would require testing all possible algorithms (or boolean circuits) up to some large size, for all possible inputs -- which is totally outside the realm of practicality. With no known shortcuts, exhaustive enumeration is pretty much the best way we now have to solve those puzzles. That is all one can say about the issue. Not to forget, there's some speculation in the more tinfoil-hatty segments that the NSA may have supplied algorithms that are "pre-weakened". Seems unlikely but with everything that has been coming out lately, perhaps not to be dismissed out-of-hand so quickly.
|
|
|
|
hyphymikey
|
 |
June 11, 2014, 03:11:47 AM |
|
Whoever keeps scooping up the coins from this Beartard on Stamp is going to reap the rewards.
|
|
|
|
derpinheimer
Legendary
Offline
Activity: 896
Merit: 1000
|
 |
June 11, 2014, 03:13:47 AM |
|
Da fuq is up with stamp lately? Its crazy bearish while the other exchanges are fairly neutral.. I cant believe Huobi hasnt tanked yet.
|
|
|
|
Davyd05
|
 |
June 11, 2014, 03:14:20 AM |
|
the depth was so low.. think they had to make a nice red candle to scare some weaker hands
|
|
|
|
Gingermod
|
 |
June 11, 2014, 03:15:05 AM |
|
1W MACD bout to cross
|
|
|
|
Bitcopia
|
 |
June 11, 2014, 03:17:52 AM |
|
BTC-E is higher than stamp!
Yeah WTF is going on?!?
|
|
|
|
shmadz
Legendary
Offline
Activity: 1512
Merit: 1000
@theshmadz
|
 |
June 11, 2014, 03:18:23 AM |
|
1W MACD bout to cross
lower limit of the channel being challenged!  I have buy orders that should be getting filled as we speak! (*edit - nm, virtex still over 700 and just recently had a spike to 745, damn Canadians just can't keep it in their pants. *)
|
|
|
|
Bitcopia
|
 |
June 11, 2014, 03:18:47 AM |
|
BTC-E is higher than stamp!
Good time to buy if you're using stamp....
|
|
|
|
derpinheimer
Legendary
Offline
Activity: 896
Merit: 1000
|
 |
June 11, 2014, 03:21:09 AM |
|
BTC-E is higher than stamp!
Good time to buy if you're using stamp.... More like panic...
|
|
|
|
|