Saltar a: navegación, buscar

Diferencia entre revisiones de «Minado Web:Minado Captchas:index/en»


(Captcha Verification Miner)
(Captcha Verification Miner)
Línea 9: Línea 9:
 
First thing you have to do is to set the '''captcha'''. Go to Light Of Mining panel [https://panel.lightofmining.com/index.php?sec=178 '''My Captchas'''] section.
 
First thing you have to do is to set the '''captcha'''. Go to Light Of Mining panel [https://panel.lightofmining.com/index.php?sec=178 '''My Captchas'''] section.
  
Select the owning web  
+
Select the owning web (remember to set it previously) and the currency. Write a reference name for your '''captcha'''.
Seleccione la web a la que quiera asociar el '''captcha''' (recuerde que ha de haberla configurado previamente) y la divisa. Escriba un nombre de referencia para el '''captcha'''.
 
  
 
[[Archivo:My_captcha.png]]
 
[[Archivo:My_captcha.png]]
  
Una vez creado, se mostrará en el listado de sus captchas.
+
Once created, the '''captcha''' will be displayed in the list below.
  
 
[[Archivo:Ver_captchas.png]]
 
[[Archivo:Ver_captchas.png]]
  
== Cómo funciona ==
+
== How does it work? ==
Para utilizar el '''captcha''', inserte el siguiente código dentro de su formulario:
+
To use the '''captcha''', insert the following code inside your form:
  
 
<source lang="html">
 
<source lang="html">
Línea 27: Línea 26:
  
  
En el campo '''data-hash''' escriba el código hash correspondiente a su '''captcha'''. Lo puede obtener clicando en el icono [[Archivo:Eye.png]] de su '''captcha'''.
+
In '''data-hash''' field, write the has code that corresponds to your '''captcha'''. You can get the hash code clicking on your '''captcha''' [[Archivo:Eye.png]] icon.
  
Una vez implementado este código, al cargar su formulario se generarán dentro de él un '''input''' de tipo '''hidden''' con identificador '''verified''', y un '''iframe'''. El '''input''' se creará de la siguiente forma:
+
Once the code has being implemented, when loading the form it will generate insidean '''iframe''' and a '''hidden''' type '''input''', with '''verified''' as identifier. The '''input''' will be created as follows:
  
 
<source lang="html">
 
<source lang="html">
Línea 36: Línea 35:
  
  
Por su parte, el '''iframe''' mostrará el '''captcha''':
+
The '''iframe''' will show the captcha:
  
 
[[Archivo:Captcha_1.png]]
 
[[Archivo:Captcha_1.png]]
  
Al clicar en el '''checkbox''' del '''Verify me''', comenzarán el minado y la verificación:
+
Clicking action on '''Verify me checkbox''' will start the mining and verification process:
  
 
[[Archivo:Captcha_2.png]]
 
[[Archivo:Captcha_2.png]]
  
Si el minado y la verificación se realizan correctamente, se mostrará el siguiente aviso:
+
If mining and verification process is successful, the following message will be displayed:
  
 
[[Archivo:Captcha_3.png]]
 
[[Archivo:Captcha_3.png]]
  
El nuevo valor de '''verified''' será el código hash de la web a la que haya asociado el '''captcha'''. Al enviar el formulario, compruebe que el valor del '''input''' con identificador '''verified''' es correcto.
+
The value of '''verified input''' will be now the hash code of the owning web. When the form had been sent, check that the '''verified input''' value is correct.

Revisión del 17:33 10 abr 2018

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 Light Of Mining panel My Captchas section.

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 being implemented, when loading the form it will generate insidean 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 verified input value is correct.