Saltar a: navegación, buscar

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


(Página creada con «= 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 '''cap...»)
 
(How does it work?)
 
(No se muestran 6 ediciones intermedias del mismo usuario)
Línea 2: Línea 2:
  
  
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 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 [https://panel.lightofmining.com/index.php?sec=72&doc=Crear_Web:Minado_Javascript:index here].
  
Si aún no ha configurado la web desde la que quiere realizar el minado, puede hacerlo consultándolo [https://panel.lightofmining.com/index.php?sec=72&doc=Crear_Web:Minado_Javascript:index aquí].
+
== Captcha Setting ==
 +
First thing you have to do is to set the '''captcha'''. Go to [https://panel.lightofmining.com/index.php?sec=178 '''My Captchas'''] section inside Light Of Mining panel.
  
== Crear un Captcha ==
+
Select the owning web (remember to set it previously) and the currency. Write a reference name for your '''captcha'''.
Lo primero que debe hacer es configurar el '''captcha'''. Para ello, diríjase a la sección [https://panel.lightofmining.com/index.php?sec=178 '''Mis Captchas'''] de nuestro panel.
 
 
 
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 26: Línea 24:
  
  
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 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:
  
 
<source lang="html">
 
<source lang="html">
Línea 35: Línea 33:
  
  
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 post variable value from '''verified input''' is correct.

Revisión actual del 08:27 11 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 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.