How to Mine AIPowerGrid (AIPG)? Complete Beginner’s Guide

Hero Miners
3 min readDec 26, 2023

What is AI Power Grid?

AI Power Grid (AIPG) is pioneering a revolutionary approach by offering free access to cutting-edge Large Language Model (LLM) inference and AI Art generation, validated on an immutable blockchain to ensure authenticity and security. As a beacon of democratization in AI, AIPG empowers developers by providing an efficient platform to deploy, share, and enhance their models with real-time user feedback.
AIPG also aims to transform AI-generated art into tradable NFT assets and catapulting AIPG to be a key player in the NFT marketplace. It will be An immersive virtual space dedicated to the exhibition of AI-generated artwork, highlighting the creative possibilities of generative AI models.

ASIC resistant algo

AIPG uses the KAWPOW hashing algorithm to discourage the use of ASIC hardware. ASIC resistance is vital for ensuring that no single participant or group can monopolize the mining process, which aligns with AIPG’s mission to democratize AI and maintain a level playing field for all.

Decentralization and Accessibility

One of AIPG’s core values is the democratization of access to AI. The project aims to make AI technologies widely accessible and equitable, empowering users across different sectors to harness AI’s capabilities for innovation and growth.

AI Democratization

The platform aims to make AI accessible to all by lowering the barriers to entry. This democratization allows contributors from various backgrounds to participate equally in the future of AI development and application, aligning with the open-source and democratizing philosophy of AIPG.

Community and Collaboration

AIPG is dedicated to fostering an active, engaging community and establishing partnerships with entities in the open-source AI space and related industries. This collaborative approach is intended to gather diverse insights, drive innovation, and ensure AIPG remains at the cutting edge of AI and blockchain technology integration.

Now that we know the details about AIPowerGrid, let’s get to mining some AIPG!

AIPowerGrid (AIPG) Mining Pool: Those who have no idea about mining can easily start mining by watching this video.

Step 1 — Create AIPowerGrid (AIPG) Wallet Address

Before you Start Mining, you need a wallet address. There are various options for having an AIPG wallet.

Exchange Wallet: Xeggex

Step 2 — Download Mining Software

There are many miner applications where you can mining AIPowerGrid. Below we have explained in detail how to organize them.

Step 3 — Edit the bat File

SRBminer-Multi v2.4.4+ (Windows, Linux, CPU, AMD, NVIDIA)

Create start-mining-aipg.bat file and copy / paste example below.

setx GPU_MAX_HEAP_SIZE 100	
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
setx GPU_ENABLE_LARGE_ALLOCATION 100
setx GPU_MAX_WORKGROUP_SIZE 1024
@echo off
cd %~dp0
cls
SRBMiner-MULTI.exe --disable-cpu --algorithm kawpow --pool de.aipg.herominers.com:1128 --wallet YOUR_AIPG_WALLET_ADDRESS --password YOUR_WORKER_NAME
pause

NBMiner v42.3+ (Windows, Linux, AMD, NVIDIA)

Create aipg-herominers.bat file and copy / paste example below.

nbminer -a kawpow -o stratum+tcp://de.aipg.herominers.com:1128 -u YOUR_AIPG_WALLET_ADDRESS.YOUR_WORKER_NAME
pause

Team Red Miner v0.10.15+ (Windows, Linux, AMD)

Create aipg-herominers.bat file and copy / paste example below.

set GPU_MAX_ALLOC_PERCENT=100
set GPU_SINGLE_ALLOC_PERCENT=100
set GPU_MAX_HEAP_SIZE=100
set GPU_USE_SYNC_OBJECTS=1
teamredminer.exe -a kawpow -o stratum+tcp://de.aipg.herominers.com:1128 -u YOUR_AIPG_WALLET_ADDRESS -p YOUR_WORKER_NAME
pause

Happy Mining.

--

--