solanity icon indicating copy to clipboard operation
solanity copied to clipboard

Solanity - Solana GPU Address Grinder

Results 7 solanity issues
Sort by recently updated
recently updated
newest added

I don't understand what i need to do help please ```bash $ export PATH=/usr/local/cuda/bin:$PATH $ make -j$(nproc) ``` ## Running ```bash LD_LIBRARY_PATH=./src/release ./src/release/cuda_ed25519_vanity ```

Noob question - how do I build this on windows? Or do I need a Linux simulator? Tried researching but its basically all impossible for me to read.

C:/MinGW/bin/mingw32-make V=release -C src mingw32-make[1]: Entering directory 'E:/wow/wow/solanity/src' nvcc -rdc=true --ptxas-options=-v --gpu-code=sm_37,sm_50,sm_61,sm_70,compute_35 --gpu-architecture=compute_35 -O3 -Xcompiler "-Wall -Werror -fPIC -Wno-strict-aliasing" -DENDIAN_NEUTRAL -DLTC_NO_ASM -Icuda-headers -Icuda-sha256 -c cuda-ecc-ed25519/vanity.cu -o release/ecc_scan.o nvcc fatal :...

I found in your code you got 22MH/sec. Is my run performance looks good?

Is there any way to have the Matches export out to a file?

I have ran ``` export PATH=/usr/local/cuda/bin:$PATH . mk ``` I am in the /solanity directory. And the following error appears at last. ``` /usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with...

When I run the application without modifications (searching for prefixes `AAAA` and `BBBB`), I get the following output: ``` GPU: Initializing Memory GPU: 0 (NVIDIA GeForce GTX 750 Ti )...