> For the complete documentation index, see [llms.txt](https://docs.anyone.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.anyone.io/relay/start/mine-taofu.md).

# Multi-mining with Taofu TPN

This page will guide you through the procedure to setup multi-mining by installing a Anyone Relay with a Tao TPN worker in parallel. This installation is a fork of [https://github.com/taofu-labs/tpn-subnet](https://github.com/taofu-labs/tpn-subnet/), you can read more about mining with Taofu TPN at [https://www.taofu.xyz](https://www.taofu.xyz/).

1. Clone the repo

{% code fullWidth="false" %}

```bash
cd ~
git clone https://github.com/rA3ka/tpn-subnet
cd tpn-subnet
```

{% endcode %}

2. Edit the `anonrc` configuration in the file docker-compose.yml and replace `ContactInfo` and `Nickname` with your own.

```bash
nano ~/tpn-subnet/federated-container/docker-compose.yml
```

3. Run the TPN install script to set install a worker. Follow the install procedure and input the requested values.

```bash
bash ~/tpn-subnet/refs/heads/main/scripts/install_worker.sh
```
