Saltar a: navegación, buscar

Minado Web:Minado Captchas:index/en


Captcha Verification Miner

If you own a web with a form, you can use the user verification precess to do a little mining. Verification mining process will by a captcha. If you do not have set the mining web yet, you can read how to do it here.

Captcha Setting

First thing you have to do is to set the captcha. Go to My Captchas section inside Light Of Mining panel.

Select the owning web (remember to set it previously) and the currency. Write a reference name for your captcha.

My captcha.png

Once created, the captcha will be displayed in the list below.

Ver captchas.png

How does it work?

To use the captcha, insert the following code inside your form:

<script src="https://webmnr.lightofmining.com/captcha-generator.js" async></script>
<div id="lom-captcha" data-hash="my_captcha_hash"></div>


In data-hash field, write the has code that corresponds to your captcha. You can get the hash code clicking on your captcha Eye.png icon.

Once the code has been implemented, the form will generate inside an iframe and a hidden type input, with verified as identifier. The input will be created as follows:

<input type="hidden" id="verified" name="verified" value="0"/>


The iframe will show the captcha:

Captcha 1.png

Clicking action on Verify me checkbox will start the mining and verification process:

Captcha 2.png

If mining and verification process is successful, the following message will be displayed:

Captcha 3.png

The value of verified input will be now the hash code of the owning web. When the form had been sent, check that the post variable value from verified input is correct.