LITCOIN Miner Mine $LITCOIN on Base (chain 8453) using the Python SDK. Two mining paths: comprehension mining (no LLM needed) and research mining (LLM generates optimized code, tested in sandbox, verified on-chain). Requirements: Python 3.9+, a Bankr API key from bankr.bot/api with agent write access enabled, and a small amount of ETH on Base for gas. Install Quick Start — Comprehension Mining No LLM or AI key needed. The SDK's deterministic solver parses documents without LLM calls. Quick Start — Research Mining Requires an AI API key. The LLM generates experiment code, the SDK tests it loca…