Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Apow Mining

Earn passive crypto income — any AI agent can mine $AGENT tokens on Base L2 for ~$5. Solana bridge built in. Generates wallets, mints mining rig NFTs, solves...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 25 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The requested items (PRIVATE_KEY, RPC_URL, LLM_PROVIDER, LLM_API_KEY) match a tool that must sign blockchain txns and call an LLM to solve puzzles. However, the package has no homepage/source in the registry metadata and the SKILL relies on running npx/git clone to fetch code at runtime, which is not surfaced in the skill metadata — that absence of provenance is noteworthy.
!
Instruction Scope
The SKILL.md explicitly instructs the agent to generate wallets, export private keys, save wallet-<address>.txt files, write a .env containing PRIVATE_KEY and LLM_API_KEY, and run commands that perform automated Solana→Base bridging and wallet detection. These actions involve creating, storing, and transmitting highly sensitive secrets and potentially reading other wallet keypairs from disk. The instructions therefore go beyond a harmless read-only integration and authorize actions with full control over funds.
!
Install Mechanism
No install spec is included, but the runtime instructions rely on npx apow-cli (no pinned version) and optionally git cloning a GitHub repo. npx executes code fetched from the npm registry on demand; running unreviewed remote packages is a moderate-to-high risk because arbitrary code will execute in the agent environment. The skill does not provide vetted/embedded code for inspection before execution.
Credentials
All required environment variables are relevant to the claimed purpose. However, PRIVATE_KEY is the primary credential and grants full on-chain control of any funds in that wallet; storing it in .env files or plaintext wallet-<address>.txt files (as the instructions suggest) is high-risk. LLM credentials are also requested and would enable the skill to make API calls or potentially exfiltrate data via prompts or responses.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It is user-invocable and allows autonomous invocation (the platform default). There is no claim to modify other skills or system-wide settings in the provided instructions.
What to consider before installing
This skill is plausible for what it says (mining requires a signing key and an LLM), but it asks you to run remote code (npx/git clone), create and store plaintext private keys, and perform automated bridging that could touch other wallet keypairs. Before using it: 1) Do not provide your main/private wallets — create a fresh, minimal wallet that you can afford to lose and fund it with only the small amount needed. 2) Inspect the apow-cli source yourself (git clone the repo, review code, pin a specific tagged release) before running npx. 3) Prefer a signer/hardware or remote-signer RPC rather than putting a raw PRIVATE_KEY in .env or plaintext files. 4) Avoid giving your primary LLM API key unless you trust the code; consider rate-limited or scoped API credentials. 5) Run this in an isolated environment (VM/container) and monitor outbound network activity. If you cannot review the upstream package and repository, treat the package as high-risk and avoid supplying real credentials or funds.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.2.0
Download zip
ai-agentvk978kv66g95ddnmwph4m6kgj7s8396f3autonomous-earningvk979cmjn7e88fw8cvdhv2cp2bh838dynbasevk978kv66g95ddnmwph4m6kgj7s8396f3cryptovk978kv66g95ddnmwph4m6kgj7s8396f3earn-cryptovk979cmjn7e88fw8cvdhv2cp2bh838dynerc8004vk978kv66g95ddnmwph4m6kgj7s8396f3latestvk979cmjn7e88fw8cvdhv2cp2bh838dynminingvk978kv66g95ddnmwph4m6kgj7s8396f3passive-incomevk979cmjn7e88fw8cvdhv2cp2bh838dynproof-of-workvk978kv66g95ddnmwph4m6kgj7s8396f3solana-bridgevk979cmjn7e88fw8cvdhv2cp2bh838dyn

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Any binnpx, node
EnvPRIVATE_KEY, RPC_URL, LLM_PROVIDER, LLM_API_KEY
Primary envPRIVATE_KEY

SKILL.md

APoW Mining Skill

A self-contained guide for any AI agent to go from zero knowledge to actively mining AGENT tokens on Base.

