Author

Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22] - page 114. (Read 1153383 times)

donator
Activity: 686
Merit: 519
It's for the children!
Look at all those extensions!

 Grin
hero member
Activity: 546
Merit: 500
When I launch the file, it launches the command prompt but then immediately shuts it down again. What can I do to access it?

if you are using windows, shift+right click the folder containing vanitygen executables. when the window opens already at that directory path, you can then paste (via the square top left of window) a string like:

Code:
oclvanitygen -D 0:0 -i -k -o found.txt 1tri11ium

Also open a command prompt instead of double clicking the exe file before following the above directions. Smiley

If you shift+right click a windows folder and select "Open command prompt here" it sets the current directory in the cmd window that opens automatically to that folder. You do not need to click any exe files etc.

https://i.imgur.com/TCh4u3x.png
donator
Activity: 686
Merit: 519
It's for the children!
When I launch the file, it launches the command prompt but then immediately shuts it down again. What can I do to access it?

if you are using windows, shift+right click the folder containing vanitygen executables. when the window opens already at that directory path, you can then paste (via the square top left of window) a string like:

Code:
oclvanitygen -D 0:0 -i -k -o found.txt 1tri11ium

Also open a command prompt instead of double clicking the exe file before following the above directions. Smiley
hero member
Activity: 546
Merit: 500
When I launch the file, it launches the command prompt but then immediately shuts it down again. What can I do to access it?

if you are using windows, shift+right click the folder containing vanitygen executables. when the window opens already at that directory path, you can then paste (via the square top left of window) a string like:

Code:
oclvanitygen -D 0:0 -i -k -o found.txt 1tri11ium
newbie
Activity: 28
Merit: 0
When I launch the file, it launches the command prompt but then immediately shuts it down again. What can I do to access it?
full member
Activity: 157
Merit: 100
hi,

i've got these errors when compiling :

Code:
E:\Projects\vanitygen-master\winglue.h(47) : error C2062: type 'char' unexpected
E:\Projects\vanitygen-master\winglue.h(47) : error C2143: syntax error : missing ';' before '{'
E:\Projects\vanitygen-master\winglue.h(47) : error C2447: '{' : missing fun

winglue.h :

Code:
#if !defined (__VG_WINGLUE_H__)
#define __VG_WINGLUE_H__

#include
#include
#include

#define INLINE
#define snprintf _snprintf

struct timezone;

extern int gettimeofday(struct timeval *tv, struct timezone *tz);
extern void timeradd(struct timeval *a, struct timeval *b,
    struct timeval *result);
extern void timersub(struct timeval *a, struct timeval *b,
    struct timeval *result);

extern TCHAR *optarg;
extern int optind;

extern int getopt(int argc, TCHAR *argv[], TCHAR *optstring);

extern int count_processors(void);

#define PRSIZET "I"

static inline char *
strtok_r(char *strToken, const char *strDelimit, char **context) {
return strtok_s(strToken, strDelimit, context);
}

#endif /* !defined (__VG_WINGLUE_H__) */

Someone knows how can I fix it ?
hero member
Activity: 546
Merit: 500
the problem with that vanity mining pool is it only mines the single most profitable vanity. The vanity miner program has the capability of mining multiple different prefixes all at the same time, which I've done in the past. After all, it's just generating random keys in an attempt to get a matching result. No reason it can't compare that result to more than one desired prefix.

Agreed, I used to search for 30+ prefixes at a time
legendary
Activity: 1344
Merit: 1004
the problem with that vanity mining pool is it only mines the single most profitable vanity. The vanity miner program has the capability of mining multiple different prefixes all at the same time, which I've done in the past. After all, it's just generating random keys in an attempt to get a matching result. No reason it can't compare that result to more than one desired prefix.
donator
Activity: 686
Merit: 519
It's for the children!

It's a shame that the demand for results from this service is so low. That means its almost entirely unprofitable for anyone with GPU to try and solve for these patterns. In fact, you are just throwing away money.

Currently the best work is: "Searching for pattern: "1Thanks1" Reward: 0.010400 Value: 0.000001 BTC/MkeyHr"

$842 (bitcoinaverage price) * 0.010400 = $8.75 USD

