# eth\_hashrate

Note: Krypc will always return a **0x0** mining hash rate.

1. **Parameters**- This method does not accept any parameters

```bash
curl https://Krypc-End Point URL/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"jsonrpc":"2.0","method":"eth_hashrate","params":[],"id":67}'

```

2. #### Returns

* <mark style="color:blue;">hashrate</mark>

  The number of hashes per second encoded in hexadecimal format
