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-subnetarrow-up-right, you can read more about mining with Taofu TPN at https://www.taofu.xyzarrow-up-right.

  1. Clone the repo

cd ~
git clone https://github.com/rA3ka/tpn-subnet
cd tpn-subnet
  1. Edit the anonrc configuration in the file docker-compose.yml and replace ContactInfo and Nickname with your own.

nano ~/tpn-subnet/federated-container/docker-compose.yml
  1. Run the TPN install script to set install a worker. Follow the install procedure and input the requested values.

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

Last updated