It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
miner@miner1:~/vanitygen$ ./oclvanitygen -d3 1
WARNING: Built with OpenSSL 0.9.8o 01 Jun 2010
WARNING: Use OpenSSL 1.0.0d+ for best performance
Difficulty: 1
Compiling kernel, can take minutes...done!
WARNING: AMD BFI_INT patching failed
Match idx: 0
CPU hash: 5a6de23e99d7d70d986fc0daad500c39af74af20
GPU hash: 1db6a03acbf6e04f0425be28ff3dcebbc46911e9
Found delta: 655355 Start delta: 1
[1.92 Mkey/s][total 655360] Match idx: 0
CPU hash: e3efc75d73fd9934403f2ee1c1fc42bcaaacce0a
GPU hash: a8b1a2db739c394901453baa2b5a61ec6775b99b
Found delta: 655355 Start delta: 1
Match idx: 0
[user@miner vanitygen]$ patterns=( vanity1 vanity2 vanity3 ... vanityN )
[user@miner vanitygen]$ for pattern in "${patterns[@]}"; do ./vanitygen 1${pattern}; done
./vanitygen --help
[user@miner vanitygen]$ patterns=( vanity1 vanity2 vanity3 ... vanityN )
[user@miner vanitygen]$ for pattern in "${patterns[@]}"; do ./vanitygen 1${pattern}; done
[user@miner vanitygen]$ patterns=( vanity1 vanity2 vanity3 ... vanityN )
[user@miner vanitygen]$ for pattern in "${patterns[@]}"; do ./vanitygen 1${pattern}; done
--- Makefile.org 2011-09-14 13:01:06.000000000 +0700
+++ Makefile 2011-09-14 13:03:57.000000000 +0700
@@ -1,5 +1,6 @@
LIBS=-lpcre -lcrypto -lm -lpthread
CFLAGS=-ggdb -O3 -Wall
+OCLFLAGS= $(CFLAGS) -I$(AMDAPPSDKROOT)/include/
OBJS=vanitygen.o oclvanitygen.o keyconv.o pattern.o util.o
PROGS=vanitygen keyconv
@@ -9,7 +10,7 @@
$(CC) $^ -o $@ $(CFLAGS) $(LIBS)
oclvanitygen: oclvanitygen.o pattern.o util.o
- $(CC) $^ -o $@ $(CFLAGS) $(LIBS) -lOpenCL
+ $(CC) $^ -o $@ $(OCLFLAGS) $(LIBS) -L $(AMDAPPSDKROOT)/lib/x86/ -lOpenCL
keyconv: keyconv.o util.o
$(CC) $^ -o $@ $(CFLAGS) $(LIBS)
-XGenerate address with the given version