Pages:
Author

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

staff
Activity: 3374
Merit: 6530
Just writing some code
It's the first time I use this software . After running the following command :
Code:
C:\Users\user\Desktop\Vanity\vanitygen64.exe 1Omega
I'm getting Invalid character 'O' in prefix '1Omega' as an error for some reasons ?
Capital O is not a valid base58 character.
staff
Activity: 3500
Merit: 6152
It's the first time I use this software . After running the following command :
Code:
C:\Users\user\Desktop\Vanity\vanitygen64.exe 1Omega
I'm getting Invalid character 'O' in prefix '1Omega' as an error for some reasons ?
hero member
Activity: 616
Merit: 603
I am unable to generate a Bitcoin address with its private key. I ran  oclvanitygen64.exe with my graphics card using -d 0:0, but I get the following output all the time:

Code:
[1.18 Mkey/s][total 48234496][Prob 16.7%][50% in 1.9min]                       Match idx: 0
CPU hash: ebcef8f452eacc625068c18576b0fa415fd11f03
GPU hash: 078738751548389f8aa07cd31761e0fc64428c20
Found delta: 617658 Start delta: 48234497
[1.29 Mkey/s][total 421527552][Prob 79.7%][80% in 2.7s]                        Match idx: 0
CPU hash: 6a6346e7bbe64d70df8fdfc67ff8c549865079d7
GPU hash: 0787387365b827452a1f77c2c20d462b604e110d
Found delta: 944771 Start delta: 74448897

Any idea why this is happening?

Also, I'd like to know if it's possible to use both the CPU +  the GPU at the same time to generate a Bitcoin address to add more processing power?
newbie
Activity: 26
Merit: 0
**EDIT** ill attempt trying an older version of the catalyst divers on these, any suggestions for a stable version?  also does the base OS make a difference? (im using win 10 enterprise)

thanks!

Here's what I'm running on my windows vanity rig (click here for linux instructions):
http://www.guru3d.com/files-details/amd-radeon-software-crimson-15-12-driver-download.html

https://lifeboat.com/oclvanitygen

I have never used Windows 10 so I have no idea about that.
I don't know about stable version.because i have never knowledge about windows 10.
legendary
Activity: 1736
Merit: 1006
Quote
C:\Users\R2\Desktop\vanitygen-0.22-win>oclvanitygen.exe -D 0:0 1buckrogers
Difficulty: 10054102514374869638
Compiling kernel, can take minutes...failure.
clBuildProgram: CL_BUILD_PROGRAM_FAILURE
Build log:
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: variable in constant address space must be initialized
__constant bignum bn_zero;
                  ^
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: constant address space qualified variables are required to be initialized
2 errors generated.

It's not driver-specific issue, seems to be difference in OpenCL implementations and their behavior on your hardware.

To fix it:
1. Open "calc_addrs.cl" with text editor.
2. Go to line 180 and change __constant bignum bn_zero; to __constant bignum bn_zero = { 0 };
3. Happily use your oclvanitygen Wink

P.S. : forgot to mention, run with -S option enabled, otherwise it will throw out hashing mismatches instead of privkeys.



thanks so much for this.. my RX 470s are now doing 34mk/s each..
sr. member
Activity: 266
Merit: 250
Quote
C:\Users\R2\Desktop\vanitygen-0.22-win>oclvanitygen.exe -D 0:0 1buckrogers
Difficulty: 10054102514374869638
Compiling kernel, can take minutes...failure.
clBuildProgram: CL_BUILD_PROGRAM_FAILURE
Build log:
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: variable in constant address space must be initialized
__constant bignum bn_zero;
                  ^
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: constant address space qualified variables are required to be initialized
2 errors generated.

It's not driver-specific issue, seems to be difference in OpenCL implementations and their behavior on your hardware.

To fix it:
1. Open "calc_addrs.cl" with text editor.
2. Go to line 180 and change __constant bignum bn_zero; to __constant bignum bn_zero = { 0 };
3. Happily use your oclvanitygen Wink

