15 Commits

Author SHA1 Message Date
Your Name
911fc77651 Update version to 0.2.0 for major performance optimization release 2025-08-17 14:34:07 -04:00
Your Name
e512ac3408 Release v0.2.0 - Major performance optimization: removed thread polling overhead for maximum mining speed 2025-08-17 14:33:05 -04:00
Your Name
7d1500a49c Optimized thread cancellation - removed should_stop polling for maximum mining performance 2025-08-17 14:28:26 -04:00
Your Name
6568d4465a disabled debug logging 2025-08-17 13:19:16 -04:00
Your Name
d556523fa5 Fixed duplicate output issue in main function 2025-08-17 12:40:14 -04:00
Your Name
5047023489 Testing improved thread termination with immediate output 2025-08-17 12:39:06 -04:00
Your Name
46977c882c Fix write() return value warnings using compiler pragmas in signal_handler 2025-08-17 12:22:24 -04:00
Your Name
44c7737fa7 Fixed compile warnings - handled write() return values and removed unused variable 2025-08-17 12:20:38 -04:00
Your Name
57201af725 Fixed typedef declaration order compilation error 2025-08-17 12:10:09 -04:00
Your Name
fb45970bbb Add comprehensive thread exit monitoring and signal handling for debugging thread crashes 2025-08-16 16:36:28 -04:00
Your Name
d4e609039e Remove redundant internal callback system - verbose output provides better progress reporting 2025-08-16 15:57:14 -04:00
Your Name
9c428082f1 Reduce progress callback interval to every 10 rounds 2025-08-16 15:23:52 -04:00
Your Name
5dd8574319 Implement progress and error callback reporting every 9999 attempts 2025-08-16 15:10:57 -04:00
Your Name
6e8a5b4be6 Added verbose flag (-v) with detailed thread progress reporting showing nonce, best difficulty achieved, mining rate, and target 2025-08-15 07:18:07 -04:00
Your Name
ef2b13e511 Updated build.sh to automatically commit and push changes after successful build 2025-08-14 20:08:19 -04:00