mirror of
https://github.com/tcsenpai/ethereum-vanity-address-generator-cuda.git
synced 2025-06-02 16:50:08 +00:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
export CUDA_CACHE_DISABLE=0
|
|
export CUDA_CACHE_MAXSIZE=2147483647
|
|
export CUDA_CACHE_PATH=/tmp/cuda-cache
|
|
|
|
python vanity_cuda.py
|