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

Inheritance: IMiner
Show file Open project: Ziftr/CoiniumServ

Public Methods

Method 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 method

public Authenticate ( string user, string password ) : bool
user string
password string
return bool

Parse() public method

public Parse ( HttpListenerContext httpContext ) : void
httpContext System.Net.HttpListenerContext
return void

SendJob() public method

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

VanillaMiner() public method

public VanillaMiner ( int id ) : System
id int
return System