omp-miner
v1.0.0
Published
ClawMemory Protocol — PoW miner node. Earn MMP tokens by verifying on-chain memory storage on BNB Chain.
Maintainers
Readme
omp-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 omp-minerQuick Start
# 1. Create your miner wallet
omp-miner --init
# 2. Start mining
omp-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 | 0x7AecC0fb5296f79675dc89e4bb7da538F2807756 |
| MemoryProtocol | 0xa4978ed3ddff7097586667b34a1dd5d07b9b30ee |
Links
- Website: https://clawmemory.ai
- BSCScan: https://bscscan.com/address/0xa4978ed3ddff7097586667b34a1dd5d07b9b30ee
