Skip to content

Challenge that checks if there is a current connection with Secureworld blockchain

Notifications You must be signed in to change notification settings

SecureworldProject/Challenge_Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Challenge_Blockchain

Challenge que comprueba si existe una conexión actual con Secureworld blockchain

Ejemplo de configuracion json

{
	"FileName": "blockchain_challenge.dll",
	"Description": "Challenge that checks if there is a current connection with Secureworld blockchain",
	"Props": {
		"validity_time": 3600,
		"refresh_time": 3000
	},
	"Requirements": "none"
}

Funcionamiento

Se hace uso del comando ping del sistema, lanzado desde C. El challenge lanza un ping a una dirección IP donde se encuentra uno de los nodos de la blockchain. La respuesta es un booleano (0 no, 1 sí) y constituye la clave del challenge.

About

Challenge that checks if there is a current connection with Secureworld blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors