Earlier quoted context omitted.
If distributed computing had a fraction of time on the millions of GPUs mining cryptocurrencies, I can't imagine how close we'd be to curing disease and finding ET.
Time for a cryptocurrency for F@H?
GPUs Mine Astronomical Datasets for Golden Insight Nuggets
11–20 of 34 posts
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#12This makes me curious – remember back in the oughts where SETI@Home and Folding@Home were popular? Were those adapted for GPUs and saw a huge acceleration in calculations?
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#13This makes me curious – remember back in the oughts where SETI@Home and Folding@Home were popular? Were those adapted for GPUs and saw a huge acceleration in calculations?
If distributed computing had a fraction of time on the millions of GPUs mining cryptocurrencies, I can't imagine how close we'd be to curing disease and finding ET.
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#14This makes me curious – remember back in the oughts where SETI@Home and Folding@Home were popular? Were those adapted for GPUs and saw a huge acceleration in calculations?
Molecular dynamics has been using GPUs for much longer than Machine Learning. Yes, the accelerations are enormous.
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#15Earlier quoted context omitted.
Molecular dynamics has been using GPUs for much longer than Machine Learning. Yes, the accelerations are enormous.
Linear Algebra libraries have been using GPUs for longer than molecular dynamics. What's your point?
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#16This makes me curious – remember back in the oughts where SETI@Home and Folding@Home were popular? Were those adapted for GPUs and saw a huge acceleration in calculations?
If distributed computing had a fraction of time on the millions of GPUs mining cryptocurrencies, I can't imagine how close we'd be to curing disease and finding ET.
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#17Earlier quoted context omitted.
If distributed computing had a fraction of time on the millions of GPUs mining cryptocurrencies, I can't imagine how close we'd be to curing disease and finding ET.
Time for a cryptocurrency for F@H?
In particular you want something a problem with the following attributes:
- must derive somehow from the block data you're trying to mine, otherwise you could reuse your work for an different block and make double-spend attacks trivial. It's very important that once a new block is mined everybody else must start from scratch for the next one, otherwise you could "premine" an arbitrary number of blocks and later append them at an arbitrary position in the block "tree", potentially rewriting history.
- difficulty should easily be modifiable to account for the current "hashrate" otherwise your blockrate will go whack as the amount of computing power available changes. It also means that you should be able ahead of time to guess the difficulty of a problem and the average amount of processing power required to solve it.
- easy to validate: the nodes of the network should be able to check that the proof of work is valid using a tiny fraction of the computing power necessary to actually produce the proof (finding hash collisions is hard, verifying them is comparatively trivial).
- doesn't require access to a centralized resource. If you need to connect to some central repository to fetch the work set then not everybody is on equal footing. You have a single point of failure and some miners could have privileged access to the work data.
It's very difficult to find real world problems that have all these attributes.
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#18Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#19Can we please never use the phrase "data nuggets" again
Also, leverage.
Re: GPUs Mine Astronomical Datasets for Golden Insight Nuggets
#20Can we please never use the phrase "data nuggets" again
'I've been collecting all these great Golden Insight Nuggets.'
God it's horrible.
Why not just: "GPUs Mine Astronomical Datasets for Golden Insights"