This guide explains how to set up solo mining for HTN using the HTN Stratum Bridge and SRBMiner 2.7.1, the recommended mining software.
Installed and Synced HTN Node
Follow the HTN node installation guide to set up and sync your node.
HTN Stratum Bridge
Clone, build, and configure the Stratum Bridge as described below.
SRBMiner 2.7.1
Download SRBMiner 2.7.1 from the official website:
SRBMiner Official Downloads.
System Requirements
Clone the HTN Stratum Bridge repository:
git clone https://github.com/Hoosat-Oy/htn-stratum-bridge.git
Navigate to the bridge source directory:
cd htn-stratum-bridge/cmd/htnbridge
Build the bridge executable:
go build .
Configure the bridge:
config.yaml
in the cmd/htnbridge
directory with a text editor.Save the configuration file and start the bridge:
./hoosatbridge --solo=true
The Stratum Bridge should now be running and listening for mining connections.
Download SRBMiner 2.7.1 or later from the official website.
Extract the contents of the downloaded archive.
Open the SRBMiner folder in terminal and run the following command:
Example configuration:
srbminer --algorithm hoohash --pool 127.0.0.1:5555 --wallet <YOUR_HTN_ADDRESS> --password x
Replace <YOUR_HTN_ADDRESS>
with your HTN wallet address.
SRBMiner Fails to Connect:
127.0.0.1:555
) and ensure it's accessible.Low Hashrate:
By following these steps, you can mine HTN solo using the HTN Stratum Bridge and SRBMiner 2.7.1. Ensure your node stays synced and your Stratum Bridge remains active for uninterrupted mining.