Kaspa-miner
A Rust binary for file encryption to multiple participants.
Installation
From Sources
With Rust's package manager cargo, you can install kaspa-miner via:
cargo install kaspa-miner
From Binaries
The release page includes precompiled binaries for Linux, macOS and Windows.
Usage
To start mining you need to run kaspad and have an address to send the rewards to. There's a guide here on how to run a full node and how to generate addresses: https://github.com/kaspanet/docs/blob/main/Getting%20Started/Full%20Node%20Installation.md
Help:
kaspa-miner 0.1.0
A Kaspa high performance CPU miner
USAGE:
kaspa-miner [FLAGS] [OPTIONS] --mining-address
FLAGS:
-d, --debug Enable debug logging level
-h, --help Prints help information
--testnet Use testnet instead of mainnet [default: false]
-V, --version Prints version information
OPTIONS:
-s, --kaspad-address
The IP of the kaspad instance [default: 127.0.0.1]
-a, --mining-address
The Kaspa address for the miner reward
-t, --threads
Amount of miner threads to launch [default: number of logical cpus]
[default: 0]
-p, --port
Kaspad port [default: Mainnet = 16111, Testnet = 16211]
To start mining you just need to run the following:
./kaspa-miner --mining-addr kaspa:XXXXX
This will run the miner on all the available CPU cores.