mining/database/session.go
Claude e9cab59ada
feat: extract mining engine from Mining repo
XMRig/TTMiner mining engine with profile management, stats collection,
circuit breakers, event system, supervisor, and SQLite persistence.
P2P node service stubbed (moved to core/go-p2p).

Ported from github.com/Snider/Mining/pkg/{mining,database,logging}

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 15:47:12 +00:00

5 lines
216 B
Go

package database
// This file previously contained session tracking functions.
// Session tracking is not currently integrated into the mining manager.
// The database schema still supports sessions for future use.