Bitcoin Forum
May 10, 2024, 08:08:48 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Alternative protocols to Bitcoin  (Read 1606 times)
s (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
April 27, 2011, 01:43:29 PM
Last edit: May 02, 2011, 09:19:20 PM by s
 #1

[Some technical thoughts removed.]
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715328528
Hero Member
*
Offline Offline

Posts: 1715328528

View Profile Personal Message (Offline)

Ignore
1715328528
Reply with quote  #2

1715328528
Report to moderator
1715328528
Hero Member
*
Offline Offline

Posts: 1715328528

View Profile Personal Message (Offline)

Ignore
1715328528
Reply with quote  #2

1715328528
Report to moderator
1715328528
Hero Member
*
Offline Offline

Posts: 1715328528

View Profile Personal Message (Offline)

Ignore
1715328528
Reply with quote  #2

1715328528
Report to moderator
eMansipater
Sr. Member
****
Offline Offline

Activity: 294
Merit: 273



View Profile WWW
April 27, 2011, 02:16:10 PM
Last edit: April 27, 2011, 02:34:14 PM by eMansipater
 #2

You still need an authority to do the timestamping--it's true that having one trusted authority could replace the blockchain, and thus you could definitely have a state-issued bitcoin version that gained wide adoption and was comparatively cheap to run, provided the trust could be maintained the same way a state has to maintain trust in a physical currency.  The advantage of bitcoin is essentially just that no such trust is necessary given any significant degree of adoption.

But I don't see how transactions could remain private without a trusted repository.  It's true that a receiver would only have to publish their "proof of already spent" token in the event of seeing another spend of the same coins, but to transfer that right to the next owner they have to hand them the whole transaction history--keep in mind that since coins need to be split and combined this quickly means most users have most of the history.  And anyone in the history of a coin can force the publishing of the complete chain just by spending the coins to the general repository.  You also need some incentive for people to store this data, so I'm not sure how this would work economically.

If you found my post helpful, feel free to send a small tip to 1QGukeKbBQbXHtV6LgkQa977LJ3YHXXW8B
Visit the BitCoin Q&A Site to ask questions or share knowledge.
0.009 BTC too confusing?  Use mBTC instead!  Details at www.em-bit.org or visit the project thread to help make Bitcoin prices more human-friendly.
eMansipater
Sr. Member
****
Offline Offline

Activity: 294
Merit: 273



View Profile WWW
April 27, 2011, 05:36:09 PM
 #3

You can call it "orderstamping" if you'd like.

The only other thing you seem to be missing is the incredible efficiency of the bitcoin network.  In its current form the network can scale to the load of something like Visa, sends the first transaction across the globe in a split second, allows for "thin clients," and has plenty of room for optimisation and specialised over-protocols.  It's difficult for me to see how your system could be made particularly efficient without a high-performance trusted repository and order-stamper.  Otherwise the privacy becomes strictly equivalent to bitcoin (especially when you take into account bitcoin's ability for scripted transactions).

Bitcoin mining nodes have an incentive to be online all the time and to try and process transactions as fast as possible.  Any failure to do this creates a strong market incentive for someone new to set up shop.  To me the real genius of bitcoin is not just the idea but that the particular implementation, complete with asymptoting distribution curve, is economically ingenious in its incentive to participate.

Any network hoping to out-compete bitcoin will have to offer some truly innovative differences.  The only possibility I see on the horizon is a fiatcoin backed by a trusted government--and that's politically complicated.

If you found my post helpful, feel free to send a small tip to 1QGukeKbBQbXHtV6LgkQa977LJ3YHXXW8B
Visit the BitCoin Q&A Site to ask questions or share knowledge.
0.009 BTC too confusing?  Use mBTC instead!  Details at www.em-bit.org or visit the project thread to help make Bitcoin prices more human-friendly.
eMansipater
Sr. Member
****
Offline Offline

Activity: 294
Merit: 273



View Profile WWW
April 28, 2011, 01:07:54 PM
 #4

BitCoin can do this with a scripted transaction that keeps the receiving key encrypted until the money is re-spent.  Check out the end of the BitCoin Script page.  And that way you don't have to watch continuously to see if a conflicting transaction has been published.

If you found my post helpful, feel free to send a small tip to 1QGukeKbBQbXHtV6LgkQa977LJ3YHXXW8B
Visit the BitCoin Q&A Site to ask questions or share knowledge.
0.009 BTC too confusing?  Use mBTC instead!  Details at www.em-bit.org or visit the project thread to help make Bitcoin prices more human-friendly.
Mike Hearn
Legendary
*
Offline Offline

Activity: 1526
Merit: 1129


View Profile
April 28, 2011, 02:11:20 PM
 #5

There have been quite a few attempts at BitCoin style currencies over the years, most of them of course were not purely P2P and did not use proof of work based block chains.

One was Chaum style tokens. This used "blinding" to allow a central mint to prevent double spending without being able to track payments. It was in some sense the exact opposite of BitCoin - a central mint but nobody could see the transaction graph, whereas BitCoin has a public transaction graph with no central mint.

Another was Hal Finneys RPOW system. It's since largely fallen off the net and I don't know if Hal is still reading this forum in recent weeks. He was an early supporter of BitCoin. RPOW used proofs of work to create the coins and the central mint to track double spends ran inside a secure IBM processing unit that was able to perform remote attestation, ie, it could cryptographically prove what was running inside it.
jav
Sr. Member
****
Offline Offline

Activity: 249
Merit: 251


View Profile
April 28, 2011, 08:06:04 PM
 #6

Interesting ideas s, thx for sharing! A few comments below:

need a way to (1) generate scarce units of the currency and (2) prove that you held those units.  To generate (or "mine"), any problem that takes processing resources to find needles in haystacks suffices;

If I understand you correctly, you propose that in this system a coin would be represented by a rare mathematical artifact. This is an interesting idea, but - and you might be aware of that - it's not how Bitcoin works. The Bitcoins themselves are just numbers associated with a Bitcoin address. Only the blocks, that secure the block chain, have the rare mathematical property. This distinction is important, because it means that coins can easily be divided into smaller units. If a rare mathematical artifact itself would represent the coin, then you would most likely not be able to divide it and thus would need much more of them. Maybe not an insurmountable problem, but I think it makes the whole problem of the rate of money supply a little trickier.

Speaking of the rate of money supply, I'm not sure how you would keep that under control in your proposed system. You say the difficulty of the process doesn't need to be static, but how is a change in difficulty decided and how can you reliably know what the current accepted difficulty is?

there's nothing to verify in any of these steps other than "has someone else spit into the public domain something that is a superior claim to spend this coin than that of the person who is communicating with me now?"

I don't find this whole "spitting things into the public domain" quite that trivial. Let's say you build a p2p-broadcast kind of system that Bitcoin has. An attacker could bring up lots and lots of nodes (IP addresses aren't hard to come by) and you might end up connecting only to nodes controlled by the attacker. The attacker is then controlling your perception of the "public domain" and can - for example - filter out those incidents where he already spent a coin that he is planning on double-spending at your store. Or do you think more of a centralized system to be this "public domain"? That would simplify it, but I would also consider a centralized solution as a disadvantage.

Hive, a beautiful wallet with an app platform for Mac OS X, Android and Mobile Web. Translators wanted! iOS and OS X devs see BitcoinKit. Tweets @hivewallet. Donations appreciated at 1HLRg9C1GsfEVH555hgcjzDeas14jen2Cn.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!