Files
jackpot-miner/.gitignore
T
jackpotincorporated 4dd54cb839 Remove Ethash and Pearl backends; keep Equihash 192,7 only
Drop the non-Equihash algorithms and their integration points:
- delete src/ethash.rs + src/ethash/ and src/pearl.rs + src/pearl/
- remove the ethash/pearl/pearl-cuda features and pearl-only deps
  (blake3, primitive-types, rand, bincode, base64) from Cargo.toml
- drop the --algo flag and the pearl/ethash dispatch branches in main.rs
- remove the pearl-cuda NVRTC linking from build.rs
- drop the stale /pearl-dump/ .gitignore entry

Builds check cleanly with default features and --no-default-features.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 23:31:32 -04:00

18 lines
372 B
Plaintext

# Rust build artifacts
/target
# IDE / editor
/.idea
# Claude Code — keep shared settings.json, ignore machine-local overrides
/.claude/settings.local.json
# Active runtime config (copy mine.example.toml to create it; may hold a wallet)
/mine.toml
# Reverse-engineering scratch & competitor binaries — kept local, not committed.
/alpha-miner
# OS cruft
.DS_Store