Skip to content

Commit dd51953

Browse files
committed
docs: sync public mining docs
1 parent b4a2782 commit dd51953

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npx apow-cli
2828
> **v0.8.0+: Bring your own RPC or use auto-pay.** You need a Base RPC endpoint. Two options:
2929
>
3030
> 1. **Bring your own** (free): Get a free RPC URL from [Alchemy](https://www.alchemy.com/), [QuickNode](https://www.quicknode.com/), or any Base RPC provider. Set `RPC_URL` in your `.env`.
31-
> 2. **QuickNode x402** (paid, zero setup): Set `USE_X402=true` in your `.env`. Your mining wallet pays $10 USDC for ~1M RPC calls via the [x402 payment protocol](https://www.x402.org/). No API key, no account needed.
31+
> 2. **QuickNode x402** (paid, zero setup): Set `USE_X402=true` in your `.env`. Your mining wallet pays for RPC usage via the [x402 payment protocol](https://www.x402.org/). Start with at least 2.00 USDC on Base and add more for headroom. No API key or account needed.
3232
>
3333
> Run `apow setup` to configure interactively.
3434
@@ -71,16 +71,16 @@ Each wallet gets one rig, each rig mines independently. More wallets = more chan
7171
If you prefer to do it yourself:
7272

7373
```bash
74-
npx apow-cli start # guided happy path: setup -> fund -> mint -> mine
74+
npx apow-cli start # guided happy path: setup -> funding checks -> mint -> mine
7575
```
7676

77-
If you want to control each step manually, the older `setup -> fund -> mint -> mine` flow is still supported below.
77+
If you want to control each step manually, the older step-by-step flow is still supported below.
7878

7979
## Commands
8080

8181
| Command | Description |
8282
|---------|-------------|
83-
| `apow start` | Guided happy path: setup -> fund -> mint -> mine |
83+
| `apow start` | Guided happy path: setup -> funding checks -> mint -> mine |
8484
| `apow setup` | Agent-first setup wizard: Easy Mode (x402 everywhere) or Advanced Mode |
8585
| `apow fund` | Fund your wallet: bridge from Solana/Ethereum or send on Base, auto-split ETH+USDC |
8686
| `apow wallet new` | Generate a new mining wallet, plus optional encrypted JSON keystore backup |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apow-cli",
3-
"version": "0.11.6",
3+
"version": "0.11.7",
44
"description": "Mine AGENT tokens on Base L2 with Agentic Proof of Work",
55
"keywords": [
66
"apow",

skill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on Base. Everything else you handle yourself.
3030

3131
**Via npm (recommended):**
3232
```bash
33-
npx apow-cli start # zero-config happy path: setup -> fund -> mint -> mine
33+
npx apow-cli start # zero-config happy path: setup -> funding checks -> mint -> mine
3434
```
3535

3636
**Via source:**
@@ -48,7 +48,7 @@ If you're an AI agent, you can skip the wizard and write the `.env` directly.
4848
```bash
4949
# 1. Generate a wallet
5050
npx apow-cli wallet new
51-
# Captures address + private key from output (also saved to wallet-<address>.txt)
51+
# Captures address + private key from output (and can save a plaintext import helper plus encrypted keystore)
5252

5353
# 2. Write .env directly — Easy Mode equivalent
5454
# Contract addresses are built-in defaults — no need to specify them

0 commit comments

Comments
 (0)