1
0

More ccu based mining

This commit is contained in:
Aiden
2026-05-26 11:07:36 +10:00
parent 421c9f4567
commit 1ad03d5692
6 changed files with 2880 additions and 1 deletions

8
h8536_ccu_seed_hints.py Normal file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env python3
"""Compatibility wrapper for the H8/536 CCU seed-hint miner."""
from h8536.ccu_seed_hints import main
if __name__ == "__main__":
raise SystemExit(main())