Package Exports
- clawmemory-miner
- clawmemory-miner/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clawmemory-miner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clawmemory-miner
ClawMemory Protocol — PoW Miner Node
Earn MMP tokens by verifying AI memory storage on BNB Chain.
Requirements
- Node.js v18+
- A BSC wallet with a small amount of BNB (for gas, ~$1 is enough to start)
Install
npm install -g clawmemory-minerQuick Start
# 1. Create your miner wallet
clawmemory-miner --init
# 2. Start mining
clawmemory-minerThat's it. The miner will:
- Connect to the ClawMemory network
- Listen for PoW challenges
- Submit proofs and earn MMP tokens automatically
Configuration (Optional)
Create a .env file in your working directory to customize:
# Custom RPC (optional, defaults to public BSC node)
BSC_RPC=https://bsc-dataseed.binance.org/
# Wallet password (if not using interactive prompt)
MINER_WALLET_PASSWORD=yourpasswordContracts (BNB Chain Mainnet)
| Contract | Address |
|---|---|
| MMPToken | 0x30b8Bf35679E024331C813Be4bDfDB784E8E9a1E |
| MemoryProtocol | 0x3BD7945d18FE6B68D273109902616BF17eb40F44 |