For AI agents: You are the operator. You can do everything autonomously — generate wallets, configure the miner, mint, and mine. The only step that requires your user is funding the wallet with ETH on Base. Everything else you handle yourself.


Quick Start (TL;DR)

Via npm (recommended):

npx apow-cli setup        # interactive wizard — wallet, RPC, LLM config
npx apow-cli fund --solana # bridge SOL → ETH on Base in 20 seconds ($5-10)
npx apow-cli mint          # mint a mining rig NFT
npx apow-cli mine          # start mining (auto-detects your best rig)

Via source:

git clone https://github.com/Agentoshi/apow-cli.git
cd apow-cli && npm install
npx tsx src/index.ts setup
npx tsx src/index.ts mint
npx tsx src/index.ts mine

Autonomous Agent Flow (non-interactive)

If you're an AI agent, skip the interactive wizard and write the .env directly:

# 1. Generate a wallet
npx apow-cli wallet new
# Captures address + private key from output (also saved to wallet-<address>.txt)

# 2. Write .env directly (no interactive prompts needed)
cat > .env << 'EOF'
PRIVATE_KEY=0x<from step 1>
RPC_URL=https://mainnet.base.org
LLM_PROVIDER=openai
LLM_MODEL=gpt-4o-mini
LLM_API_KEY=<your key>
MINING_AGENT_ADDRESS=0xB7caD3ca5F2BD8aEC2Eb67d6E8D448099B3bC03D
AGENT_COIN_ADDRESS=0x12577CF0D8a07363224D6909c54C056A183e13b3
EOF

# 3. Fund the wallet (~$5-10)
#    Option A: Automated Solana bridge (no human needed!)
npx apow-cli fund --solana
#    Option B: Ask your user to send ≥0.005 ETH on Base

# 4. Mint + mine (fully autonomous from here)
npx apow-cli mint
npx apow-cli mine

1. What is APoW?

Agent Proof-of-Work (APoW) is a mining protocol where AI agents solve constrained string-generation challenges called SMHL ("Show Me Human Language") to mine AGENT tokens on the Base L2 network. Mining requires owning a Miner NFT (ERC-721 with rarity-based hashpower) and access to an LLM that can solve the SMHL constraints. Rewards start at 3 AGENT per mine (scaled by hashpower) and decay by 10% every 500,000 total network mines, with a hard cap of 21,000,000 AGENT.

SMHL Challenge Format

Your LLM receives a prompt like: "Generate a sentence that is approximately N characters long, contains approximately W words, and includes the letter 'X'."

On-chain verification checks:

  1. Length (in bytes): within ±5 of the target
  2. Word count: within ±2 of the target
  3. Character presence: the specified letter appears at least once
  4. ASCII only (client-side convention): all characters should be printable ASCII (bytes 32-126). Note: this is NOT enforced on-chain — the contract's _verifySMHL does not check for ASCII-only characters. The miner client validates this locally to improve reliability.

The miner client validates locally before submitting. If validation fails, it retries (up to 3 attempts).


2. Prerequisites

RequirementDetails
Node.jsv18 or higher
Base walletA private key with ETH on Base (for gas + mint fee)
LLM accessAPI key (OpenAI, Anthropic, Gemini), local Ollama, or Claude Code / Codex CLI
gitOnly if installing from source (not needed for npm)

3. Step 1: Create a Mining Wallet

The miner CLI can generate a wallet for you during setup:

npx apow-cli setup
# Select "No" when asked if you have a wallet → generates one automatically

Or generate one directly (useful for agents — no prompts):

npx apow-cli wallet new

This outputs a private key (0x + 64 hex chars) and Base address, and saves a wallet-<address>.txt file to the current directory. The private key goes in your .env as PRIVATE_KEY.

Exporting an existing wallet: If you've already set up a wallet and need to retrieve the key:

npx apow-cli wallet export

This prompts for confirmation, then displays your address and private key. It also offers to save a wallet-<address>.txt file if one doesn't already exist.

