gwern comments on The Yudkowsky Ambition Scale - Less Wrong

38 Post author: loup-vaillant 12 September 2012 03:08PM

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

Comments (61)

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

Comment author: gwern 14 September 2012 01:35:41AM 1 point [-]

I've been musing about the same sort of proof-of-work algorithm, but I haven't come up with a good actual system yet - there's no obvious way to decentralizedly get a guaranteed-hard new useful problem.

Comment author: lsparrish 15 September 2012 12:34:05AM 0 points [-]

Interesting! I was actually inspired by some of your IRC comments.

I am thinking the problems would be produced by peers and assigned to one another using a provably random assignment scheme. When assigned a problem, each peer has the option to ignore or attempt to solve. If they choose ignore they are assigned another one. Each time this happens to a problem is treated by the network as evidence that the problem is a hard one. If someone solves a scored-as-hard problem, they get a better chance of winning the block. (This would be accomplished by appending the solution as a nonce in a bitcoin-like arrangement and setting the minimum difficulty based on the hardness ranking.)

Comment author: gwern 15 September 2012 12:56:22AM 1 point [-]

Hm. It never occurred to me that provable randomness might be useful... As stated, I don't think your scheme works because of Sybil attacks:

  1. I come up with some easy NP problem or one already solved offline
  2. I pass it around my 10,000 fake IRC nodes who all sign it,
  3. and present the solved solution to the network
  4. $$$