You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Mark_Friedenbach comments on Ethereum creator Vitalik Buterin mentions LessWrong, discusses the various camps and ideologies in Cryptocurrency development - Less Wrong Discussion

6 Post author: Ander 31 December 2014 10:23PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (27)

You are viewing a single comment's thread. Show more comments above.

Comment author: [deleted] 01 January 2015 12:32:08PM 1 point [-]

This is simply wrong. When presented with a valid history and a simulation how do you tell them apart?

Comment author: jaekwon 02 January 2015 01:45:47AM *  0 points [-]

If say the guaranteed protection against forks for the short term is up to a year, that means clients need to sync with the network at least every year. If you're always syncing, you won't be fooled by sham blockchains because it doesn't follow from your last trusted blockchain tip. If it does follow from your last trusted blockchain tip and you were syncing at least every year, then it's a short-range fork, and the consequences will be severe for the attacker -- it's unlikely to happen.

Even without syncing often, the client can get the blockchain hash from external trusted sources (or many trusted sources from existing validators), and sync thereon. Both of these solutions can be utilized to create a practical and secure solution.

Comment author: [deleted] 02 January 2015 05:06:57AM 1 point [-]

You are outsourcing the trust problem, not solving it.

Comment author: jaekwon 03 January 2015 01:13:37AM 0 points [-]

It's solved for everyone who is always periodically syncing.

Also, if you're comfortable with Bitcoin's security model, then for Tendermint you only need to get a trusted block hash (after a long period of being offline) if and only if you detect a fork in the block-chain. Most of the time there won't be.