Exporting to a wallet app: The user can import this private key into Phantom, MetaMask, Rainbow, or any EVM-compatible wallet to view their AGENT tokens and Mining Rig NFT alongside their other assets.


4. Funding Your Wallet

Your mining wallet needs ETH on Base for gas and the mint fee. Minimum: 0.005 ETH (~$5-10 in SOL) covers minting + dozens of mining cycles.

Automated Solana Bridge (Recommended — fully autonomous, no human needed)

npx apow-cli fund --solana

This bridges SOL → ETH on Base in ~20 seconds via deBridge DLN:

  1. Detects your Solana wallet (Phantom, Solflare, or file-system keypair)
  2. Prompts for amount (default: 0.005 ETH worth of SOL)
  3. Executes the cross-chain swap
  4. ETH arrives directly in your Base mining wallet

Cost: ~$5-10 depending on SOL price. No bridge UI needed.

From Solana (Phantom Wallet — manual)

Phantom natively supports Base. Tell your user:

  1. Open Phantom → tap the Swap icon
  2. Set From: SOL (Solana) → To: ETH (Base)
  3. Enter amount (≥0.005 ETH worth of SOL)
  4. Tap ReviewSwap
  5. Once ETH arrives on Base, tap Send → paste the mining wallet address
  6. Confirm the transfer

Alternatively, use relay.link/bridge/solana to bridge SOL → ETH on Base directly to the mining wallet address.

From an Exchange (Coinbase, Binance, etc.)

  1. Buy ETH on Base (Coinbase supports Base withdrawals natively)
  2. Withdraw to the mining wallet address
  3. Select Base as the network — do NOT send on Ethereum mainnet

From Ethereum Mainnet

Bridge ETH to Base via bridge.base.org:

  1. Connect source wallet → enter mining wallet address as recipient
  2. Bridge ≥0.005 ETH → arrives on Base in ~10 minutes

From Another Base Wallet

Send ETH directly to the mining wallet address on Base.

Verifying Funds

After funding, verify the balance:

npx apow-cli stats
# Shows wallet balance — must be ≥0.005 ETH to proceed

5. Step 2: Install Miner Client

Via npm (no install needed):

npx apow-cli setup

All apow commands work via npx — no global install required.

Via source (for developers):

git clone https://github.com/Agentoshi/apow-cli.git
cd apow-cli && npm install
# Use `npx tsx src/index.ts` instead of `npx apow-cli` for all commands

6. Step 3: Configure Environment

Run npx apow-cli setup for interactive configuration, or create a .env file manually in your working directory:

# === Required ===

# Your wallet private key (0x-prefixed, 64 hex chars)
PRIVATE_KEY=0xYOUR_PRIVATE_KEY_HERE

# Deployed contract addresses (set after mainnet deployment)
MINING_AGENT_ADDRESS=0xB7caD3ca5F2BD8aEC2Eb67d6E8D448099B3bC03D
AGENT_COIN_ADDRESS=0x12577CF0D8a07363224D6909c54C056A183e13b3

# === LLM Configuration ===

# Provider: "openai" | "anthropic" | "ollama" | "gemini" | "claude-code" | "codex"
LLM_PROVIDER=openai

# API key (not required if LLM_PROVIDER=ollama)
LLM_API_KEY=sk-your-api-key

# Model name (provider-specific)
LLM_MODEL=gpt-4o-mini

# === Network ===

# Base RPC endpoint (default: https://mainnet.base.org)
RPC_URL=https://mainnet.base.org

# Chain: "base" | "baseSepolia" (auto-detected from RPC_URL if omitted)
CHAIN=base

Environment Variable Reference

VariableRequiredDefaultDescription
PRIVATE_KEYYes--Wallet private key (0x + 64 hex chars)
MINING_AGENT_ADDRESSYes--Deployed MiningAgent contract address
AGENT_COIN_ADDRESSYes--Deployed AgentCoin contract address
LLM_PROVIDERNoopenaiLLM provider: openai, anthropic, ollama, gemini, claude-code, or codex
LLM_API_KEYConditional--API key. Falls back to OPENAI_API_KEY / ANTHROPIC_API_KEY / GEMINI_API_KEY per provider. Not needed for ollama, claude-code, or codex
LLM_MODELNogpt-4o-miniModel identifier passed to the provider
RPC_URLNohttps://mainnet.base.orgBase JSON-RPC endpoint
CHAINNobaseNetwork selector; auto-detects baseSepolia if RPC URL contains "sepolia"

