Earlier quoted context omitted.
>It's about freeing that process from the gatekeepers who control it and extract rents from the labor of others. And do you think these gatekeepers are going to relinquish their power quietly? There are many ways that the entrenched powers can stall or even kill bitcoin. One declaration by China saw a loss of 50% of bitcoins value in a day or so. The claim that bitcoin is disruptive to the system is vastly overblown.…
You could say the same thing about copyright infringement. The governments, with all their guns, still lost that battle, despite very real and high profile lawsuits and crackdowns. When something is extremely easy and completely ubiquitous, it becomes very difficult for government to scale its enforcement. You could say the same thing of something offline, like marijuana in the US (although with that one I would argu…
Bitcoin solved a major technical problem, but not an economic one
71–80 of 80 posts
Re: Bitcoin solved a major technical problem, but not an economic one
#72Krugman has spent the past few months qualifying, trivializing and disclaiming his previous asinine and uninformed remarks about bitcoin. Does he have a single shred of dignity left? Insufferable. Moreover, Krugman is blissfully unaware of the hundreds of millions of people that don't have access to stable or reliable banking. How does opening the markets to untold millions, via peer-to-peer transactions, not solve a…
How dare a guy change his opinions when he gets to know the facts better. Travesty I tell you. We want that will think on Wednesday the same they thought on Monday, no matter what happens in the world on Tuesday. (Shamelessly stolen from colbert)
This is like a religious fanatic retreating from a god of the gaps corner, but never considering the possibility that he might be fundamentally wrong.
Of course I can show you irreducible complexity! Look, Eyes! No wait, that doesn't work, I mean blood clotting! No no no hang on, I mean flagella based molecular motors! Ok, look, that's wrong too, but I'm still right, just, look, let me get back to you on this, OK?
Alright, good, are you there? Forget irreducible complexity. That's just hokum, but this will just knock you out of the park, are you ready? Ok, here; Bananas are clear proof of intelligent design!
Hello? Where did you go? Why is nobody listening to me? Anybody? Bombardier Beetles!
Re: Bitcoin solved a major technical problem, but not an economic one
#73Earlier quoted context omitted.
A key foundation of a modern nation's power over its citizens is the ability to arbitrarily create and destroy the national currency, to legitimately demand that taxes be paid in that currency, and to thus be able to use it to purchase arbitrary goods and services. It seems quite likely that major national governments will band together to ban transfers between bitcoin and their national currencies once they realize…
To any given government, Bitcoin looks like just another foreign currency. In many foreign countries, you can get dollar denominated bank accounts. How is Bitcoin any different than this status quo?
The reserve bank of Bitcoin is completely immune to coercion, you can't freeze funds, you can't stop transactions, you can't do anything at all to the funds in one of those accounts without the consent of the account holder. If the account holder doesn't want you to, you can't even know who they are. Altogether, the entire system is the exact opposite of the global banking system, it is extremely poorly understood and almost entirely uncontrolled.
And that's just with the bank analogies, if you take it up a notch and compare fiat issuance to bitcoin issuance it gets even more frightening from their perspective. There's no nation they can apply diplomatic pressure to to change the fiscal policy of Bitcoin, that fiscal policy is linked to interests utterly alien to their own, even.
From their perspective it is indeed a dangerous thing, the only question to my mind is A) How long will it take them to figure this out and B) when they do figure it out, what kinds of actions will they take to try to destroy it.
Re: Bitcoin solved a major technical problem, but not an economic one
#74Earlier quoted context omitted.
>It's about freeing that process from the gatekeepers who control it and extract rents from the labor of others. And do you think these gatekeepers are going to relinquish their power quietly? There are many ways that the entrenched powers can stall or even kill bitcoin. One declaration by China saw a loss of 50% of bitcoins value in a day or so. The claim that bitcoin is disruptive to the system is vastly overblown.…
No, the gatekeepers and rent-seekers will not fade quietly away. Just as they fought tooth and nail against digital networks and strong cryptography, they will try to smother crypto-currencies in their crib. But decentralization, pseudo-anonymity, and free software are powerful forces, maybe even more powerful than men with guns.
In what universite did that happen?
Re: Bitcoin solved a major technical problem, but not an economic one
#75Earlier quoted context omitted.
These are reasonable points. I don't know enough about modern-day black markets to say how much Bitcoin facilitates them. If you're right that Bitcoin is a major factor, then yep, that could be an effective price floor (at least until a better rival comes along). It would be interesting to learn how much of Bitcoin purchasing is due to black market transactions. My intuition says it's mostly speculation, but I'd be h…
> The value of the transactions over this period are equivalent to "roughly $1.2 billion in revenue and $79.8 million in commissions" and involved 146,946 buyers and 3,877 vendors.[13] That was the value transacted on the Silk Road. Quite impressive numbers, given that it was a single site and much of that growth occurring in Bitcoin's less user-friendly days.
Re: Bitcoin solved a major technical problem, but not an economic one
#76Gold has base value derived from its industrial, ornamental uses. But its trading value is much larger. Similarly Bitcoin has a base value in the cost of mining 1 BTC. Right now it is around $800 or so. Because of the competition in mining, asic chips development, and More's law. The cost of mining 1 BTC is going up exponentially.
While I think it's true that BTC won't fall below the cost of mining 1 BTC, that's not really saying anything. If BTC falls below the cost of mining people will stop mining and the network will adjust to the reduced difficulty, making the cost of mining drop. A problem is that if too few people mine, the network becomes easy to compromise. That's a problem that bitcoin has, and other currencies (and things like gold…
Re: Bitcoin solved a major technical problem, but not an economic one
#77Bitcoin is far more than "just" a solution to the Byzantine Generals problem. Inside every Bitcoin transaction is a small program that contains no loops. If that program when executed returns true, the transaction is valid. The simplest, most boring kind of transaction--but the one that most people assume " is Bitcoin"--is a transfer from address P to address Q. Where things get more interesting is in using those lit…
> Inside every Bitcoin transaction is a small program that contains no loops. If that program when executed returns true, the transaction is valid. I've read elsewhere that the official client no longer processes any such scripts except for ones that are whitelisted. That reduces the current protocol to a single feature set, instead of the promise of future extension without requiring further agreement from miners. C…
Some specific kinds of scripts are marked as "standard", all the rest are "non-standard". Non-standard scripts are valid and all miners will validate blocks containing such scripts. But non-standard transactions (i.e. transactions, containing a non-standard script) will not be relayed by default by the bitcoind nodes. Every node and every miner may decide for themselves whether they relay/mine non-standard transactions or not. I'm not sure how many miners accept non-standard transactions, but there are some. You can also pay some miners directly to mine a specific transaction. Or you can mine your non-standard transaction yourself, if you can afford it. Non-standard transactions typically require higher miner fees and take longer to confirm (as not every miner will include them).
The point behind standardness is to contain damage if some complex scripts will turn out to allow DoS attacks, allow losing funds or something like that. In 2012 Bitcoin was extended with P2SH ("pay to script hash") type of transaction (which is also standard) that allows you to define the redemption script during redemption, not during payment. Payer sends coins to a "hash of script" instead of the script itself. Payee then needs to provide not only signatures to redeem the payment, but also the script matching this hash (however complex it is). This has several advantages:
1. Payer does not spend higher miner fees because of the complexity of the script.
2. Payer does not wait indefinitely long till the transaction confirms.
3. Payer may not know the contents of the redemption script until it's being used. In some protocols this could be a useful feature for privacy reasons.
So with P2SH a service may already use arbitrary non-standard scripts shifting the burden of mining non-standard transactions from its customers to itself. For the customer it will look exactly like sending money to a Bitcoin address, although that address will start with "3", not with "1" (which is reserved for the usual "pay to public key hash" script).
Re: Bitcoin solved a major technical problem, but not an economic one
#78The scenario with a large number of people wanting to cash out already assumes Bitcoin lost as a currency, so I'd say it could be a result, not the cause of Bitcoin's failure. Bitcoin succeeds or fails on whether you can buy useful stuff with it, buying other currencies is secondary.
Re: Bitcoin solved a major technical problem, but not an economic one
#79Earlier quoted context omitted.
I don't think it will be viewed as a currency (I agree with Krugman), but I do think it could viably be viewed as an asset backing a currency. Here's my idea: There's nothing stopping cryptocurrencies from eventually becoming centralized. Successful alternative cryptocurrencies will pop up and will be backed by governments or businesses, giving them real value. There will be a market between all cryptocurrencies and…
Successful alternative cryptocurrencies ... backed by governments or businesses It seems like this could have been done 15 years ago with Chaumian digital cash (which requires no mining and is more anonymous than Bitcoin) or even earlier with plain public-key crypto if you don't care about anonymity. Why hasn't it?
Re: Bitcoin solved a major technical problem, but not an economic one
#80Earlier quoted context omitted.
I don't think it will be viewed as a currency (I agree with Krugman), but I do think it could viably be viewed as an asset backing a currency. Here's my idea: There's nothing stopping cryptocurrencies from eventually becoming centralized. Successful alternative cryptocurrencies will pop up and will be backed by governments or businesses, giving them real value. There will be a market between all cryptocurrencies and…
It may be a mistake to assume that small alternative cryptocurrencies are automatically viable. 51% attacks may become a severe problem, especially for very small mining networks. We may eventually see enough 51% attacks on altcoins that most people revert to the few largest networks (Bitcoin, Litecoin, and maybe a couple more). Or maybe we won't, and each new altcoin inflates the system.