ALM is the GPU optimization Miner for AleoGithub: https://github.com/ALM-software/ALMminer/releases/download/1.0.2/alm-miner-win64-v1.0.2.zipUsageRunning command below under root user:
(CMD)
alm-miner.exe --new-account
Please remember to save the account private key and view key.Private key: APrivateKey1zkp95v192bRWbotxuUi7owk7uG31Tdim5qD6nFphcUmNHUA
View key: AViewKey1h5yPK4bEUKEmApg8VbY5J2xAP7Hcox71BrkSL3YyxJhR
Address: aleo1hefv5vr5c0x0fw9drzdwegdd0jgnt7swwvggezng9amxs95elg9qktnwn3
Then start miner like:alm-miner.exe --address <your address> --proxy <solo prover proxy> [OPTIONS]
Options:
--address <ADDRESS> Specify the Aleo address. Note: Use your address as the prover address.
--worker <WORKER> Specify the worker name. Note: The name consists of numbers and letters and cannot exceed 15 characters in length
--proxy <PROXY> Specify the proxy server address
-g, --gpu <GPU> Specify the index of GPU. Specify multiple times to use multiple GPUs, example: -g 0 -g 1 -g 2. Note: Use all gpus if not specify.
-o, --log <LOG> Specify the log file
GPU supportsNVIDIA Turing GPU
NVIDIA Ampere GPU
GPU miner info:Command: /gpu
Response:
{
"code": 200,
"data": {
"gpus": [{
"cclk": 1635, //graphics clock
"ctmp": 74, // gpu temperature
"device": "2060SU", //gpu device
"fan": 76, //fan
"gmclk": 6801, //graphics memory clock
"id": 0,
"inval": 0, //invalid
"mtmp": "89", //max temperature
"power": 169, //power
"proof": 0.0, //proof rate
"statle": 0, // statle
"valid": 0 // valid
}],
"uptime": 197 //program up time
}