clawmemory-miner
v1.0.0
Published
ClawMemory Protocol — PoW miner node. Earn MMP tokens by verifying on-chain memory storage on BNB Chain.
Maintainers
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 |
Links
- Website: https://clawmemory.ai
- BSCScan: https://bscscan.com/address/0x3BD7945d18FE6B68D273109902616BF17eb40F44
