Earlier quoted context omitted.
If you use a money with an issuance scheme that doesn't derive from pure costs (useless things like hashing), the underlying incentives of that money will seed its own destruction. What happens if you have a coin based on "useful work" and you "solve" the problem you were hoping to solve. Now a lot of "miners" leave the network, presumably because they were only there to help solve that particular problem. Now you ha…
Considering the number of supercomputers that have been constructed since the days of ENIAC, I don't think we'll be running out of scientific computing problems any time soon. And if we somehow do manage to run out of computing problems, then I guess we've already succeeded.
Gridcoin: An open-source cryptocurrency that rewards volunteer computing
21–30 of 146 posts
Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#22Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#23How is it verified? I thought the problem with doing useful work instead of normal PoW was that producing and verifying are equally hard, while Bitcoin's PoW scheme is hard to produce but easy to verify (so other miners can easily see that you've actually found the hash without doing any computations themselves).
Even if you have people doubling or tripling up the work on something useful, the end result is infinitely more useful than bruteforced hashes.
Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#24If you use a money with an issuance scheme that doesn't derive from pure costs (useless things like hashing), the underlying incentives of that money will seed its own destruction. What happens if you have a coin based on "useful work" and you "solve" the problem you were hoping to solve. Now a lot of "miners" leave the network, presumably because they were only there to help solve that particular problem. Now you ha…
There's plenty of usefull work that we won't run out of. SAT solving is the prime candidate, because we have A LOT of NP hard problems in our day to day lives. Weather simulations are another one, drug research is another one. For the latter I'd argue that if we're at a point where we've erredicated all disease, we've also transcended as a society to a point where money has become obsolete.
Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#25Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#26If it's a novel scientific problem it won't be all of these. An interesting exception is prime numbers. Primecoin [1] has a useful proof-of-work: it finds Cunningham chains of primes.
If you don't like the energy consumed by a proof of work, you should probably use something else like proof of stake. Any clever idea to try and steer the computational power to SETI@home or protein folding won't have the critical qualities of most cryptocoins.
Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#27Earlier quoted context omitted.
Considering the number of supercomputers that have been constructed since the days of ENIAC, I don't think we'll be running out of scientific computing problems any time soon. And if we somehow do manage to run out of computing problems, then I guess we've already succeeded.
But can you change the task underlying your cryptocurrency without breaking the network?
With Gridcoin you can participate in a number of eligible BOINC projects [1] and get rewards for computing on any of them. The network can add or remove projects.
Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#28If you use a money with an issuance scheme that doesn't derive from pure costs (useless things like hashing), the underlying incentives of that money will seed its own destruction. What happens if you have a coin based on "useful work" and you "solve" the problem you were hoping to solve. Now a lot of "miners" leave the network, presumably because they were only there to help solve that particular problem. Now you ha…
There's plenty of usefull work that we won't run out of. SAT solving is the prime candidate, because we have A LOT of NP hard problems in our day to day lives. Weather simulations are another one, drug research is another one. For the latter I'd argue that if we're at a point where we've erredicated all disease, we've also transcended as a society to a point where money has become obsolete.
If there is no opportunity cost for mining, there is no penalty for mining an invalid chain therefore no security.
Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#29This may be misunderstanding the function of PoW. Bitcoin PoW provides three things: selection, security, and incentive. The compute resource burn is an externality, although, it also ends up providing an important function, economic distribution. For PoW to work,it has to be hard to produce, easy to verify, and most importantly, attest to one and only one state of the blockchain. The last part is where this fails as…
Re: Gridcoin: An open-source cryptocurrency that rewards volunteer computing
#30This may be misunderstanding the function of PoW. Bitcoin PoW provides three things: selection, security, and incentive. The compute resource burn is an externality, although, it also ends up providing an important function, economic distribution. For PoW to work,it has to be hard to produce, easy to verify, and most importantly, attest to one and only one state of the blockchain. The last part is where this fails as…