P.S. : forgot to mention, run with -S option enabled, otherwise it will throw out hashing mismatches instead of privkeys.

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Something weird happened. Earlier today I tried this:
Code:
./oclvanitygen 1Quarter
Difficulty: 51529903411245
clEnqueueNDRange(0): CL_MEM_OBJECT_ALLOCATION_FAILURE
vg_ocl_context_callback error: CL_MEM_OBJECT_ALLOCATION_FAILURE error executing CL_COMMAND_NDRANGE_KERNEL on GeForce 840M (Device 0).

Device: GeForce 840M
Vendor: NVIDIA Corporation (10de)
Driver: 352.63
Profile: FULL_PROFILE
Version: OpenCL 1.2 CUDA
Max compute units: 3
Max workgroup size: 1024
Global memory: 2147352576
Max allocation: 536838144
I didn't really understand the message, but tried again about 6 hours later:
Code:
./oclvanitygen 1Quarter
Difficulty: 51529903411245
[7.03 Mkey/s][total 44040192][Prob 0.0%][50% in 58.8d]
Now it works again!
I'm not used to my computer producing results I can't reproduce.
legendary
Activity: 2737
Merit: 1181
**EDIT** ill attempt trying an older version of the catalyst divers on these, any suggestions for a stable version?  also does the base OS make a difference? (im using win 10 enterprise)

thanks!

Here's what I'm running on my windows vanity rig (click here for linux instructions):
http://www.guru3d.com/files-details/amd-radeon-software-crimson-15-12-driver-download.html

https://lifeboat.com/oclvanitygen

I have never used Windows 10 so I have no idea about that.

Thank you for the info and links Smiley

Ill let you know how it goes on the 15.2 drivers.

thanks!
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
**EDIT** ill attempt trying an older version of the catalyst divers on these, any suggestions for a stable version?  also does the base OS make a difference? (im using win 10 enterprise)

thanks!

Here's what I'm running on my windows vanity rig (click here for linux instructions):
http://www.guru3d.com/files-details/amd-radeon-software-crimson-15-12-driver-download.html

https://lifeboat.com/oclvanitygen

I have never used Windows 10 so I have no idea about that.
legendary
Activity: 2737
Merit: 1181
Hi,

I'm having issues with vanitygen using my GPU's

I'm on WIn 10 Enterprise,

I have 3 rigs i've tried.

Rig1: 5x RX480

Rig2: 5x R9 290X

Rig 3: 6X R9 280X

Not sure if Win 10 is the issue, but I have gotten errors on the RX480 rig, which I have heard simply doesn't play well.

But the other 2 rigs, I can see my gpus, and when I select them in a bat file similar to this:


C:\Users\R2\Desktop\vanitygen-0.22-win>oclvanitygen.exe -D 0:0 1buckrogers
Difficulty: 10054102514374869638
Compiling kernel, can take minutes...failure.
clBuildProgram: CL_BUILD_PROGRAM_FAILURE
Build log:
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: variable in constant address space must be initialized
__constant bignum bn_zero;
                  ^
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: constant address space qualified variables are required to be initialized
2 errors generated.

error: Clang front-end compilation failed!
Frontend phase failed compilation.
Error: Compiling CL to IR
Device: Hawaii
Vendor: Advanced Micro Devices, Inc. (1002)
Driver: 2117.13 (VM)
Profile: FULL_PROFILE
Version: OpenCL 1.2 AMD-APP (2117.13)
Max compute units: 44
Max workgroup size: 256
Global memory: -1073741824
Max allocation: -1073741824
Could not open device '0:0', ignoring
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
  0: [Advanced Micro Devices, Inc.] Hawaii
  1: [Advanced Micro Devices, Inc.] Hawaii
  2: [Advanced Micro Devices, Inc.] Hawaii
  3: [Advanced Micro Devices, Inc.] Hawaii
  4: [Advanced Micro Devices, Inc.] Hawaii
  5: [GenuineIntel] Intel(R) Pentium(R) CPU G3220 @ 3.00GHz

