visan-ionut / CUDA_Mining

This project entails implementing a Proof of Work (PoW) algorithm for blockchain mining using NVIDIA CUDA technology to enhance performance. The objective is to find a nonce that, when combined with block content and hashed, meets a specified difficulty level.
1 stars 1 forks source link

Missing ../include/utils.cuh file #1

Open crypt0inf0 opened 1 week ago

crypt0inf0 commented 1 week ago

../include/utils.cuh file is missing

visan-ionut commented 1 week ago

Thanks for your message, you can check again for updated repo.