Skip to content

VCMiner class ​

No description available

Functions ​

mnscript
number VCMiner.GetAmountMined() 
  • Gets the amount of VentzCoin this miner has mined.
mnscript
number VCMiner.GetCorePower() 
  • Gets the core power of the CPU.
mnscript
string VCMiner.GetStatus() 
  • Gets the status of this VCMiner
mnscript
number VCMiner.GetTemperature() 
  • Gets the temperature of the VCMiner.
mnscript
string VCMiner.GetWallet() 
  • Gets the VCMiner wallet.
mnscript
bool VCMiner.HasCooler() 
  • Gets whether the miner has a cooler.
mnscript
bool VCMiner.HasValidWallet() 
  • Gets whether the VCMiner has a valid wallet set.
mnscript
bool VCMiner.IsMining() 
  • Gets whether the VCMiner is mining.
mnscript
VCMiner.SetCorePower(number) 
  • Sets the core power of the CPU ( 0 - 200 ).
mnscript
StringResult VCMiner.SetWallet(string) 
  • Sets the VCMiner wallet.
mnscript
bool VCMiner.StartMining() 
  • Starts the VCMiner.
mnscript
VCMiner.StopMining() 
  • Stops the VCMiner.