This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Threading.Tasks; | |
namespace AntminerMonitor | |
{ | |
public class STATUS | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Debug | |
// ini_set('display_errors', 1); | |
// ini_set('display_startup_errors', 1); | |
// error_reporting(E_ALL); | |
// Define the account we're using (Email) | |
// global $user; | |
// PHP Functions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
======================= Author ======================= | |
Mason Ticehurst - September 28th, 2018 | |
======================= Notice ======================= | |
!!! DO NOT USE THIS AS A REPLACEMENT FOR THE DEFAULT HASH | |
FUNCTIONS, THIS IS LIKELY SUSCEPTIBLE TO EXPLOITATION | |
NOR IS IT AS OPTIMIZED AS THE BUILT-IN ALTERNATIVES !!! |