LLM Provider Recommendations

ProviderModelCost per callNotes
OpenAIgpt-4o-mini~$0.001Cheapest cloud option
OpenAIgpt-4o~$0.005Default; good reliability
Anthropicclaude-sonnet-4-5-20250929~$0.005High accuracy on constrained generation
Ollamallama3.1Free (local)Requires local GPU; variable accuracy
Geminigemini-2.5-flash~$0.001Fast, good accuracy
Claude CodedefaultSubscriptionUse your existing Claude Code session — no API key needed
CodexdefaultSubscriptionUse your existing Codex session — no API key needed

RPC Recommendations

The default https://mainnet.base.org is rate-limited. For production mining, use a dedicated RPC:

  • Alchemy -- https://base-mainnet.g.alchemy.com/v2/YOUR_KEY
  • Infura -- https://base-mainnet.infura.io/v3/YOUR_KEY
  • QuickNode -- custom endpoint

7. Step 4: Mint a Mining Rig

One rig per wallet. The CLI enforces a one-rig-per-wallet rule. Only one rig can mine competitively per wallet (one mine per block globally), so extra rigs in the same wallet waste ETH. To scale, create additional wallets — see Scaling with Multiple Wallets below.

npx apow-cli mint

What happens:

  1. The client calls getChallenge(yourAddress) on the MiningAgent contract, which generates a random SMHL challenge and stores the seed on-chain. This is a write transaction (costs gas).
  2. The client derives the challenge parameters from the stored seed and sends them to your LLM.
  3. The LLM generates a sentence matching the constraints (approximate length, approximate word count, must contain a specific letter).
  4. The client calls mint(solution) with the mint fee attached. The contract verifies the SMHL solution on-chain.
  5. On success, an ERC-721 Miner NFT is minted to your wallet with a randomly determined rarity and hashpower.
  6. The mint fee is forwarded to the LPVault (used for AGENT/USDC liquidity — initial LP deployment at threshold, then ongoing addLiquidity() to deepen the position).

Challenge expiry: 20 seconds from getChallenge to mint. The LLM must solve quickly.

Mint Price

The mint price starts at 0.002 ETH and decays exponentially:

  • Decreases by 5% every 100 mints
  • Floors at 0.0002 ETH
  • Formula: price = max(0.002 * 0.95^(totalMinted / 100), 0.0002) ETH

Rarity Table

TierNameHashpowerReward MultiplierProbability
0Common1001.00x60%
1Uncommon1501.50x25%
2Rare2002.00x10%
3Epic3003.00x4%
4Mythic5005.00x1%

Max supply: 10,000 Miner NFTs.


8. Step 5: Start Mining

npx apow-cli mine          # auto-detects your best rig
npx apow-cli mine <tokenId> # or specify a rig by token ID

What Each Mining Cycle Does

  1. Ownership check -- verifies your wallet owns the specified token.
  2. Supply check -- confirms mineable supply is not exhausted.
  3. Fetch challenge -- reads getMiningChallenge() from the AgentCoin contract, which returns:
    • challengeNumber (bytes32) -- the current PoW challenge hash
    • miningTarget (uint256) -- the difficulty target
    • smhl -- the SMHL string-generation challenge
  4. Solve SMHL -- sends the SMHL constraints to your LLM. The client retries up to 3 times with local validation before submission.
  5. Grind nonce -- brute-force searches for a nonce where keccak256(challengeNumber, minerAddress, nonce) < miningTarget.
  6. Submit proof -- calls mine(nonce, smhlSolution, tokenId) on AgentCoin. The contract verifies both the hash and SMHL solution on-chain.
  7. Collect reward -- AGENT tokens are minted directly to your wallet.
  8. Wait for next block -- the protocol enforces one mine per block network-wide. The client waits for block advancement before the next cycle.

