# What do the Network Specifications Mean?

## What is Ethash/DaggerHashimoto?

**Dagger-Hashimoto** is the initial version of the [**Ethereum**](https://en.bitcoinwiki.org/wiki/Ethereum)**'**&#x73; [**Ethash**](https://en.bitcoinwiki.org/wiki/Ethash) proof-of-work algorithm. It was designed by [**Vitalik Buterin**](https://en.bitcoinwiki.org/wiki/Vitalik_Buterin) and the Ethereum team by combining the prominent features of the Hashimoto algorithm and the Dagger algorithm. Dagger-Hashimoto is a memory-hard algorithm that was designed to be **ASIC-resistant**.

Dagger-Hashimoto was one of the fastest algorithms at the time of its genesis. It also provided cryptocurrencies with ASIC-resistance, that was a huge advantage in comparison to its popular contemporaries. However, not a lot of coins are still powered by the Dagger-Hashimoto hash function. Most of the coins that started with it later changed their hashing algorithm to Ethash alongside the Ethereum network.

Both algorithms (Dagger-Hashimoto and Ethash) were later updated separately and are not currently considered to be the same algorithm. However, they are still sometimes considered to be synonymous.&#x20;

## What is a Target Block Time?

**Block time** defines the **time** it takes to mine a **block**. On any blockchain, there is an **expected block time**, and an average **block time**. The Etho Protocol Network has an **expected block time of 13 Seconds** but has an **average block time which fluctuates between 10-20 Seconds.**

## **What is a Block reward?**

&#x20;**Block reward** refers to the new ETHO that are created when a new block is found on the network.

## What is the Miner Reward?

**Miner reward** refers to the new ETHO that are awarded by the blockchain network to eligible cryptocurrency miners for each **block** they mine successfully.

## What is the Node Reward?

**Node reward** refers to the amount of ETHO awarded by the blockchain network to eligible SN/MN/GN for **each new block found on the network.**

## **What is the** Etho Protocol Treasury Deposit?

This is the **amount of ETHO per block** which is **automatically sent to the Etho Protocol Developer fund** - **These coins are used to pay for anything from**: Exchange listings, Developer fees, Staff paychecks etc.

## What is the Network ID?

A **Network ID** is essentially a **Unique ID for each Ethereum fork**.

## What is the RPC server?

**Remote Procedure Call Sever** (RPC Server) allows users to interact with an Etho Protocol Geth Node run by the official Etho Protocol Team.&#x20;


---

# 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.ethoprotocol.com/information/what-do-the-network-specifications-mean.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.
