Hacker News new | ask | show | jobs
by zeusk 3109 days ago
How would coinhive work as a captcha alternative? There is no human involvement in mining, is there?
2 comments

It works as a rate-limiter in a way. If you're interested look into HashCash as proposed to combat email spam: https://en.m.wikipedia.org/wiki/Hashcash
rate-limiting is not what captcha does, that's for DDoS protection and even in that scenario I feel HashCash and crypto mining is a very terrible idea.
Hence "captcha alternative" and not "alternative captcha".
Wouldn't "captcha alternative" imply that the said alternative is a replacement for captcha and has similar functionality?
Not necessarily. If the goal is to reduce bot activity, captchas and hashcash are two ways to do that. Captchas are hard for bots to pass, whereas hashcash wastes a fixed amount of CPU time. The result is that robot operators have to invest more effort to abuse your service at scale than they're willing to (hopefully). In this sense, hashcash is a captcha alternative—it's not a captcha, but it helps with the same problem. An alternative captcha might be using something other than reCaptcha. At least, that's how I'd interpret it.
Not saying it would be a good idea but something like "Please wait until your CPU have done enough amount of work before submitting this comment"