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>
5 lines
216 B
Go
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.
|