Multi-mining with Taofu TPN
cd ~
git clone https://github.com/rA3ka/tpn-subnet
cd tpn-subnetnano ~/tpn-subnet/federated-container/docker-compose.ymlbash ~/tpn-subnet/refs/heads/main/scripts/install_worker.shLast updated
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, you can read more about mining with Taofu TPN at https://www.taofu.xyz.
Clone the repo
cd ~
git clone https://github.com/rA3ka/tpn-subnet
cd tpn-subnetEdit the anonrc configuration in the file docker-compose.yml and replace ContactInfo and Nickname with your own.
nano ~/tpn-subnet/federated-container/docker-compose.ymlRun 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.shLast updated