Bitcoin Forum
May 08, 2024, 04:48:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 [150] 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 »
  Print  
Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1152832 times)
Timelord2067
Legendary
*
Offline Offline

Activity: 3668
Merit: 2217


💲🏎️💨🚓


View Profile
September 27, 2016, 03:09:28 AM
 #2981

Will have to check later what -t does, but put the address at end...

Code:
vanitygen64.exe -t 3 1PURCAZ

1715143718
Hero Member
*
Offline Offline

Posts: 1715143718

View Profile Personal Message (Offline)

Ignore
1715143718
Reply with quote  #2

1715143718
Report to moderator
1715143718
Hero Member
*
Offline Offline

Posts: 1715143718

View Profile Personal Message (Offline)

Ignore
1715143718
Reply with quote  #2

1715143718
Report to moderator
1715143718
Hero Member
*
Offline Offline

Posts: 1715143718

View Profile Personal Message (Offline)

Ignore
1715143718
Reply with quote  #2

1715143718
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
September 27, 2016, 04:20:07 AM
 #2982

Will have to check later what -t does, but put the address at end...

Code:
vanitygen64.exe -t 3 1PURCAZ

Mhhh I tried that too... I'll try again.

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16618


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 27, 2016, 07:29:06 AM
 #2983

Will have to check later what -t does, but put the address at end...

Code:
vanitygen64.exe -t 3 1PURCAZ

Mhhh I tried that too... I'll try again.
This works fine here:
./vanitygen -t 1 1test

Isn't lowering the priority a better idea than limiting the number of threads? On Linux I just put "nice" in front of the command (although it doesn't help much with oclvanitygen).

GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
September 27, 2016, 05:39:20 PM
 #2984

Will have to check later what -t does, but put the address at end...

Code:
vanitygen64.exe -t 3 1PURCAZ

Mhhh I tried that too... I'll try again.
This works fine here:
./vanitygen -t 1 1test

Isn't lowering the priority a better idea than limiting the number of threads? On Linux I just put "nice" in front of the command (although it doesn't help much with oclvanitygen).

It works, but although the computer is responsive, the Resource Monitor shows that all the 4 CPU are working. Well, I guess I won't be playing videogames for the next 8 days or so  Grin

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16618


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 27, 2016, 06:26:55 PM
 #2985

It works, but although the computer is responsive, the Resource Monitor shows that all the 4 CPU are working. Well, I guess I won't be playing videogames for the next 8 days or so  Grin
That's why I tested with 1 thread. It's easier to see that way, as other applications eat CPU too.
Just in case: you can always turn it off when you want to use your PC, and turn it back on when you don't need the speed somewhere else. It just continues checking random addresses, so no work gets lost.

GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
September 27, 2016, 08:17:11 PM
 #2986

It works, but although the computer is responsive, the Resource Monitor shows that all the 4 CPU are working. Well, I guess I won't be playing videogames for the next 8 days or so  Grin
That's why I tested with 1 thread. It's easier to see that way, as other applications eat CPU too.
Just in case: you can always turn it off when you want to use your PC, and turn it back on when you don't need the speed somewhere else. It just continues checking random addresses, so no work gets lost.

This is something that I can't completely catch: it says that in 8 days the chances to find it are 50%, and I suppose the number increases while time passes.
So how is it possible that there's no "lost work" if I cut the search now and resume later, when the resuming is actually not resuming anything, but starting from scratch?

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16618


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 27, 2016, 08:28:32 PM
 #2987

This is something that I can't completely catch: it says that in 8 days the chances to find it are 50%, and I suppose the number increases while time passes.
So how is it possible that there's no "lost work" if I cut the search now and resume later, when the resuming is actually not resuming anything, but starting from scratch?
Imagine you have a dice with 10000 sides. You want to roll number 4567. You throw it 200 times, but didn't hit it.
You stop for a while, to do something else with your time. Later, you continue throwing 200 more times. You repeat this every day, until you hit 4567.
Does this make sense?

Vanitygen doesn't have a fixed starting point, it searches random addresses. There is no need to keep track of the addresses that were checked already, as the number of available addresses is big enough to never check the same address twice.
Every second that you run it, it increases the chance of finding the prefix you want. If "it says that in 8 days the chances to find it are 50%" when you start vanitygen, that exact same statement is also valid after 4 days, after 12 days, or at any other moment in time. It doesn't matter how many keys you've searched already, and it doesn't matter how long it has been running already.

GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
September 27, 2016, 08:35:06 PM
 #2988

This is something that I can't completely catch: it says that in 8 days the chances to find it are 50%, and I suppose the number increases while time passes.
So how is it possible that there's no "lost work" if I cut the search now and resume later, when the resuming is actually not resuming anything, but starting from scratch?
Imagine you have a dice with 10000 sides. You want to roll number 4567. You throw it 200 times, but didn't hit it.
You stop for a while, to do something else with your time. Later, you continue throwing 200 more times. You repeat this every day, until you hit 4567.
Does this make sense?

Vanitygen doesn't have a fixed starting point, it searches random addresses. There is no need to keep track of the addresses that were checked already, as the number of available addresses is big enough to never check the same address twice.
Every second that you run it, it increases the chance of finding the prefix you want. If "it says that in 8 days the chances to find it are 50%" when you start vanitygen, that exact same statement is also valid after 4 days, after 12 days, or at any other moment in time. It doesn't matter how many keys you've searched already, and it doesn't matter how long it has been running already.

OK, I get that you can throw a dice 1000 times and each time it's a new throw that has nothing to do with the previous ones.
What I don't get is why it says now Prob 1.1% and then there's that 50%.
The 1.1% was 0.1% when I first started mining.
What is that 1.1% related to? Chances to find the name in the next 8 days?

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16618


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 27, 2016, 08:46:16 PM
 #2989

What I don't get is why it says now Prob 1.1% and then there's that 50%.
The 1.1% was 0.1% when I first started mining.
What is that 1.1% related to? Chances to find the name in the next 8 days?
Take my big dice imaginary again Cheesy You're going to throw it again, and at the 110th throw, you hit the 4567 you wanted! Out of 10,000 possibilities, you had a 1.1% chance to hit it. You're lucky!

Back to vanitygen: I've had prefixes that I found instantly, while there was a 50% chance to find it in (for example) 1 minute. But the opposite happens too: 50% chance in 1 hour and no hits within 8 hours. If you're very unlucky, your 8 day search could take months. It's just not very likely.

When you want to use 3 cores, I assume you use vanitygen? But you're also talking about games, so I assume you have a decent graphics card. Can you use oclvanitygen?

GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
September 27, 2016, 10:32:22 PM
 #2990

What I don't get is why it says now Prob 1.1% and then there's that 50%.
The 1.1% was 0.1% when I first started mining.
What is that 1.1% related to? Chances to find the name in the next 8 days?
Take my big dice imaginary again Cheesy You're going to throw it again, and at the 110th throw, you hit the 4567 you wanted! Out of 10,000 possibilities, you had a 1.1% chance to hit it. You're lucky!

Back to vanitygen: I've had prefixes that I found instantly, while there was a 50% chance to find it in (for example) 1 minute. But the opposite happens too: 50% chance in 1 hour and no hits within 8 hours. If you're very unlucky, your 8 day search could take months. It's just not very likely.

When you want to use 3 cores, I assume you use vanitygen? But you're also talking about games, so I assume you have a decent graphics card. Can you use oclvanitygen?

Ye I have a decent Nvidia board, but I haven't OpenCL installed.

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
xdrzrex
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
September 28, 2016, 02:33:43 PM
 #2991

With Nvidia driver OpenCL is included.
chrisvl
Legendary
*
Offline Offline

Activity: 1274
Merit: 1006

Trainman


View Profile WWW
September 28, 2016, 04:00:11 PM
 #2992

how much addreeses can be generated per minute ?

Timelord2067
Legendary
*
Offline Offline

Activity: 3668
Merit: 2217


💲🏎️💨🚓


View Profile
September 28, 2016, 04:07:19 PM
 #2993

how much addreeses can be generated per minute ?

If my second card doesn't over heat, I can do *nearly* 50 Mkeys/sec X 60 = 3,000Mkeys/ Minutes (ie 3 Billion keys a minute...)

When it does overheat, I can do *about* 20Mkeys/sec X 60 = 1,200 Mkeys / sec or 1.2 Billion keys per minute.

I'm wringing my hands wondering if I should buy a good new GPU card to replace the overheating one, or a whole new system...

GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
September 28, 2016, 05:25:09 PM
 #2994

how much addreeses can be generated per minute ?

If my second card doesn't over heat, I can do *nearly* 50 Mkeys/sec X 60 = 3,000Mkeys/ Minutes (ie 3 Billion keys a minute...)

When it does overheat, I can do *about* 20Mkeys/sec X 60 = 1,200 Mkeys / sec or 1.2 Billion keys per minute.

I'm wringing my hands wondering if I should buy a good new GPU card to replace the overheating one, or a whole new system...

Your hobby is generating vanity addresses?

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
Timelord2067
Legendary
*
Offline Offline

Activity: 3668
Merit: 2217


💲🏎️💨🚓


View Profile
September 29, 2016, 02:03:46 AM
 #2995

Your hobby is generating vanity addresses?

I paid a pretty penny for the box (second hand) My GPU cards are feeble for generating script coin, so I have put them to use here.

Quote
1GoDLiKE
Difficulty: 873388193410
[29.55 Mkey/s][total 402653184][Prob 0.0%][50% in 5.7h]

I could make you 1GoDLiKE... in under(?) 24 hours - price on Shorena's page is BTC 0.0098 http://archive.is/7KQ1W#selection-2889.0-2901.3 if you'd like one?

Post your part public key here and send to the Wallet Address below (click on the "BTC" for details...) and I'll get started.

oser41eric
Hero Member
*****
Offline Offline

Activity: 501
Merit: 500


View Profile
October 02, 2016, 10:21:26 AM
 #2996

can i use it for every altcoin?
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16618


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
October 02, 2016, 10:31:26 AM
 #2997

can i use it for every altcoin?
Let me guess: you recently got (bought or hacked) this account, and now you're just spamming short lines in every topic to quickly level up towards Hero Member with 700+ Actiivty?

cpfreeplz
Legendary
*
Offline Offline

Activity: 966
Merit: 1042


View Profile
October 02, 2016, 01:07:45 PM
 #2998

can i use it for every altcoin?
Let me guess: you recently got (bought or hacked) this account, and now you're just spamming short lines in every topic to quickly level up towards Hero Member with 700+ Actiivty?

It would appear that way.



To answer your question, no. It can't be used to generate addresses for every altcoin. You can find modified versions of Vanitygen here
Timelord2067
Legendary
*
Offline Offline

Activity: 3668
Merit: 2217


💲🏎️💨🚓


View Profile
October 02, 2016, 01:20:30 PM
 #2999

can i use it for every altcoin?
Let me guess: you recently got (bought or hacked) this account, and now you're just spamming short lines in every topic to quickly level up towards Hero Member with 700+ Actiivty?

It would appear that way.



To answer your question, no. It can't be used to generate addresses for every altcoin. You can find modified versions of Vanitygen here

If you go here: http://cryptolife.net/upwg/ you can select the number for the Alt Coin you want to generate a vanity address for and then use the

Code:
- X (number)
for the relevant Wallet Address...

These:

Code:
SEX8NQXZs35BubjnkkqciSLg4WNqDLxSEX
Ryan9u6ZqjaeEfdauSMKyM8Pv44Jn82jiF

Here are SexCoin SXC Vanity Wallets I've generated recently...

SEX8NQXZs35BubjnkkqciSLg4WNqDLxSEX

Ryan9u6ZqjaeEfdauSMKyM8Pv44Jn82jiF



I believe Etherium Wallets are the only ones Vanitygen.exe can't generate for due to a Hexadecimal method of presenting the Wallet Addresses.

GODLIKE
Hero Member
*****
Offline Offline

Activity: 546
Merit: 500

LOL what you looking at?


View Profile
October 06, 2016, 04:40:43 PM
 #3000

Waited 8 days with 50%, now the window looks like this.



Is anyone able to explain what those % mean at all?
I can't understand what these % mean.
I understand that the higher % means higher chance to find the address, but do the % refer to a precise timeframe or?
And if it doesn't refer to a timeframe, what does it point to?

Is that 75% the chance to find the address in the next 8 days?
Or that after 8 days I will have 75% of chance to find the address in the following 8 days?

BITCOIN FOREVER news aggregator: only the most important news on the cryptoworld!
Pages: « 1 ... 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 [150] 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!