Skip to content

Commit

Permalink
docs: add prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jun 11, 2024
1 parent a2ce371 commit 719f413
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CPU Miner

A very simple (and naive) single-threaded CPU miner for Siacoin testnet mining
A very simple (and naive) single-threaded CPU miner for Siacoin testnet mining.

## Prerequisites

- A running walletd node.
- Does not need to have any addresses or wallets.
- A Siacoin address to mine to

## Building
```sh
go build -o bin/ ./cmd/cpuminerd
```

## Usage

Expand Down

0 comments on commit 719f413

Please sign in to comment.