top | item 5174703

(no title)

tytyty | 13 years ago

I'm quite ecstatic about this. I invested in bitcoin early on when it was around $1-3 a coin. I try to buy goods with it at legitimate places like bitcoinstore when it's up, and buy more when it's down. I just, you know, actually believe it's a great alternative and want to see it succeed.

I do have concerns about it scaling to handle massive amounts of transactions, and what will happen with transaction fees and mining rigs as the mining reward is reduced, but it's step in the right direction for currencies.

discuss

order

betterunix|13 years ago

"I do have concerns about it scaling to handle massive amounts of transactions,"

Relevant:

https://dl.acm.org/citation.cfm?id=1754992

Of course, Bitcoin does not really have offline transactions, so this may not be all that relevant (though lacking offline transactions is a pretty serious limitation).

jerfelix|13 years ago

Correct me if I am wrong, but the prevailing thought when that article was written (1992) was that digital currency would resemble more of a transferred digital coin, with signatures representing each transaction. So if I had coin #12345, and I transferred it to you, I would digitally sign it to you giving your private key the spend capability.

With those architectures, a central authority would be required to prevent the double-spend. And with those architectures, the coins grow with each spend.

The difference with Bitcoin (which I think is totally misnamed) is that it's not a coin architecture, it's a ledger architecture. So no matter how many times the amount 1BTC is transferred, each transfer could be just the same length - the sender's address, the recipient's address, and an appropriate signature. Even 50 years from now and ten thousand transfers of that "coin" later, the "coin" doesn't get larger.

The ledger gets larger, but the coin does not (since really there's no such thing as a "bit COIN" - really what you have is a series of account numbers in the giant shared ledger.)

nazgulnarsil|13 years ago

A bitcoin is just a signature, a string that you use to demonstrate ability to transfer it. You can hand someone a physical copy of a bitcoin signature. Of course you won't be able to verify the transaction yourself, but trusted third parties are using things like scratch off holograms to access them.

javert|13 years ago

I would expect transactions to simply become expensive.

Then, people would go through trusted third parties (e.g. online wallets) for small transfers, and only use the blockchain for large transfers.

The small transfers would just be adding or subtracting "virtual" bitcoins between different users' accounts.

Clearly, such a system would optionally allow for fractional reserve banking.

I view bitcoin more as "digital gold" than "digital cash," for the above reasons.