4
Today, one of the problems with cryptocurrencies like Bitcoin is that it takes quite some time for a transfer to go through and enough confirmations to take place. This really isn't a problem when it comes to inherently slow buying procedures, such as for example ordering something online and receiving it a couple of days later by mail. However, other types of purchases requires a much faster process (for example if you're buying a digital good and want it immediately or if you're buying a physical good and want to leave the store with it right away), and as it is now, cryptocurrencies don't seem suitable for these as it simply takes to long time to confirm the payment and defend against double-spending.
Is this a problem that is inherent with the Blockchain technology, or could purchases go through much, much faster (at least so that they can compete with credit card transfers) given enough resources or faster computers in the future?
1
The last paragraph is a common misconception - "more confirmations" doesn't inherently mean "more irreversibility". One Dogecoin confirmation represents only one-tenth the work (and hence one-tenth the irreversibility) of a Bitcoin confirmation, relative to the total hashing power of their respective networks. Getting more security in less time is not as simple as choosing a shorter target block time. See also this discussion, and this one.
– Nate Eldredge – 2015-08-01T19:15:35.4371@NateEldredge But there is a pretty big difference between the irreversibility of a transaction with 0 confirmations, and a transaction with 1 confirmation. – Nick ODell – 2015-08-01T19:20:51.110
1@NickODell: True, sort of. But in the limit, as the target block time becomes small, tending to zero, this difference approaches zero as well. – Nate Eldredge – 2015-08-01T19:24:27.627
@NateEldredge Theoretically, yes, but miners have different rules for whether to include transactions into their blocks, and it ends up being difficult to predict what percentage of miners will try to include it. – Nick ODell – 2015-08-01T22:27:03.360