Some ideas http://folding.stanford.edu/ http://en.wikipedia.org/wiki/Folding@home http://escience.washington.edu/get-help-now/protein-folding-experiments-distributed-computing
But I guess the "job" is complicated Another idea: distributed genetic algorithm. The job receives a population, run one generation, and produce another population. My own experiment, with links, in part of this post: http://ajlopez.wordpress.com/2013/05/30/aplicaciones-distribuidas-y-node-js/ I don't know how to manage such result as input for new jobs. My first idea: use the node client to constantly produce new jobs with new data sets. Angel "Java" Lopez @ajlopez On Thu, Jan 30, 2014 at 7:15 AM, Angel Java Lopez <[email protected]>wrote: > Interesting! > > It's not clear to me from documentation (program to send > properties/characteristic are not listed). but: > > - Program code should be simple, you can't reference "free" variables, > external modules, etc. Am I right? > > I ask for: > - Program to submit using curl > - Function to submit using node client > > How to submit a program instead of a function in node client? My first > guess: you can specify the program as string in an option object. > > Angel "Java" Lopez > @ajlopez > > > > On Wed, Jan 29, 2014 at 11:04 PM, Alex Kocharin <[email protected]> wrote: > >> >> It requires an ASIC nowadays... mining it in browser is pretty much >> useless. >> >> I was about to suggest him to mine Litecoin instead. :P >> >> >> 30.01.2014, 06:02, "Nathan Rajlich" <[email protected]>: >> >> How come Bitcoin mining is out? :p >> >> >> On Wed, Jan 29, 2014 at 11:41 AM, João Menano <[email protected]>wrote: >> >> I work at CrowdProcess <http://crowdprocess/>. >> >> Any ideas about what to run on top of 2000+ browsers? >> >> Ideas and suggestions are very welcomed. Bit Coin mining does not count. >> Thank you >> >> >> -- >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> -- >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> -- >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
