Hacker News new | ask | show | jobs
by oillio 4963 days ago
Bitcoin can scale to VISA level transactions[1]. The software is still BETA, the optimizations required for this scalability have not yet been implemented (they are being actively worked on). The primary one is support for pruning the block-chain. This will drastically reduce the current 3GB blockchain size.

You are right though, in it's basic form, Bitcoin will not work for micro-transactions where you want to transfer a few cents a few times a second. However, there are strategies [2] to support some forms of micro-payments.

[1] https://en.bitcoin.it/wiki/Scalability

[2] https://en.bitcoin.it/wiki/Contracts (see example 7)

1 comments

The pruning stuff looks great, at the moment the time it takes to download the blockchain (and the disk space requirements to a lesser degree) is creating a disincentive to run a full verifying node.

I suspect bitcoin blockchain transactions will never be very useful for micro payments, because of the confirmation delay.

If you use bitcoin as a clearing house though, which means you aren't broadcasting a blockchain transaction for every payment then micro transactions could work very well.