C# Class Coinium.Core.Server.Vanilla.VanillaMiner

Inheritance: IMiner
Afficher le fichier Open project: Ziftr/CoiniumServ

Méthodes publiques

Méthode Description
Authenticate ( string user, string password ) : bool
Parse ( HttpListenerContext httpContext ) : void
SendJob ( JobNotification job ) : void

Sends a new mining job to the miner.

VanillaMiner ( int id ) : System

Method Details

Authenticate() public méthode

public Authenticate ( string user, string password ) : bool
user string
password string
Résultat bool

Parse() public méthode

public Parse ( HttpListenerContext httpContext ) : void
httpContext System.Net.HttpListenerContext
Résultat void

SendJob() public méthode

Sends a new mining job to the miner.
public SendJob ( JobNotification job ) : void
job JobNotification
Résultat void

VanillaMiner() public méthode

public VanillaMiner ( int id ) : System
id int
Résultat System