C:\Users\R2\Desktop\vanitygen-0.22-win>


Not sure why it is returning the error on the gpu, but as a side note, if I just run the:

C:\Users\R2\Desktop\vanitygen-0.22-win>vanitygen64.exe 1buckrogers
Difficulty: 10054102514374869638
[548.54 Kkey/s][total 1977344][Prob 0.0%][50% in 402856.1y]

The cpu portion will run, but obviously I would want to use the GPU's, and have many different rigs to choose from, all are running Win 10 enterprise though.

If anyone has some suggestions, please ...i'm all ears.

thanks!

Hi, these are a few posts back and the errors are from the older rigs. this one is a 5 card 290x rig.

**EDIT** ill attempt trying an older version of the catalyst divers on these, any suggestions for a stable version?  also does the base OS make a difference? (im using win 10 enterprise)

thanks!
legendary
Activity: 2737
Merit: 1181
Has anyone in this thread experienced the issue i posted?

Is it an OS thing? a specific driver? anyone?

thanks!

it seems an update to the program is needed for newer gpus..

i cant get this to work on my rx 480, rx 470, or r9 380

get an error about constant space variables or something.



I HAVE older gpus Smiley

i have many diff rigs with cards like 280x etc, I am gettign that long error though when i try to use them.

Forget about the newer RX series cards, I would be happy to have it work on the older ones like the R9 280x or the R9 290x or R9 270 etc.

any help is appreciated.

thanks!
legendary
Activity: 1736
Merit: 1006
Has anyone in this thread experienced the issue i posted?

Is it an OS thing? a specific driver? anyone?

thanks!

it seems an update to the program is needed for newer gpus..

i cant get this to work on my rx 480, rx 470, or r9 380

get an error about constant space variables or something.

legendary
Activity: 3094
Merit: 1468
I was reading an article on how to destroy bitcoins and i found some awesome bitcoin addresses :

1BitcoinEaterAddressDontSendf59kuE
1CounterpartyXXXXXXXXXXXXXXXUWLpVr
1111111111111111111114oLvT2               (hash 160 : 0000000000000000000000000000000000000000 )
1QLbz7JHiBTspS962RLKV8GndWFwi5j6Qr    (hash 160 : ffffffffffffffffffffffffffffffffffffffff )

I wonder how were these addresses even generated ??

There is a site which generates these kinds of addresses. There you go : http://gobittest.appspot.com/ProofOfBurn

It generates only bitcoin eater address so bitcoin send to it will be of no use or you will lose access to it . It is just like Bitcoin burner or a dump.



LoyceV shared to me some weeks ago
legendary
Activity: 2737
Merit: 1181
I was reading an article on how to destroy bitcoins and i found some awesome bitcoin addresses :

1BitcoinEaterAddressDontSendf59kuE
1CounterpartyXXXXXXXXXXXXXXXUWLpVr
1111111111111111111114oLvT2               (hash 160 : 0000000000000000000000000000000000000000 )
1QLbz7JHiBTspS962RLKV8GndWFwi5j6Qr    (hash 160 : ffffffffffffffffffffffffffffffffffffffff )

I wonder how were these addresses even generated ??

Well they definitely weren't made on my gpu rigs Smiley

Maybe one day.
hero member
Activity: 1162
Merit: 547
CryptoTalk.Org - Get Paid for every Post!
I was reading an article on how to destroy bitcoins and i found some awesome bitcoin addresses :

1BitcoinEaterAddressDontSendf59kuE
1CounterpartyXXXXXXXXXXXXXXXUWLpVr
1111111111111111111114oLvT2               (hash 160 : 0000000000000000000000000000000000000000 )
1QLbz7JHiBTspS962RLKV8GndWFwi5j6Qr    (hash 160 : ffffffffffffffffffffffffffffffffffffffff )

