Go to file
Rúben Gomes 1cc1f28e72
adapted SIMD miner logic to work the same as CPU
Adapt SIMD miner to use CPU miner's sequential coin iteration logic
2025-11-02 23:34:26 +00:00
.gitignore Adapt SIMD miner to use CPU miner's counter logic 2025-11-02 23:18:04 +00:00
AAD_A1.pdf init comiit 2025-10-06 11:35:12 +01:00
aad_coin_miner_cpu.c CPU miner added, goes from A-Z, looping, and keeps changing LSBs until it checks every possibility 2025-11-02 18:16:56 +00:00
aad_coin_miner_cuda.c added CUDA implementation, changes needed 2025-11-02 22:39:53 +00:00
aad_coin_miner_cuda_kernel.cu added CUDA implementation, changes needed 2025-11-02 22:39:53 +00:00
aad_coin_miner_simd.c Improve code comments based on review feedback 2025-11-02 23:22:21 +00:00
aad_cuda_utilities.h small change for recent CUDA compatibility 2025-11-02 18:14:06 +00:00
aad_data_types.h init comiit 2025-10-06 11:35:12 +01:00
aad_sha1.h init comiit 2025-10-06 11:35:12 +01:00
aad_sha1_cpu.h init comiit 2025-10-06 11:35:12 +01:00
aad_sha1_cpu_tests.c init comiit 2025-10-06 11:35:12 +01:00
aad_sha1_cuda_kernel.cu init comiit 2025-10-06 11:35:12 +01:00
aad_sha1_cuda_test.c init comiit 2025-10-06 11:35:12 +01:00
aad_utilities.h init comiit 2025-10-06 11:35:12 +01:00
aad_vault.h init comiit 2025-10-06 11:35:12 +01:00
deti_coin_example.txt init comiit 2025-10-06 11:35:12 +01:00
logo.png init comiit 2025-10-06 11:35:12 +01:00
makefile Add makefile targets for coin miners and final testing 2025-11-02 23:20:20 +00:00
rfc3174.txt init comiit 2025-10-06 11:35:12 +01:00
test_miners.bash add quick verification test script for all DETI coin miners 2025-11-02 22:40:26 +00:00
test_vault.bash init comiit 2025-10-06 11:35:12 +01:00