| Crates.io | snap-coin-miner |
| lib.rs | snap-coin-miner |
| version | 6.1.0 |
| created_at | 2025-12-13 23:36:58.968686+00 |
| updated_at | 2026-01-25 12:48:46.767756+00 |
| description | A miner for the Snap Coin cryptocurrency network |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1983544 |
| size | 58,399 |
To install Snap Coin Node, run:
cargo install snap-coin-miner
Make sure you have cargo, and rust installed.
By default the miner pulls the toml config from the running directory as miner.toml
snap-coin-node <args>
Available arguments:
--config <path>
Specifies path to a toml miner config.The miner configuration is stored in a toml file that is structured like this:
[node]
address = "<your Snap Coin API node address and port (eg. 127.0.0.1:3003)>"
[miner]
public = "<your public wallet address>"
[threads]
count = <amount of threads to run on, -1 for max>