check_status
Full Member
Offline
Activity: 196
Merit: 100
Web Dev, Db Admin, Computer Technician
|
|
May 27, 2012, 03:09:44 AM |
|
A distributed Vanity Address generator might be faster, dividing work across all GPU's instead of one work per GPU. There are lots of distributed designs out there already, some open source but for CUDA, would need to convert CUDA language to OpenCL language. This would make it easier for those with large farms to utilize an address generator without it being a PITA to setup.
|
For Bitcoin to be a true global currency the value of BTC needs always to rise. If BTC became the global currency & money supply = 100 Trillion then ⊅1.00 BTC = $4,761,904.76. P2Pool Server List | How To's and Guides Mega List | 1 EndfedSryGUZK9sPrdvxHntYzv2EBexGA
|
|
|
ThePiachu
|
|
May 27, 2012, 06:19:22 PM |
|
Hmm, the Vanitygen executable download link doesn't seem to work, can someone reupload it please?
|
|
|
|
nimda
|
|
May 27, 2012, 06:21:33 PM |
|
|
|
|
|
etsoberano
|
|
May 27, 2012, 07:20:05 PM |
|
Hi , I want to start selling or giving out free, simple vanitygen addresses, but of course I have the problem of private key (thrust). I already read this msg but i don't understand anything of that. https://bitcointalk.org/index.php?topic=81865.msg901491#msg901491Can anyone explain in a simple way (noob language) please?
|
฿itcoin: 1hackzqroVrD5pQCeXThfCZWB9zX7jUPJ
|
|
|
tynt
Member
Offline
Activity: 61
Merit: 10
|
|
May 27, 2012, 09:06:20 PM |
|
Is there any mirrors for the windows binary? Original link seems to be dead.
|
5830 mining for life
|
|
|
arne
Newbie
Offline
Activity: 47
Merit: 0
|
|
May 27, 2012, 10:42:02 PM |
|
|
|
|
|
nimda
|
|
May 28, 2012, 01:55:50 AM |
|
Is there any mirrors for the windows binary? Original link seems to be dead.
If you'd prefer a non-throttled, non-ad-riddled, non-shit link which doesn't ask you to pay buckets of money for a "pro" account... http://www.mediafire.com/?5v8ad50eww87x20
|
|
|
|
Raoul Duke
aka psy
Legendary
Offline
Activity: 1358
Merit: 1002
|
|
May 28, 2012, 03:52:28 AM Last edit: May 28, 2012, 04:02:48 PM by psy |
|
Newbies posting binaries and pushing people to download theirs and not others? Brb, gonna run this shit while I still have some bitcoins in my wallet, they deserve them.
|
|
|
|
nimda
|
|
May 28, 2012, 03:52:59 PM |
|
Newbies posting binaries and pushing people to download theirs and not others? I merely have a hatred of sites which throttle and limit downloads
|
|
|
|
BurtW
Legendary
Offline
Activity: 2646
Merit: 1138
All paid signature campaigns should be banned.
|
|
May 30, 2012, 07:20:03 AM |
|
I have posted about this subject many times. It is very simple actually: I generate a valid public/private key pair. I give you the public key and keep the corresponding private key secret. You run a modified vanitygen program that generates and finds vanity addresses. The only modification needed is that it starts from my public key instead of the normal keypair generation point. This should be a very easy modification to make. Once you find the cool vanity address YOU will have a worthless private key, valid public key and a cool vanity address generated from this key pair. The private key is worthless because it was generated from the wrong starting point on the eliptical curve (my public key). However, if you give this "worthless" private key back to me I can use my secret private key and the private key you generated to calculate a perfectly valid and useful keypair that happens to hash to the cool vanity address. This calculation of the final private key from the private key you send back to me and my private key is very simple. There you go. We just need someone to make the modification to vanitygen (and the GPU version of it) to take a public key as input to replace the standard starting point for all its key generation. And someone to write the very simple script to take the two private keys and generate the final private key.
|
Our family was terrorized by Homeland Security. Read all about it here: http://www.jmwagner.com/ and http://www.burtw.com/ Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
|
|
|
BurtW
Legendary
Offline
Activity: 2646
Merit: 1138
All paid signature campaigns should be banned.
|
|
May 30, 2012, 07:28:09 AM |
|
Math for the above is:
MYpublic = MYprivate * G
YOURpublic = YOURprivate * MYpublic
FINALpublic = YOURpublic = YOURprivate * MYpublic = (YOURprivate * MYprivate) * G
FINALprivate = YOURprivate * MYprivate
BTW this is only one of two ways to do this.
|
Our family was terrorized by Homeland Security. Read all about it here: http://www.jmwagner.com/ and http://www.burtw.com/ Any donations to help us recover from the $300,000 in legal fees and forced donations to the Federal Asset Forfeiture slush fund are greatly appreciated!
|
|
|
nimda
|
|
May 30, 2012, 07:05:24 PM |
|
Hmm, the Vanitygen executable download link doesn't seem to work, can someone reupload it please?
The post #1 sendspace link http://www.sendspace.com/file/pjgrfj seems to be working It's been off and on for a week at least
|
|
|
|
gweedo
Legendary
Offline
Activity: 1498
Merit: 1000
|
|
May 31, 2012, 03:36:55 AM |
|
Can anyone help me solve why I get this error on mac OSX 10.6.8? % sudo make -f Makefile.osx cc -ggdb -O3 -Wall -c -o pattern.o pattern.c pattern.c:32:18: error: pcre.h: No such file or directory pattern.c:1639: error: expected specifier-qualifier-list before ‘pcre’ pattern.c: In function ‘vg_regex_context_add_patterns’: pattern.c:1658: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1660: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1661: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1671: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1672: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1673: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1676: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1677: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1678: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1678: error: ‘pcre’ undeclared (first use in this function) pattern.c:1678: error: (Each undeclared identifier is reported only once pattern.c:1678: error: for each function it appears in.) pattern.c:1678: error: expected expression before ‘)’ token pattern.c:1679: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1679: error: ‘pcre_extra’ undeclared (first use in this function) pattern.c:1679: error: expected expression before ‘)’ token pattern.c:1680: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1681: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1686: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1687: warning: implicit declaration of function ‘pcre_compile’ pattern.c:1689: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1702: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1703: warning: implicit declaration of function ‘pcre_study’ pattern.c:1703: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1706: warning: implicit declaration of function ‘pcre_free’ pattern.c:1706: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1709: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c: In function ‘vg_regex_context_free’: pattern.c:1727: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1728: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1729: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1731: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1732: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c: In function ‘vg_regex_test’: pattern.c:1748: error: ‘pcre’ undeclared (first use in this function) pattern.c:1748: error: ‘re’ undeclared (first use in this function) pattern.c:1789: warning: implicit declaration of function ‘pcre_exec’ pattern.c:1789: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1790: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1796: error: ‘PCRE_ERROR_NOMATCH’ undeclared (first use in this function) pattern.c:1804: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1808: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1813: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1817: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1818: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1819: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1826: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1826: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1827: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1828: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1829: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1829: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c: In function ‘vg_regex_context_new’: pattern.c:1856: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1857: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ make: *** [pattern.o] Error 1
|
|
|
|
Red Emerald
|
|
June 01, 2012, 06:26:33 PM |
|
Can anyone help me solve why I get this error on mac OSX 10.6.8? % sudo make -f Makefile.osx cc -ggdb -O3 -Wall -c -o pattern.o pattern.c pattern.c:32:18: error: pcre.h: No such file or directory pattern.c:1639: error: expected specifier-qualifier-list before ‘pcre’ pattern.c: In function ‘vg_regex_context_add_patterns’: pattern.c:1658: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1660: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1661: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1671: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1672: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1673: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1676: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1677: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1678: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1678: error: ‘pcre’ undeclared (first use in this function) pattern.c:1678: error: (Each undeclared identifier is reported only once pattern.c:1678: error: for each function it appears in.) pattern.c:1678: error: expected expression before ‘)’ token pattern.c:1679: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1679: error: ‘pcre_extra’ undeclared (first use in this function) pattern.c:1679: error: expected expression before ‘)’ token pattern.c:1680: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1681: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1686: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1687: warning: implicit declaration of function ‘pcre_compile’ pattern.c:1689: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1702: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1703: warning: implicit declaration of function ‘pcre_study’ pattern.c:1703: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1706: warning: implicit declaration of function ‘pcre_free’ pattern.c:1706: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1709: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c: In function ‘vg_regex_context_free’: pattern.c:1727: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1728: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1729: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1731: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ pattern.c:1732: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c: In function ‘vg_regex_test’: pattern.c:1748: error: ‘pcre’ undeclared (first use in this function) pattern.c:1748: error: ‘re’ undeclared (first use in this function) pattern.c:1789: warning: implicit declaration of function ‘pcre_exec’ pattern.c:1789: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1790: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1796: error: ‘PCRE_ERROR_NOMATCH’ undeclared (first use in this function) pattern.c:1804: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1808: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1813: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1817: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1818: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1819: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1826: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1826: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1827: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1828: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_extra’ pattern.c:1829: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c:1829: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex_pat’ pattern.c: In function ‘vg_regex_context_new’: pattern.c:1856: error: ‘vg_regex_context_t’ has no member named ‘vcr_regex’ pattern.c:1857: error: ‘vg_regex_context_t’ has no member named ‘vcr_nalloc’ make: *** [pattern.o] Error 1
"pattern.c:32:18: error: pcre.h: No such file or directory" I think that is the part that matters. Try using brew to 'brew install pcre' and then go again http://mxcl.github.com/homebrew/
|
|
|
|
Xenland
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
June 03, 2012, 06:18:33 AM |
|
Time to test this vanity thing out for once!
|
|
|
|
Hexadecibel
Human Intranet Liason
VIP
Hero Member
Offline
Activity: 571
Merit: 504
I still <3 u Satoshi
|
|
June 05, 2012, 04:12:36 AM |
|
The name I want will take 500 years
|
|
|
|
Aseras
|
|
June 06, 2012, 06:17:08 PM |
|
The name I want will take 500 years
could take 500 years. It could take 30 seconds too.
|
|
|
|
BTCurious
|
|
June 06, 2012, 07:01:57 PM |
|
The name I want will take 500 years
could take 500 years. It could take 30 seconds too. Could take 10 000 years too. You have 50% chance to find it within 500 years.
|
|
|
|
ErebusBat
|
|
June 06, 2012, 07:11:12 PM |
|
Does anyone have a working build for OSX Lion? I get the following output: $ make -f Makefile.osx oclvanitygen cc -ggdb -O3 -Wall -c -o oclvanitygen.o oclvanitygen.c clang: warning: argument unused during compilation: '-ggdb' oclvanitygen.c:311:36: warning: conversion specifies type 'long' but the argument has type 'cl_ulong' (aka 'unsigned long long') [-Wformat] fprintf(stderr, "Global memory: %ld\n", ~~^ %llu oclvanitygen.c:313:37: warning: conversion specifies type 'long' but the argument has type 'cl_ulong' (aka 'unsigned long long') [-Wformat] fprintf(stderr, "Max allocation: %ld\n", ~~^ %llu oclvanitygen.c:494:2: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations] MD5_Init(&ctx); ^ oclvanitygen.c:497:2: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations] MD5_Update(&ctx, str, strlen(str) + 1);
Full output: http://pastebin.com/CYwyPQgZ
|
|
|
|
Red Emerald
|
|
June 06, 2012, 11:41:32 PM |
|
Does anyone have a working build for OSX Lion? I get the following output: $ make -f Makefile.osx oclvanitygen cc -ggdb -O3 -Wall -c -o oclvanitygen.o oclvanitygen.c clang: warning: argument unused during compilation: '-ggdb' oclvanitygen.c:311:36: warning: conversion specifies type 'long' but the argument has type 'cl_ulong' (aka 'unsigned long long') [-Wformat] fprintf(stderr, "Global memory: %ld\n", ~~^ %llu oclvanitygen.c:313:37: warning: conversion specifies type 'long' but the argument has type 'cl_ulong' (aka 'unsigned long long') [-Wformat] fprintf(stderr, "Max allocation: %ld\n", ~~^ %llu oclvanitygen.c:494:2: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations] MD5_Init(&ctx); ^ oclvanitygen.c:497:2: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations] MD5_Update(&ctx, str, strlen(str) + 1);
Full output: http://pastebin.com/CYwyPQgZI've only built vanitygen in Lion, haven't tried oclvanitygen.
|
|
|
|
|