Noctari node + miner (Linux x86-64)
===================================
1. Start the node (connects automatically):   ./start.sh -daemon
2. Wait until synced:                          ./noctari-cli getblockcount   (vs https://noctari.xyz/explorer)
3. Mine to YOUR wallet address:                ./mine.sh YOUR_ADDRESS 4      (4 = CPU cores)
Rewards go to YOUR_ADDRESS and appear in your wallet; coinbase matures after 100 blocks.
The CPU-PoW window ends at block 20,160, then the chain is pure Proof-of-Stake.
Full guide: https://github.com/noctari-core/noctari/blob/main/MINING.md