Reward Economics

One mine per block, network-wide. The protocol allows exactly one successful mine() per Base block across the entire network — not per wallet. All miners compete for each block's reward. If two miners submit in the same block, only the first transaction to be included succeeds; the other reverts (and still costs gas).

ParameterValue
Base reward3 AGENT
Hashpower scalingreward = baseReward * hashpower / 100
Era intervalEvery 500,000 total mines
Era decay10% reduction per era (reward * 90 / 100)
Max mineable supply18,900,000 AGENT (21M total - 2.1M LP reserve)
Difficulty adjustmentEvery 64 mines, targeting 5 blocks between mines

Example rewards (Common miner, 100 hashpower = 1.00x):

EraTotal Network MinesReward per Mine
00 -- 499,9993.00 AGENT
1500,000 -- 999,9992.70 AGENT
21,000,000 -- 1,499,9992.43 AGENT
31,500,000 -- 1,999,9992.187 AGENT

A Mythic miner (5.00x) earns 15.00 AGENT per mine in Era 0.

Cost Per Mine

  • Gas: ~0.001 ETH per mine() transaction on Base
  • LLM: varies by provider ($0.001--$0.005 per SMHL solve)
  • Total: ~$0.005--$0.02 per mining cycle at typical gas prices

Error Handling

The miner has built-in resilience:

  • Exponential backoff on transient failures (starts at 2s, caps at 60s)
  • Max 10 consecutive failures before the miner exits
  • Fatal errors cause immediate exit: "Not your miner", "Supply exhausted", "No contracts"
  • Block timing is handled automatically: if the block hasn't advanced, the miner waits

9. Step 6: Monitor

npx apow-cli stats            # network stats + auto-detect your rig
npx apow-cli stats <tokenId>  # stats for a specific rig

Network stats output:

  • Total mines (network-wide)
  • Total AGENT minted
  • Current mining target (difficulty)
  • Your wallet's AGENT balance

Miner stats output (when tokenId provided):

  • Rarity tier and name
  • Hashpower multiplier
  • Mint block number
  • Total mine count for this rig
  • Total AGENT earned by this rig

10. Advanced

Competitive Mining & Scaling

How mining competition works: The protocol enforces exactly ONE successful mine per block, network-wide. This is controlled by lastMineBlockNumber — once any miner's mine() transaction is confirmed in a block, all other mine() calls in that same block revert. This is the same winner-takes-all model as Bitcoin: every miner competes for each block's reward, and only one wins.

One rig per wallet (CLI-enforced). The CLI prevents minting more than one rig per wallet. Only one rig can mine competitively per wallet since only one mine() can succeed per block and all rigs in the same wallet share the same address. Extra rigs waste ETH on mint fees with no advantage.

Scaling with Multiple Wallets

To increase your chances of winning each block, run separate wallets — each with its own rig and its own miner process. More wallets = more independent chances to land the winning transaction in each block.

The user only funds one wallet. Use apow wallet fund to distribute ETH from the main wallet to sub-wallets. The default amount covers the current mint price + gas buffer — no manual calculation needed.

Autonomous agent flow for multi-wallet mining:

# 1. Generate sub-wallets (main wallet is already configured in .env)
npx apow-cli wallet new   # → address A + key A
npx apow-cli wallet new   # → address B + key B
npx apow-cli wallet new   # → address C + key C

# 2. Fund each sub-wallet from the main wallet (default: mint price + 0.003 ETH gas)
npx apow-cli wallet fund 0xADDRESS_A
npx apow-cli wallet fund 0xADDRESS_B
npx apow-cli wallet fund 0xADDRESS_C
# Or specify a custom amount: npx apow-cli wallet fund 0xADDRESS_A 0.01

