Postingan

Install Bitcrack di linux POP OS

 Popos install Bitcrack sumber : https://github.com/brichard19/BitCrack.git Karna di Documentasi install tidak langsung jadi kita harus menyesuaikan beberapa perbuhan sedikit. Saya menggunakan ncvv untuk persaratan kompilasi nvcc --version nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2025 NVIDIA Corporation Built on Wed_Jan_15_19:20:09_PST_2025 Cuda compilation tools, release 12.8, V12.8.61 Build cuda_12.8.r12.8/compiler.35404655_0 Ini adalah contoh kode makefile yang dirubah  CUR_DIR=$(shell pwd) DIRS=util AddressUtil CmdParse CryptoUtil KeyFinderLib CLKeySearchDevice CudaKeySearchDevice cudaMath clUtil cudaUtil secp256k1lib Logger embedcl INCLUDE = $(foreach d, $(DIRS), -I$(CUR_DIR)/$d) LIBDIR=$(CUR_DIR)/lib BINDIR=$(CUR_DIR)/bin LIBS+=-L$(LIBDIR) # C++ options CXX=g++ CXXFLAGS=-O2 -std=c++11 # CUDA variables COMPUTE_CAP=50 NVCC=nvcc NVCCFLAGS=-std=c++11 -gencode=arch=compute_${COMPUTE_CAP},code=\"sm_${COMPUTE_CAP}\" -Xptxas="-v" -Xcompiler "${CXX...
Postingan terbaru