# minecalc

## Description

Calculates expected mining profitability given computing power.

## Usage

> /minecalc \[crypto] \[hash rate] {power consumption} {power cost}

## Arguments

{% tabs %}
{% tab title="crypto" %}
**Description:** The cryptocurrency being mined.

**Valid Inputs:** Name or symbol for a supported cryptocurrency.

**Argument Examples:** `bitcoin` `eth` `zcash`&#x20;
{% endtab %}

{% tab title="hash rate" %}
**Description:** Hash rate of the computer.

**Valid Inputs:** A number followed by a hash rate unit

**Properly Formatted Hash Rates:**

* 20GH
* 15H/s
* 700mH
* 10kh
* 50TH
  {% endtab %}

{% tab title="power consumption (optional)" %}
**Description:** How much power the mining operations consume in Watts.

**Valid Inputs:** A valid number.

**Default:** 0

**Argument Examples:** `800` `1200`
{% endtab %}

{% tab title="power cost (optional)" %}
**Description:** Cost of power in US Dollars/kWh

**Valid Inputs:** A valid number.

**Default:** 0

**Argument Examples:** `0.12` `0.1`
{% endtab %}
{% endtabs %}

## &#x20;Examples

* /`minecalc BTC 50TH 800 0.12`
* `/minecalc ETH 40MH`
* `/minecalc ZEC 10KH/s 1200 0.1`

## Preview

*Command previews are coming soon...*


---

# 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.bitbot.tools/commands/blockchain/minecalc.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.
