# Get Started

| Entry-point                                                                                           | Current version                                  | Status                          |
| ----------------------------------------------------------------------------------------------------- | ------------------------------------------------ | ------------------------------- |
| [Testnet Oshiya dApp](https://ipfs.io/ipfs/QmYy413dsRzntzJffa3Hr6hUVFEq7mh8pXiYAc6W9nd1eU/)           | [Stage 0](/docs/changelog/overview-1/stage-0.md) | 🚧 Migration to Sepolia testnet |
| [Docker container](https://hub.docker.com/r/pantherprotocol/miner-client?ref=blog.pantherprotocol.io) | ditto                                            | ditto                           |

## TL;DR

* A testnet version of the Oshiya mining service is live
* Earn rewards for Protocol mining

## Introduction

The testnet Panther Protocol dApp is supported by testnet Oshiya node Operators, known as zMiners. Anyone can run Oshiya and earn rewards for contributing to the Protocol.

## Prerequisites

* Ethereum-compatible EOA (externally-owned account, i.e. wallet)

> MetaMask is recommended

* Spare CPU

## Get started

### Option A: [Docker image](https://hub.docker.com/r/pantherprotocol/miner-client?ref=blog.pantherprotocol.io)

Follow the Get Started instructions in Docker.

### Option B: [dApp](https://ipfs.io/ipfs/QmYy413dsRzntzJffa3Hr6hUVFEq7mh8pXiYAc6W9nd1eU/)

<figure><img src="/files/ZrKLwbi0Ik0HxQ6E1plU" alt=""><figcaption></figcaption></figure>

The interface provides:

1. The interval field. zMiners may adjust the cycle length by updating this variable.
2. Private key refers to the EAO to which rewards will be sent. Either enter the Ethereum account address or use the *Connect MetaMask* button.
3. RPC endpoint.

> During testnet, users may enter any viable Mumbai RPC endpoint available from [Chainlist](https://chainlist.org/chain/80001).

4. Start/Stop mining.

> Note that the current session will complete and Oshiya will terminate on *Stop*.

5. Mining attempt outcomes.

## Gotchas

* While you may run multiple instances of Oshiya, remember that the computational load will increase, and there is a race condition against other miners
* The dApp provides a very basic interface for community members interested in earning when the Protocol is released. Should tech-savvy operators make their own optimizations, zMining via the app may eventually become unviable.

## What next?

* Understand more about the [responsibility of the Oshiya module](/docs/ecosystem/ecosystem-operators/zminer.md)
* For more information, see the original [Stage 0](/docs/changelog/overview-1/stage-0.md) Get Started page


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pantherprotocol.io/docs/ecosystem/ecosystem-operators/zminer/get-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
