Activity Overview

Commits and releases over time

  • Commits
  • Releases
  • Authors

Repository Explorer

8 commits in all time May 08, 2026 06:43 – Aug 06, 2026 06:43 UTC
tmattel CryptoDeepTools
Merge 5d2056443c823d214977cf1e6806b62179422a6b into bae870b2e0b3b9411f2b93597591be17ed225269
Git Commit b0649754 Branch pull/15/merge Document 1/520 ++ 0 --
claude CryptoDeepTools
Gitignore puzzle-71 run artifacts (logs/checkpoints)
These are live process output that changes every few seconds while the
search runs, so tracking them causes constant repo churn. Untrack them
and ignore going forward; the tool itself stays version-controlled.
Git Commit faebf084 Branch pull/55/head Document 11/2 ++ 1,294 --
claude CryptoDeepTools
Update puzzle-71 shard run artifacts (resumed from checkpoint)
Git Commit 7df6e7d2 Branch pull/55/head Document 8/29 ++ 4 --
claude CryptoDeepTools
Optimize keyhunt.py hot loop with incremental EC point addition
Replace per-key PrivateKey.from_int() scalar multiplication with a single
initial multiplication followed by PublicKey.add() (point + G) each step.
Benchmarked ~4x faster in this environment (verified against selftest and
a live solved-puzzle search) since coincurve's tweak-add path skips the
extra object/validation overhead that from_int() pays per call.
Git Commit ac39660c Branch pull/55/head Document 1/15 ++ 2 --
claude CryptoDeepTools
Add Bitcoin puzzle keyhunt tool (31BitcoinKeyhuntTool)
CPU key-search engine using coincurve for fast EC math, with checkpoint/
resume and sharding support. Verified against solved puzzles #20 and #66.
Git Commit 945baba4 Branch pull/55/head Document 4/236 ++ 0 --
claude CryptoDeepTools
Add run artifacts from puzzle-71 shard search benchmark
Checkpoint/log files from the 4-shard keyhunt.py run against puzzle 71.
No match found (expected: 2^70 keyspace is not brute-forceable).
Git Commit 9b8527a0 Branch pull/55/head Document 11/1,273 ++ 0 --