package
0.0.0-20240106054325-8321ad0eda4c
Repository: https://github.com/kash-protocol/kashd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

kashminer

Kashminer is a CPU-based miner for kashd

Requirements

Go 1.19 or later.

Installation

Build from Source

  • Install Go according to the installation instructions here: http://golang.org/doc/install

  • Ensure Go was installed properly and is a supported version:

$ go version
  • Run the following commands to obtain and install kashd including all dependencies:
$ git clone https://github.com/Kash-Protocol/kashd
$ cd kashd/cmd/kashminer
$ go install .
  • Kashminer should now be installed in $(go env GOPATH)/bin. If you did not already add the bin directory to your system path during Go installation, you are encouraged to do so now.

Usage

The full kashminer configuration options can be seen with:

$ kashminer --help

But the minimum configuration needed to run it is:

$ kashminer --miningaddr=<YOUR_MINING_ADDRESS>