vanitygen-plusplus
vanitygen-plusplus copied to clipboard
OpenSSL Issue
Hey I'm having an issue trying to generate Taproot and Cosmos addresses. I've compiled and installed Open SSL 3.0 and when i run openssl version It does in fact show that 3.0 is installed, it reads : Open SSL 3.0.0 17 Sept
However when I try to generate a Taproot or Cosmos address with Vanitygen it says
OpenSSL 3.0 (or higher) required to generate this address
also when running dpkg -l openssl I get:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-fules/Unpacked/half-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-============-===================-============-===================
ii openssl 1.1.1n-0+deb11u3+rpt1 armhf Secure Sockets Layer toolkit….
*** Running on Linux on a Raspberry Pi
Do you have two versions of openssl installed?
The output of dpkg -l openssl shows that the version 1.1.1n is installed, may be this version of openssl is used when building.
I don’t think I do because I uninstalled OpenSSL before installing version 3 (I compiled it and installed it from source code multiple times, it took almost a full day to run and install)
On Fri, Nov 4, 2022 at 12:55 AM 10gic @.***> wrote:
Do you have two versions of openssl installed? The output of dpkg -l openssl shows that the version 1.1.1n is installed, may be this version of openssl is used when building.
— Reply to this email directly, view it on GitHub https://github.com/10gic/vanitygen-plusplus/issues/47#issuecomment-1302968700, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXWJKAKR2VARAIMF44TCWDLWGSJK7ANCNFSM6AAAAAARWJ5JEI . You are receiving this because you authored the thread.Message ID: @.***>
I wouldn’t I have to recompile Vanitygen after installing open SSL would I?
On Mon, Nov 7, 2022 at 11:27 AM Cee BTCee @.***> wrote:
I don’t think I do because I uninstalled OpenSSL before installing version 3 (I compiled it and installed it from source code multiple times, it took almost a full day to run and install)
On Fri, Nov 4, 2022 at 12:55 AM 10gic @.***> wrote:
Do you have two versions of openssl installed? The output of dpkg -l openssl shows that the version 1.1.1n is installed, may be this version of openssl is used when building.
— Reply to this email directly, view it on GitHub https://github.com/10gic/vanitygen-plusplus/issues/47#issuecomment-1302968700, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXWJKAKR2VARAIMF44TCWDLWGSJK7ANCNFSM6AAAAAARWJ5JEI . You are receiving this because you authored the thread.Message ID: @.***>
I suggest you use nix-build to build it.
Okay I'm not sure what that is but will do some digging haha
- First install nix-build if it is not installed, for example:
sh <(curl -L https://nixos.org/nix/install) - Then, run
nix-buildin project root. - If all succeeded, the generated binary is
./result/bin/vanitygen++.