Astatine Miner CLI
The Astatine Miner CLI allows you to mine virtual blocks directly on the Injective. It connects to the Astatine PoW Chain, continuously searches for valid nonces, and submits found solutions automatically.
1. Install Node.js
The CLI requires Node.js (v18 or higher) to run. You can verify if Node.js is installed by running:
node -v npm -v
If not installed, download it from nodejs.org and follow the setup wizard.
2. Clone the Repository
git clone https://github.com/Jecta-ai/ast-miner-cli.git cd ast-miner-cli
3. Install Dependencies
npm install
4. Run the Miner
npx ts-node miner.ts --mnemonic "your mnemonic here"
Make sure your wallet holds at least 1 INJ to mine.
Don't forget to apply your mnemonic at "your mnemonic here" part.
Features
- Live hashrate monitor
- Automatic solution submission
- Finalization when mining window closes
Repository
Visit the official GitHub repository for more information, issues, and updates:
github.com/Jecta-ai/ast-miner-cli