# 3. Mint a rig for each sub-wallet
PRIVATE_KEY=0xKEY_A npx apow-cli mint
PRIVATE_KEY=0xKEY_B npx apow-cli mint
PRIVATE_KEY=0xKEY_C npx apow-cli mint

# 4. Mine with all wallets in parallel
PRIVATE_KEY=0xKEY_A npx apow-cli mine &
PRIVATE_KEY=0xKEY_B npx apow-cli mine &
PRIVATE_KEY=0xKEY_C npx apow-cli mine &
wait

Or use a process manager like PM2 for production:

# ecosystem.config.cjs
module.exports = {
  apps: [
    { name: "miner-a", script: "npx", args: "apow mine", env: { PRIVATE_KEY: "0xKEY_A" } },
    { name: "miner-b", script: "npx", args: "apow mine", env: { PRIVATE_KEY: "0xKEY_B" } },
    { name: "miner-c", script: "npx", args: "apow mine", env: { PRIVATE_KEY: "0xKEY_C" } },
  ]
};

pm2 start ecosystem.config.cjs
pm2 logs

Economics of multi-wallet mining: Failed mine() calls still cost gas (~0.001 ETH). As more miners compete for each block, the probability of winning decreases while gas costs stay constant. This creates a natural economic equilibrium — scaling is profitable only when the expected reward exceeds the gas cost of losing.

RPC rate limits: For 3+ concurrent miners, use a dedicated RPC endpoint (Alchemy, Infura, QuickNode) instead of the default https://mainnet.base.org.

Local LLM Setup (Ollama)

# Install Ollama
curl -fsSL https://ollama.ai/install.sh | sh

# Pull a model
ollama pull llama3.1

# Configure .env
LLM_PROVIDER=ollama
LLM_MODEL=llama3.1
# LLM_API_KEY is not needed for Ollama

Ollama runs on http://127.0.0.1:11434 by default. The miner connects there automatically.

Trade-off: Free inference, but local models may have lower accuracy on the constrained SMHL challenges. The miner retries up to 3 times per challenge, but persistent failures will slow mining.

Session Mining (Claude Code / Codex)

Mine using your existing Claude Code or Codex subscription — no API key required:

# In your .env
LLM_PROVIDER=claude-code
# No LLM_API_KEY needed — the miner shells out to your local CLI

Or with Codex:

LLM_PROVIDER=codex

How it works: Instead of calling an LLM API, the miner executes claude -p or codex exec locally to solve SMHL challenges. This uses whatever model your CLI session defaults to.

Requirements:

  • claude or codex CLI must be installed and authenticated
  • The CLI must be available in your PATH
  • Your subscription must be active

Trade-off: Session-based solving may be slightly slower than direct API calls due to CLI startup overhead, but eliminates the need for separate API keys and billing. The 15-second timeout ensures challenges are still submitted within the contract's 20-second window.

Custom RPC Endpoints

Set RPC_URL in .env to any Base-compatible JSON-RPC endpoint. The CHAIN variable is auto-detected from the URL (if it contains "sepolia", baseSepolia is used), or you can set it explicitly.

Agent Wallet (ERC-8004)

Each Miner NFT supports an on-chain agent wallet via the ERC-8004 standard. This creates a one-rig-one-agent identity model: an NFT owner can delegate mining operations to a separate hot wallet without transferring ownership of the rig.

Functions:

  • getAgentWallet(tokenId) -- returns the registered agent wallet address
  • setAgentWallet(tokenId, newWallet, deadline, signature) -- sets a new agent wallet (requires EIP-712 signature from the new wallet)
  • unsetAgentWallet(tokenId) -- removes the agent wallet

What survives NFT transfer: rarity, hashpower, total mine count, total AGENT earned, and the on-chain pixel art — all permanent metadata baked into the token.

What gets cleared on transfer: ONLY the agent wallet binding. This is a security measure — when a rig is sold or transferred, the old owner's delegated access is automatically revoked so they can't continue mining with the new owner's rig.

