snap-coin-miner

Crates.iosnap-coin-miner
lib.rssnap-coin-miner
version6.1.0
created_at2025-12-13 23:36:58.968686+00
updated_at2026-01-25 12:48:46.767756+00
descriptionA miner for the Snap Coin cryptocurrency network
homepage
repository
max_upload_size
id1983544
size58,399
(snap-coin)

documentation

README

Snap Coin Miner

Installation

To install Snap Coin Node, run:

cargo install snap-coin-miner

Make sure you have cargo, and rust installed.

General Information

By default the miner pulls the toml config from the running directory as miner.toml

Usage

snap-coin-node <args>

Available arguments:

  1. --config <path> Specifies path to a toml miner config.

Configuration

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>
Commit count: 0

cargo fmt