Metadata-Version: 2.4
Name: rustchainpoa
Version: 1.0.0
Summary: RustChain Proof-of-Antiquity Miner — Mine RTC tokens by proving real vintage hardware
Author-email: Elyan Labs <scott@elyanlabs.ai>
License: MIT
Project-URL: Homepage, https://github.com/Scottcjn/Rustchain
Project-URL: Repository, https://github.com/Scottcjn/Rustchain
Project-URL: Issues, https://github.com/Scottcjn/Rustchain/issues
Keywords: rustchain,blockchain,miner,proof-of-antiquity,rtc,cryptocurrency
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25
Dynamic: license-file

# rustchainpoa

RustChain Proof-of-Antiquity Miner — Mine RTC tokens by proving real vintage hardware.

## Quick Start

```bash
pip install rustchainpoa
rustchainpoa install
```

## Requirements

- **Python** 3.8+
- **Linux** or **macOS** (Windows installer coming soon)

## Commands

```bash
rustchainpoa install    # Install and configure the miner
rustchainpoa start      # Start the miner service
rustchainpoa stop       # Stop the miner service
rustchainpoa status     # Check miner and network status
rustchainpoa logs       # View miner logs
rustchainpoa uninstall  # Remove miner and all files
```

## Install with wallet name

```bash
rustchainpoa install --wallet my-laptop-miner
```

## What is RustChain?

RustChain uses **Proof-of-Antiquity (PoA)** — a consensus mechanism that rewards miners running on real vintage hardware like PowerPC G4/G5, Apple Silicon, and retro x86 systems. The older and more unique your hardware, the higher your mining multiplier.

| Hardware | Multiplier |
|----------|-----------|
| PowerPC G4 | 2.5x |
| PowerPC G5 | 2.0x |
| IBM POWER8 | 2.0x |
| Apple Silicon | 1.2x |
| Modern x86_64 | 1.0x |

## Links

- [GitHub](https://github.com/Scottcjn/Rustchain)
- [Block Explorer](https://50.28.86.131/explorer)
- [Bounties](https://github.com/Scottcjn/rustchain-bounties/issues)

## License

MIT — Elyan Labs
