Package Details: vanitygen-git 20121024-3

Git Clone URL: https://aur.archlinux.org/vanitygen-git.git (read-only, click to copy)
Package Base: vanitygen-git
Description: Bitcoin vanity address generator written in C
Upstream URL: https://github.com/samr7/vanitygen
Licenses: AGPL3
Conflicts: vanitygen
Provides: vanitygen
Submitter: ser
Maintainer: bitwave
Last Packager: bitwave
Votes: 6
Popularity: 0.000000
First Submitted: 2015-09-26 03:32 (UTC)
Last Updated: 2017-08-05 10:05 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

char1iecha1k commented on 2017-05-28 01:10 (UTC) (edited on 2017-05-28 01:11 (UTC) by char1iecha1k)

Doesnt build with openssl-1.1 so install openssl-1.0 and change the makefile add the following line "PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig" and to the LIBS= line add " -L/usr/lib/openssl-1.0 -lssl" and to the CFLAGS= line add " -I/usr/include/openssl-1.0"

Cysioland commented on 2017-05-21 11:44 (UTC)

Does not build

zommuter commented on 2015-12-29 08:20 (UTC)

@Revelation60 Just change `make most` to `make all` and add `oclvanitygen` to the `install` lines

zommuter commented on 2015-12-29 08:18 (UTC)

Note issue https://github.com/samr7/vanitygen/issues/35, you cannot decrypt keys generated in encrypted form with this version, but you can use e.g. the fork https://github.com/elichai/vanitygen instead.

Revelation60 commented on 2015-12-10 11:54 (UTC)

Could you also include oclvanitygen?