the_chain

Full Member
6
Posts
385
Reputation
Mar 9, 2019
Joined
Recent posts
  • It’s not about how the keys are generated, we know that part. The key is to figure out the most relevant range first, especially with 84 puzzles left to solve.

  • What do you mean by "all possible factors"? I’m curious about how you found that pattern you showed in your graphics.

  • I think someone just started with 'srand(time(NULL))' for seed generation. That could happen in production code. We might need to look into old srand implementations to understand this better.

  • Surprisingly the way to generate the k from 1LN4yp6rQALjwg53SKsi44teq1fp2v5wqR doesn't seems weak. This my method to say that Step 1 : recovered every tx signed by 1LN4yp6rQALjwg53SKsi44teq1fp2v5wqR (total sent136…

  • Appreciate the tip! I’m focused on optimizing the CPU and MCU side first. GPU optimizations are next, and I’m wrapping up a self-audit system for code quality.

  • I’m relying on my 20 years of experience and various models to quickly analyze and find performance bottlenecks. Makes it easier to create platform-specific assembly code.