We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After following the ubuntu build instructions, I get the following error at the last make step:
[ 65%] Built target poolprotocols ptxas fatal : Memory allocation failure CMake Error at ethash-cuda_generated_CUDAMiner_cuda.cu.o.Release.cmake:279 (message): Error generating file /home/joel/Downloads/kawpowminer/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_CUDAMiner_cuda.cu.o libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:315: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o' failed make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o] Error 1 CMakeFiles/Makefile2:522: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2 ptxas fatal : Memory allocation failure CMake Error at ethash-cuda_generated_CUDAMiner_cuda.cu.o.Release.cmake:279 (message): Error generating file /home/joel/Downloads/kawpowminer/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_CUDAMiner_cuda.cu.o libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:315: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o' failed make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o] Error 1 CMakeFiles/Makefile2:522: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2 Makefile:151: recipe for target 'all' failed make: *** [all] Error 2 [1]+ Exit 2 make -sj $(nproc)
The text was updated successfully, but these errors were encountered:
Looks as if you are running out of disk space.
Don`t try to mine on a Jetson, the GPU is just too weak. With a Jetson AGX Xavier you get only about 182kH/s....
Sorry, something went wrong.
No branches or pull requests
After following the ubuntu build instructions, I get the following error at the last make step:
The text was updated successfully, but these errors were encountered: