# hot-mining-claimer

## Installation

Clone the repo and cd

```
git clone https://github.com/richpacman/hot-mining-claimer.git && cd hot-mining-claimer
```

To install dependencies :

```
npm install
```

## Configuration

Create .env file in root directory :

```
touch .env
```

Copy and paste this to your .env file and fill the rest with your data :

```
NEAR_NETWORK=mainnet
ACCOUNT_ID=
PRIVATE_KEY=
```

## Usage

To run the claimer :

```
npm start
```