Time to reach 50% probability on a overclocked Radeon 6870: 17.2 days

Power consumption: measured 120w AC:

0.12 kW * 0.30 $/kWh * 24 hours * 17.2 days = $14.86

Or, I could mine dogecoin (presently #1 scrypt coin) for 17.2 days and earn a profit (after electricity taken into account) of $50.40... and get paid with 100% assurance.

I agree that it's a shame the vanity pool allows such low reward values.

It would also seem useless to mine just vanity addresses for rewards on paid power or with a full GPU.  For those with cheap power though it seems like a huge waste IE throwing away money to take a single or dual core CPU and a powerfull GPU and just mine scrypt coins. There are some cycles left over on the GPU and the CPU's are generally just about idle.

hero member
Activity: 546
Merit: 500
I tryed to run with:
Code:
oclvanityminer -u https://vanitypool.appspot.com/ -a BTC_ADDRESS_HERE
I have Windows 7 ultimate. I have no GPU so i use CPU. It returns when i try to run:
Code:
Avalibe OpenCL platforms:
0: [Intel(R) Corporation]:
   0: [Intel(R) Corporation] Intel(R) Celeron(R) CPU G540 @ 2.50GHz
1: [Advanced Micro Devices, Inc.] AMD Accelerated  Parallel Processing
   0: [GenuineIntel] Intel(R) Celeron(R) CPU G540 @ 2.50GHz

shouldn't you run vanitygen or vanitygen64 if you don't have a gpu?

anyways you want

Code:
oclvanityminer -D0:0 -u https://vanitypool.appspot.com/ -a BTC_ADDRESS_HERE

then run a second thread with

Code:
oclvanityminer -D0:1 -u https://vanitypool.appspot.com/ -a BTC_ADDRESS_HERE

It's a shame that the demand for results from this service is so low. That means its almost entirely unprofitable for anyone with GPU to try and solve for these patterns. In fact, you are just throwing away money.

Currently the best work is: "Searching for pattern: "1Thanks1" Reward: 0.010400 Value: 0.000001 BTC/MkeyHr"

$842 (bitcoinaverage price) * 0.010400 = $8.75 USD

Time to reach 50% probability on a overclocked Radeon 6870: 17.2 days

Power consumption: measured 120w AC:

0.12 kW * 0.30 $/kWh * 24 hours * 17.2 days = $14.86

Or, I could mine dogecoin (presently #1 scrypt coin) for 17.2 days and earn a profit (after electricity taken into account) of $50.40... and get paid with 100% assurance.
donator
Activity: 686
Merit: 519
It's for the children!
This is totally beyond me!

Like you time traveled into the past?
sr. member
Activity: 336
Merit: 250
This is totally beyond me!
sr. member
Activity: 364
Merit: 250
Thanks now it's working now I only have to wait for some work what I can do.
donator
Activity: 686
Merit: 519
It's for the children!
I tryed to run with:
Code:
oclvanityminer -u https://vanitypool.appspot.com/ -a BTC_ADDRESS_HERE
I have Windows 7 ultimate. I have no GPU so i use CPU. It returns when i try to run:
Code:
Avalibe OpenCL platforms:
0: [Intel(R) Corporation]:
   0: [Intel(R) Corporation] Intel(R) Celeron(R) CPU G540 @ 2.50GHz
1: [Advanced Micro Devices, Inc.] AMD Accelerated  Parallel Processing
   0: [GenuineIntel] Intel(R) Celeron(R) CPU G540 @ 2.50GHz

shouldn't you run vanitygen or vanitygen64 if you don't have a gpu?

anyways you want

Code:
oclvanityminer -D0:0 -u https://vanitypool.appspot.com/ -a BTC_ADDRESS_HERE

then run a second thread with

Code:
oclvanityminer -D0:1 -u https://vanitypool.appspot.com/ -a BTC_ADDRESS_HERE
sr. member
Activity: 364
Merit: 250
I tryed to run with:
Code:
oclvanityminer -u https://vanitypool.appspot.com/ -a BTC_ADDRESS_HERE
I have Windows 7 ultimate. I have no GPU so i use CPU. It returns when i try to run:
Code:
Avalibe OpenCL platforms:
0: [Intel(R) Corporation]:
   0: [Intel(R) Corporation] Intel(R) Celeron(R) CPU G540 @ 2.50GHz
1: [Advanced Micro Devices, Inc.] AMD Accelerated  Parallel Processing
   0: [GenuineIntel] Intel(R) Celeron(R) CPU G540 @ 2.50GHz
donator
Activity: 686
Merit: 519
It's for the children!
When i try to start the miner it only say the "avalibe openCL devices" and exit. Why and how can I fix it?

Perhaps you might share what Operating System, what command you typed and any other details at all?

You need to install openCL drivers, video card drivers on win and AMDAPP on lin.
sr. member
Activity: 364
Merit: 250
When i try to start the miner it only say the "avalibe openCL devices" and exit. Why and how can I fix it?
newbie
Activity: 38
Merit: 0
Also having the GPU hash/CPU hash error. I'm running Catalyst 13.11 and downgrading is not an option for me. Also AMD APP SDK v2.9, willing to downgrade this if this is the issue.


Having this error as well, and also downgrading is not an option.

Anyone have any solution for this? 
Yes, the solution is to rewrite vanitygen in opencl 1.2. Of course, why should this happen, the last time someone donated to samr, it was 0.001 four months ago, and then $2 worth a year ago.

"downgrading is not an option"...heh



Wow, I'm ashamed. I use this tool all the time. I didn't even think about that. I would be one of those people leeching off of his fantastic work, and telling him he needs to update the tool.

Will be donating very soon.

Edit: deepceleron, what is his donation address. :s

Found the address. It was sneakily hidden in a code box.

For everyone else that wishes to donate his address is: 1samr7UZxtC6MEAFHqr1h3Kq453xJJbe4

Proof:

Code:
$ ./oclvanityminer -u https://vanitypool.appspot.com/ -a 1samr7UZxtC6MEAFHqr1h3Kq453xJJbe4
Searching for pattern: "1satoshi" Reward: 0.100000 Value: 0.000007 BTC/MkeyHr
Difficulty: 51529903411245
Searching for pattern: "1Satoshi" Reward: 0.100000 Value: 0.000007 BTC/MkeyHr
Next match difficulty: 25764951705622 (2 prefixes)
[6.14 Mkey/s][total 62914560][Prob 0.0%][50% in 33.6d]
sr. member
Activity: 378
Merit: 250
Thanks, but..

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\>cd/vanitygen

C:\vanitygen>oclvanitygen 1piggy
Difficulty: 15318045009
clWaitForEvents(NDRange,e): CL_OUT_OF_RESOURCES
vg_ocl_context_callback error: CL_OUT_OF_RESOURCES error waiting for idle on GeF
orce GT 630 (Device 0).

Device: GeForce GT 630
Vendor: NVIDIA Corporation (10de)
Driver: 331.82
Profile: FULL_PROFILE
Version: OpenCL 1.1 CUDA
Max compute units: 2
Max workgroup size: 1024
Global memory: 0
Max allocation: 1073741824

C:\vanitygen>oclvanitygen 1piggy
Difficulty: 15318045009
[1.99 Mkey/s][total 25165824][Prob 0.2%][50% in 1.5h]                          c
lEnqueueMapBuffer(4): CL_INVALID_COMMAND_QUEUE
vg_ocl_context_callback error: CL_OUT_OF_RESOURCES error waiting for idle on GeF
orce GT 630 (Device 0).

Device: GeForce GT 630
Vendor: NVIDIA Corporation (10de)
Driver: 331.82
Profile: FULL_PROFILE
Version: OpenCL 1.1 CUDA
Max compute units: 2
Max workgroup size: 1024
vg_ocl_context_callback error: CL_OUT_OF_RESOURCES error waiting for idle on GeF
orce GT 630 (Device 0).

Global memory: 0
Max allocation: 1073741824
ERROR: Could not map row buffer for slot 0
ERROR: allocation failure?

C:\vanitygen>
donator
Activity: 686
Merit: 519
It's for the children!
Is there a windows build for this?  All I see so far from reading through the thread is Linux.


I use it in windows

Yes there is it's in the op
Jump to: