Closed jacks0n9 closed 3 years ago
When I cd into the vanitygen directory (mac) and type make, it gives me the error "vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found"
You need to install libssl-dev
libssl-dev
sudo apt install libssl-dev
When I cd into the vanitygen directory (mac) and type make, it gives me the error "vanitygen.c:26:10: fatal error: 'openssl/sha.h' file not found"