Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: a1batross on February 25, 2014, 02:33:31 PM



Title: BOINC, cryptocurrencies
Post by: a1batross on February 25, 2014, 02:33:31 PM
Why not use BOINC as reward system?

Reward mechanism -- BOINC-based;
Transaction verification mechanism -- PoS, for example. (because it doesn't made a lot of calculations)

For verifying rewards I suggest hardcode BOINC projects (for example, WCG, Einstein@Home, Rosetta@Home) using an API.
It like this:
Miner's computer: -- Hi all in the *coin network! I'm a $USER. My boinc-client was sent work and I got N points.
Other computers: -- Yes, API of Project@Home said that you really sent work and you will get M coins. (or "Nothing" if Miner's computer is cheating).

When all coins is mined BOINC-based mechanism will be disabled and *Coin will be 100% PoS.

What you're think?


Title: Re: BOINC, cryptocurrencies
Post by: Mivexil on February 25, 2014, 04:10:52 PM
Ripple did something like that (though centrally verified), and there's also GridCoin or whatever it was called which works pretty much this way.

Would it work for Bitcoin? Maybe.


Title: Re: BOINC, cryptocurrencies
Post by: a1batross on February 25, 2014, 04:24:52 PM
Ripple, yeah. But RippleLabs pays only 1.250.000 XRP every day. In my suggestion, network pays the miner depending on his credit (or points). But this will mine all coins too fast.


Title: Re: BOINC, cryptocurrencies
Post by: heretolearn on February 25, 2014, 08:48:37 PM
Yes Gridcoin does this. You should check it out.


Title: Re: BOINC, cryptocurrencies
Post by: dddbtc on February 25, 2014, 08:54:28 PM
I am researching a productive proof of work system that uses sha256d.

Imagine being able to do productive hashing at ASIC speeds


Title: Re: BOINC, cryptocurrencies
Post by: heretolearn on February 25, 2014, 11:31:53 PM
I am researching a productive proof of work system that uses sha256d.

Imagine being able to do productive hashing at ASIC speeds

Sounds interesting, I'm curious as to how that would be helpful. I mean surely there are better solutions to compute than hashes, isn't it ?


Title: Re: BOINC, cryptocurrencies
Post by: minerva on February 25, 2014, 11:34:47 PM
I am researching a productive proof of work system that uses sha256d.

Imagine being able to do productive hashing at ASIC speeds

Sounds interesting, I'm curious as to how that would be helpful. I mean surely there are better solutions to compute than hashes, isn't it ?
primecoin


Title: Re: BOINC, cryptocurrencies
Post by: dddbtc on February 26, 2014, 06:46:00 PM
I am researching a productive proof of work system that uses sha256d.

Imagine being able to do productive hashing at ASIC speeds

Sounds interesting, I'm curious as to how that would be helpful. I mean surely there are better solutions to compute than hashes, isn't it ?

It actually has nothing to do with the hashing algorithm itself, the productive proof of work system we're working on should be able to use the SHA256D hash for its calculations.  Because its productive, we want many large ASICs generating many solutions as fast as possible.


Title: Re: BOINC, cryptocurrencies
Post by: luv2drnkbr on February 26, 2014, 07:18:14 PM
ya ive been waiting for people to merge boinc projects into coins.  so far all we have is primecoin.  where is folding proteins coin and AIDS coin and seti at home coin and weather patterns coin....


Title: Re: BOINC, cryptocurrencies
Post by: Sukrim on February 27, 2014, 01:03:58 AM
It's hard to generate workunits for that kind of stuff on the fly, they need to come from a central repository (and these are not infinite/large enough).


Title: Re: BOINC, cryptocurrencies
Post by: a1batross on February 27, 2014, 11:51:40 AM
I think, it's possible support multiple projects.

And what is a problem in generating work on fly? If someone couldn't get work, he can get it later.