Someone 'Accidentally' Locked Away $300M Worth of Other People's Ethereum Funds (vice.com)
On Tuesday, a single user "permanently" locked down dozens of digital wallets containing nearly $300 million dollars worth of ether, the unit of exchange on the Ethereum platform, allegedly by accident. From a report: Now, some in the Ethereum community are considering the possibility of a risky network split, known as a "hard fork," to fix it. The affected wallets -- known as "multisignature" wallets because they require multiple people to sign off before funds are moved, making them popular with companies -- were all created with Parity, a popular program for digital wallets. Parity multisignature wallets experienced a bug in July that allowed a hacker to steal $32 million in funds before the Ethereum community scrambled to band together to hack back and secure the rest of the vulnerable ether.
1) It is extremely volatile
2) Few businesses accept cryptocurrencies
3) They are easy to steal
4) They are not backed by real world goods, so the value can easily go to zero
5) There is no anonymity because all transactions are public
Anyone who cares about their privacy and security should avoid cryptocurrencies like the plague.
So far the early adopters seem to be trying to make a fast buck on the ever increasing value of the system - which grows because new people enter it. Is this real growth or a ponzi scheme?
Wow - imagine if the banks could have an Undo button. Reset. Start over.
National Debt could be erased, all those bad loans. Bankruptcy? What Bankruptcy?!
I can't imagine losing $32 million in some money "system" --- could you imagine placing your paycheck into this "bank" to pay for all your stuff, and then the landlord says "last month's check never came through" only to find everything gone! $32, $320, $3200... or $32 million. Who cares how much evaporated - it's gone. Speculative investments at their best.
It's an experiment that people are willing to invest $100's millions into? Feels more ponzi to me.
3. why does slashdot still require me to type br / to make a new line?
There's a setting for that
-- Sometimes you have to turn the lights off in order to see.
So now we had a wipeout from a bug fix for the last wipeout. This will, of course, be the last one... until the next one. Recovery from the prior debacle involved white-hat hackers taking it upon themselves to steal currency from vulnerable wallets (and eventually returning it) before black-hat hackers could. And this time around, apparently the only fix is basically to start an entirely new ecosystem and hope like hell everyone migrates.
Contrast this miserable chaos to the sweet lilting tones from the founders:
Ethereum is a decentralized platform that runs smart contracts: applications that run exactly as programmed without any possibility of downtime, censorship, fraud or third party interference .
Caveat emptor indeed.
Smart contracts are actually a programming language. What is put into the block chain is actually code. For a transaction to be valid you run the program and check the output. Bitcoin is very restrictive about what programs are allowed to run. Etherium is less restrictive. The code for Etherium should have said to spend this coin a transaction requires some number of signatures from this list. It appears that devops199 was able to change that list to a list of only one signer. He then killed that signer. The transactions to do both those things are now buried in the block chain. To take them out a fork has to be made before devops199's transactions.
Still trying to figure out if the bug was in the smart contract or in the "mining" code that allowed devops199's transactions into the block chain.