I wonder how were these addresses even generated ??
legendary
Activity: 2737
Merit: 1181
Has anyone in this thread experienced the issue i posted?

Is it an OS thing? a specific driver? anyone?

thanks!
legendary
Activity: 2737
Merit: 1181
Sooo, was the conclusion that no one understand how to fix it,  still?

What a pity you didn't go back and read the thread.  Does it really matter in the larger picture if you loose a Meg or two of hashes with two or more cards?

Hi can you assist with my issue on the program not allowing me to use any of the gpu's while i get that error i posted?

thanks!
legendary
Activity: 3696
Merit: 2219
💲🏎️💨🚓
Sooo, was the conclusion that no one understand how to fix it,  still?

What a pity you didn't go back and read the thread.  Does it really matter in the larger picture if you loose a Meg or two of hashes with two or more cards?
sr. member
Activity: 751
Merit: 251
Does 46 Mkeys/s sound right for 4 x 280X using oclvanitygen?

It "Seems" like the oclvanitygen does not increase rate like we are use to mining with GPU cards. 


I make mention of this effect some dozen pages back...

This thread has reached a natural conclusion and should be locked so that a more relevant one can be started by somebody else (and no, not me...)

Sooo, was the conclusion that no one understand how to fix it,  still?
legendary
Activity: 2737
Merit: 1181
Hi,

I'm having issues with vanitygen using my GPU's

I'm on WIn 10 Enterprise,

I have 3 rigs i've tried.

Rig1: 5x RX480

Rig2: 5x R9 290X

Rig 3: 6X R9 280X

Not sure if Win 10 is the issue, but I have gotten errors on the RX480 rig, which I have heard simply doesn't play well.

But the other 2 rigs, I can see my gpus, and when I select them in a bat file similar to this:


C:\Users\R2\Desktop\vanitygen-0.22-win>oclvanitygen.exe -D 0:0 1buckrogers
Difficulty: 10054102514374869638
Compiling kernel, can take minutes...failure.
clBuildProgram: CL_BUILD_PROGRAM_FAILURE
Build log:
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: variable in constant address space must be initialized
__constant bignum bn_zero;
                  ^
C:\Users\R2\AppData\Local\Temp\\OCL3888T3.cl:173:19: error: constant address space qualified variables are required to be initialized
2 errors generated.

error: Clang front-end compilation failed!
Frontend phase failed compilation.
Error: Compiling CL to IR
Device: Hawaii
Vendor: Advanced Micro Devices, Inc. (1002)
Driver: 2117.13 (VM)
Profile: FULL_PROFILE
Version: OpenCL 1.2 AMD-APP (2117.13)
Max compute units: 44
Max workgroup size: 256
Global memory: -1073741824
Max allocation: -1073741824
Could not open device '0:0', ignoring
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
  0: [Advanced Micro Devices, Inc.] Hawaii
  1: [Advanced Micro Devices, Inc.] Hawaii
  2: [Advanced Micro Devices, Inc.] Hawaii
  3: [Advanced Micro Devices, Inc.] Hawaii
  4: [Advanced Micro Devices, Inc.] Hawaii
  5: [GenuineIntel] Intel(R) Pentium(R) CPU G3220 @ 3.00GHz

C:\Users\R2\Desktop\vanitygen-0.22-win>


Not sure why it is returning the error on the gpu, but as a side note, if I just run the:

C:\Users\R2\Desktop\vanitygen-0.22-win>vanitygen64.exe 1buckrogers
Difficulty: 10054102514374869638
[548.54 Kkey/s][total 1977344][Prob 0.0%][50% in 402856.1y]

The cpu portion will run, but obviously I would want to use the GPU's, and have many different rigs to choose from, all are running Win 10 enterprise though.

If anyone has some suggestions, please ...i'm all ears.

thanks!
Pages:
Jump to: