Metadata-Version: 2.4
Name: ccpoc-miner
Version: 1.0.5
Summary: Unified miner for ChocoHub Proof-of-Capacity (PoC) blockchain
Home-page: https://github.com/chocoetom/poc-miner
Author: ChocoBot
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: cryptography>=50.0.0
Requires-Dist: eth-hash>=0.8.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PoC Mini Miner

A unified miner for ChocoHub's Proof-of-Capacity (PoC) blockchain.

## Features

- Plot generation (v3 format) with resumable support
- Wallet management (secp256k1 keys)
- Direct mining against seed nodes
- Colored progress bars and logging
- Multi-threaded scanning and plot creation

## Installation

```bash
pip install ccpoc-miner
```

## Usage

Generate a wallet:

```bash
ccpoc-miner --generate-key
```

Create a 1GB plot and start mining:

```bash
ccpoc-miner generate 1
```

Or just start mining with existing plots (defaults to ./plots):

```bash
ccpoc-miner --miner 0xYourAddress
```

Or specify a different directory:

```bash
ccpoc-miner --plots-dir /path/to/plots --miner 0xYourAddress
```

See `ccpoc-miner --help` for all options.

## License

MIT
