Dedicated CPU miner for direct node mining in the Cryptix network. This route is CPU-only and mines directly to a Cryptix node.
| Platform | Command |
|---|---|
| Windows / Linux | cryptix-miner -a cryptix:YOUR-WALLET -s 127.0.0.1 --port 19201 --threads 4 |
| Argument | Description |
|---|---|
-a, --mining-address |
The wallet address for mining rewards. |
-s, --cryptixd-address |
IP/host of the local or remote cryptixd instance (default: 127.0.0.1). |
-p, --port |
Node port (mainnet default: 19201, testnet default: 19202). |
-t, --threads |
Number of CPU miner threads. |
--testnet |
Use testnet instead of mainnet. |
-d, --debug |
Enable debug logging. |
git clone https://github.com/cryptix-network/cryptix-miner-cpu.git
cd cryptix-miner-cpu
cargo build --release
Cryptix Miner CPU has 0% developer fee.