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.
- Gets the status of this VCMiner
mnscript
number VCMiner.GetTemperature()
- Gets the temperature of the VCMiner.
- Gets the VCMiner wallet.
- Gets whether the miner has a cooler.
mnscript
bool VCMiner.HasValidWallet()
- Gets whether the VCMiner has a valid wallet set.
- 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.