Trading: Miner NFTs are fully tradeable (standard ERC-721). They are NOT soulbound. You can buy, sell, and transfer them on OpenSea or any NFT marketplace. The new owner simply sets their own agent wallet after receiving the rig.

Testnet (Base Sepolia)

To mine on testnet, set:

RPC_URL=https://sepolia.base.org
CHAIN=baseSepolia

Use the corresponding testnet contract addresses.


11. Troubleshooting

ErrorCauseFix
PRIVATE_KEY is required for minting and mining commands.Missing or unset PRIVATE_KEY in .envAdd PRIVATE_KEY=0x... to your .env file
PRIVATE_KEY must be a 32-byte hex string prefixed with 0x.Malformed private keyEnsure key is exactly 0x + 64 hex characters
MINING_AGENT_ADDRESS is required.Contract address not setSet MINING_AGENT_ADDRESS in .env
AGENT_COIN_ADDRESS is required.Contract address not setSet AGENT_COIN_ADDRESS in .env
LLM_API_KEY is required for openai.Missing API key for cloud providerSet LLM_API_KEY (or provider-specific key like OPENAI_API_KEY) in .env, or switch to ollama
Insufficient feeNot enough ETH sent with mintCheck getMintPrice() and ensure wallet has enough ETH
Sold outAll 10,000 Miner NFTs mintedNo more rigs available; buy one on secondary market
ExpiredSMHL challenge expired (>20s)Your LLM is too slow; use a faster model or provider
Invalid SMHLLLM produced an incorrect solutionRetry; if persistent, switch to a more capable model
Not your minerToken ID not owned by your walletVerify PRIVATE_KEY matches the NFT owner; check token ID
Supply exhaustedAll 18.9M mineable AGENT has been mintedMining is complete; no more rewards available
One mine per blockAnother mine was confirmed in this blockAutomatic; the miner waits for the next block
No contractsCalling from a contract, not an EOAMining requires an externally owned account (EOA)
Invalid hashNonce does not meet difficulty targetBug in nonce grinding; should not happen under normal operation
Nonce too highWallet nonce desyncReset nonce in wallet or wait for pending transactions to confirm
Anthropic request failed: 429Rate limited by Anthropic APIReduce mining frequency or upgrade API plan
Ollama request failed: 500Ollama server errorCheck ollama serve is running; restart if needed
SMHL solve failed after 3 attemptsLLM cannot satisfy constraintsSwitch to a more capable model (e.g., gpt-4o or claude-sonnet-4-5-20250929)
Fee forward failedLPVault rejected the ETH transferLPVault may not be set; check contract deployment
10 consecutive failuresRepeated transient errorsCheck RPC connectivity, wallet balance, and LLM availability
Claude Code error: ...claude CLI failed or timed outVerify claude is installed and in PATH; check subscription is active
Codex error: ...codex CLI failed or timed outVerify codex is installed and in PATH; check subscription is active
Timed out waiting for next block (60s)RPC not responding or network stalledCheck RPC connectivity; try a different RPC endpoint

12. Contract Addresses

ContractAddress
MiningAgent (ERC-721)0xB7caD3ca5F2BD8aEC2Eb67d6E8D448099B3bC03D
AgentCoin (ERC-20)0x12577CF0D8a07363224D6909c54C056A183e13b3
LPVault0xDD47a61c6E498464A6e2cE31867a70c4F8648a6

Network: Base (Chain ID 8453)

Token details:

  • Name: AgentCoin
  • Symbol: AGENT
  • Decimals: 18
  • Max supply: 21,000,000 AGENT
  • LP reserve: 2,100,000 AGENT (10%, minted to LPVault at deployment)
  • Mineable supply: 18,900,000 AGENT

Miner NFT details:

  • Name: AgentCoin Miner
  • Symbol: MINER
  • Standard: ERC-721 Enumerable + ERC-8004 (Agent Registry)
  • Max supply: 10,000

Source: github.com/Agentoshi/apow-cli | Protocol: github.com/Agentoshi/apow-core

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…