Earlier quoted context omitted.
Vitalik got indirectly pwned by the infamous DAO smart contract hack, but had the social clout to pause/rollback the supposedly decentralised/immutable Blockchain. Maybe not the best example of cryptographic security.
Vitalik didn't rollback the chain. The entire community agreed that it was the correct thing to do and did it. Thats how consensus mechanisims work. This was easier then because the community was tiny. It would be impossible now. The proof of this is that some people didn't agree with undoing that transaction. They stayed on the old chain, which is now worthless. This is such a boring and widely known story now, but…
Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
191–200 of 428 posts
Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#192Earlier quoted context omitted.
Target stores were early adopters of every-shopper profiling. Target has cameras on the purchase area, and have been known to refuse cash.
I've heard about Target's tracking from reputable sources, but never of them refusing to take cash, do you have a reputable source for that?
Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#193Earlier quoted context omitted.
Aren't you effectively trusting that service not to front run you?
Yes, the only other way is to mine it yourself. They are a public company that run their own miners if it makes you feel any better.
- Send some money to an address, which would temporarily stop accepting money from anywhere else. The fee gives the sender the exclusive right to solve the puzzle for, say, 15 blocks.
- After that transaction is validated, a second transaction (which now cannot be forged by bots) can be sent through.
I am pretty sure you could do something like this on Ethereum but I don't know if the BTC protocol would allow this. I also know very little about the guts of the respective VMs in general.
Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#194 TX input:
Code:
1FuckUmT5yBAvozf6gT8GRQVbJ7iBDUnrH
TX outputs:
Code:
1Jvv4yWkE9MhbuwGU66666666669sugEF 0.00000001
1YouAreSoDumbLoL666666666667K5aR4 0.00000002
1WhatWereUThinking6666666662wkqq1 0.00000003
1YouDeserveNothing6666666665sbbBC 0.00000004
1YouEpicFaiLure66666666666688GSDA 0.00000005
1BitchAssLoser66666666666669dBUVg 0.00000006
1AndEveryoneELse666666666669Vnc8C 0.00000007
1ThisisALosingGame6666666667HAZdf 0.00000008
1JustGetAReaLJob666666666665vGKVD 0.00000009
1YoureWastingTimeAndMoney664CVExC 0.00000010
1AndCausingCLimateChange6666HK8Qc 0.00000011
13zb1hQbWVsc2S7ZTZnP2G4undNNpdh5so 0.00000012
1Jvv4yWkE9MhbuwGUoqFYzDjRVQHaLWuJd 0.00000013
1FK5PjPNARQmg94n2cNHTo9417kWfXUDBQ 0.00002125Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#195Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#196Earlier quoted context omitted.
Well this isn't a normal key. It's a key with extremely reduced entropy for the sake of the puzzle. Most of the private key is already known and is in fact all zero. So this would not be possible with a normal Bitcoin transaction with regular entropy.
How is most of the let known of it's a puzzle? Why would people make their progress public?
mrb describes it better: https://news.ycombinator.com/item?id=41547443
Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#197Earlier quoted context omitted.
But how could he have avoided this attack? I'm only familiar with Bitcoin's blockchain on a begginner level. But I assume the only way would be to avoid revealing the answer key (public) when sending the transaction to get the reward?
There is actually no way to avoid this, aside from setting the Fee nearly to the reward. It's essentially MitM all the way down. even the private mempool can attempt a double-spend with a larger fee, get one transaction ahead, then try to maintain an edge long enough to be the "longest branch" for consensus - the 51% attack only needs 33% in reality, much less when your the private mempool that can take advantage of…
Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#198Earlier quoted context omitted.
PoW crypto is an exercise in finding new ways to spin boiling the oceans as actually being productive.
Electricity net controllers here are pretty happy when I boil some ocean on a sunny day. In fact at times they give me money for it. And then I can donate sats to indie content creators using podcasting 2.0 features. But I think you are one of those people that threw out that baby with the bath water long ago.
Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#199Earlier quoted context omitted.
Am I correct in assuming that beyond a certain point, this is basically an existence proof for somebody having a quantum-supreme solution to Shor's Algorithm? "Here's $400,000 sitting on the table, hope nobody takes it" which triggers an alarm telling us to replace all our old prequantum cryptography.
Or someone "just" finding a fault in the cryptographic algorithms used in Bitcoin. Or whoever created the puzzles leaking their information.
Re: Bitcoin puzzle #66 was solved: 6.6 BTC (~$400k) withdrawn
#200Earlier quoted context omitted.
There is one rho algorithm for discrete logarithms and one for factoring. Published three years apart.
Neither of which helps with elliptic curve cryptography.