# Warthog - Mining quick start guide - Updated 2024-04-24

This guide contains all needed information to start mining Warthog, on your own node (solo) or on pool.

# Links :

# Create your wallet :

⚠️ Mining on an exchange address is risky. You can potentially lose your mined coins. Install your own wallet.

# wart-dapp (GUI)

wart-dapp
wart-dapp

# wart-wallet (GUI)

wart-wallet-GUI
wart-wallet-GUI

# wart-wallet (CLI)

wart-wallet
wart-wallet

# Mining hardware :

The janushash Proof of Balanced Work algo works better with gaming PC hardware (Good CPU needed + good GPU) than with multi-GPU rigs. The miner will give you the GPU hashrate, the CPU hashrate, and the janus hashrate with depend of the two of them. The janus hashrate is your "real" hashrate and the one you will see on your pool.

⚠️ Avoid to use GPU risers : They can cause low GPU hashrate. Do tests with and without if needed.

# Compatible miners :

# bzminer (recommanded) : https://www.bzminer.com/

bzminer
bzminer

  • Active development
  • Recommended for most cases
  • Warthog is supported on versions 21.0.3 and higher
  • ℹ️ Find beta versions here. They can give you early better performances compared to stable release. (do some testing)

# Janusminer : https://github.com/CoinFuMasterShifu/janusminer

janusminer
janusminer

  • First miner of the project
  • Open-source
  • Development stopped since bzminer support
  • Unstable on Windows
  • Not optimized for Nvidia GPUs

# Mining on Hiveos :

Beta version is adviced. Command to upgrade : hive-replace -y --beta

# GPU Overclocking

The GPU mining algo is SHA256t. It is a core intensive algo : use same OC than Radiant, Kaspa, Alph...

To know your GPU hashrate and overclocking on https://hashrate.no/ ,you can use your GPU data on the NOVO coin. Example with RTX 3070 : https://hashrate.no/gpus/3070/NOVO

On BZminer, you can use the overclocking extra arguments. For that, you can use the config generator : https://www.bzminer.com/config-generator/

# Solo mining (For those who want it. Pools are available else) :

The current block reward 3 WART If you know your Janusscore hashrate, you can use the calculator to estimate the number of blocks you can hope to mine on solo : https://wartscan.io/calculator

# Download the node :

Here : https://github.com/warthog-network/Warthog/releases

# Run the node on Linux :

  • Make it executable : chmod +x wart-node-linux
  • Run it on a screen :screen ./wart-node-linux --stratum=0.0.0.0:3456 (stratum argument needed to mine solo with bzminer)

# Run the node on Windows :

Create a .bat file on the .exe folder, containing : wart-node-windows.exe --stratum=0.0.0.0:3456 and run it.

# Run your miner on your node (solo) :

Pool syntax to write on your solo miner : stratum+tcp://your-node-local-ip:3456

# Hiveos example of flight sheet :

(On a solo node, with overclocking)

bzminer-hiveos
bzminer-hiveos

# mmpOS example of mining profile :

bzminer-mmpOS
bzminer-mmpOS