Bitcoin Forum
April 26, 2024, 07:14:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 [97] 98 99 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 ... 191 »
  Print  
Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1152814 times)
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
December 30, 2014, 06:04:18 PM
 #1921

Hi,
This is great address generator, can anyone confirm that this wallet address generator is secure ?

EDIT: expecially the windows edition

thanks

It is secure as long as you download from verified sources such as Samr7's and Lifeboat's.

   ~~MZ~~

1714115679
Hero Member
*
Offline Offline

Posts: 1714115679

View Profile Personal Message (Offline)

Ignore
1714115679
Reply with quote  #2

1714115679
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714115679
Hero Member
*
Offline Offline

Posts: 1714115679

View Profile Personal Message (Offline)

Ignore
1714115679
Reply with quote  #2

1714115679
Report to moderator
1714115679
Hero Member
*
Offline Offline

Posts: 1714115679

View Profile Personal Message (Offline)

Ignore
1714115679
Reply with quote  #2

1714115679
Report to moderator
1714115679
Hero Member
*
Offline Offline

Posts: 1714115679

View Profile Personal Message (Offline)

Ignore
1714115679
Reply with quote  #2

1714115679
Report to moderator
franckuestein
Legendary
*
Offline Offline

Activity: 1960
Merit: 1130


Truth will out!


View Profile WWW
December 30, 2014, 06:09:31 PM
 #1922

I've been trying the generator with 2 GPU cards and I received an ERROR on my rig after the following command on terminal:
Code:
oclvanitygen.exe -D 0:0 -D 0:1 -D 0:2 -k 1test
(3 GPU's working)

ERROR:
Quote
The instruction at "0xXXXXXXXX" referenced memory at "0xXXXXXXXX", The memory could not be "written". Click on OK to terminate that program.


I'm using a 4GB RAM memory rig, the problem could be that I have too many GPU's for the RAM that's available?
I've tried the same process in other computer that I have with R9 280x (12.X drivers) and if I do the same command but with -S (secure), everything is working fine
Code:
oclvanitygen.exe -D 0:0 -D 0:1 -D 0:2 -S -k 1test
but if i do it without the -S command they appear lots of DELTA Errors.
Code:
oclvanitygen.exe -D 0:0 -D 0:1 -D 0:2 -k 1test

Anyone know what's happening or solved the problem? I thought that was because of 13.X drivers so I've downloaded to 12.X but now I have to generate it with -S (too low) and It's just working in one of my rigs…

Hope that anyone knows what's happening  Cheesy

[ AVAILABLE SIGNATURE SPACE ]
noobtrader
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
December 31, 2014, 08:36:05 AM
 #1923


 It is very secure.  If your computer is not secure however, then the addresses you generate will not be secure.
Also, if you export the private keys to an online wallet, you are potentially compromising the security of those addresses.
So the program is fine but the security issues arise when dealing with the key pairs you generate.



It is secure as long as you download from verified sources such as Samr7's and Lifeboat's.

   ~~MZ~~


thanks, btw if we change date and time of our offline laptop before we generate address would that make our address more secure ?

"...I suspect we need a better incentive for users to run nodes instead of relying solely on altruism...",  satoshi@vistomail.com
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
December 31, 2014, 08:54:00 AM
 #1924

thanks, btw if we change date and time of our offline laptop before we generate address would that make our address more secure ?

If you are using offline computer, then no problem/worries but changing date and time do nothing AFAIK. Just be careful when importing. Smiley

   ~~MZ~~

Kangaderoo
Member
**
Offline Offline

Activity: 89
Merit: 11


View Profile
December 31, 2014, 09:15:33 AM
 #1925


thanks, btw if we change date and time of our offline laptop before we generate address would that make our address more secure ?

There are mulitple types of security here.

First, do you trust the source where you downloaded the software.... ?
I build from the source-code itself to be sure my executable doesn't do anything unexplained.

The second type of security has to do with the ECSDA key generation.
This is linked to your SSL library.
Since it uses entropy to make key generation unique, it would even be hard for your computer to regenerate the same result.
Modern entropy uses time, (cpu) temperature readings, harddisk head locations etc etc to make it unique.

Then there is the security of you home network.

Etc etc.

As you can see if you play with the program is that for each extra character you add the time to get the address is multiplied by 60.
Even if you generate an address with the first 9 char in a preferred state, in order to get access to this address anyone else will have
to generate all 35 chars.

Slow but steady Android coin mining with NeoNeonMiner
BTC:1NeoArmnGyWHKfbje9JNWqw3tquMY7jHCw
noobtrader
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
December 31, 2014, 11:55:30 AM
 #1926


thanks, btw if we change date and time of our offline laptop before we generate address would that make our address more secure ?

There are mulitple types of security here.

First, do you trust the source where you downloaded the software.... ?
I build from the source-code itself to be sure my executable doesn't do anything unexplained.

The second type of security has to do with the ECSDA key generation.
This is linked to your SSL library.
Since it uses entropy to make key generation unique, it would even be hard for your computer to regenerate the same result.
Modern entropy uses time, (cpu) temperature readings, harddisk head locations etc etc to make it unique.

Then there is the security of you home network.

Etc etc.

As you can see if you play with the program is that for each extra character you add the time to get the address is multiplied by 60.
Even if you generate an address with the first 9 char in a preferred state, in order to get access to this address anyone else will have
to generate all 35 chars.


too bad im too noob and have to  trust other senior member here.
btw im making 7 wallet and then use the generated key to seed brain wallet... thats my noob way of generating secure wallet  LOL  

not bad eh... Grin Grin Grin

"...I suspect we need a better incentive for users to run nodes instead of relying solely on altruism...",  satoshi@vistomail.com
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 31, 2014, 07:37:02 PM
 #1927


thanks, btw if we change date and time of our offline laptop before we generate address would that make our address more secure ?

There are mulitple types of security here.

First, do you trust the source where you downloaded the software.... ?
I build from the source-code itself to be sure my executable doesn't do anything unexplained.

The second type of security has to do with the ECSDA key generation.
This is linked to your SSL library.
Since it uses entropy to make key generation unique, it would even be hard for your computer to regenerate the same result.
Modern entropy uses time, (cpu) temperature readings, harddisk head locations etc etc to make it unique.

Then there is the security of you home network.

Etc etc.

As you can see if you play with the program is that for each extra character you add the time to get the address is multiplied by 60.
Even if you generate an address with the first 9 char in a preferred state, in order to get access to this address anyone else will have
to generate all 35 chars.


too bad im too noob and have to  trust other senior member here.
btw im making 7 wallet and then use the generated key to seed brain wallet... thats my noob way of generating secure wallet  LOL  

not bad eh... Grin Grin Grin
thats actually bad!
if you want to seed a brainwallet. get some "random" input (aka entropy) and seed the brainwallet with that.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
bitcreditscc
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
January 02, 2015, 01:40:12 PM
 #1928

anyone got a script i can use to extract just the private keys from a output file?


gadman2
Legendary
*
Offline Offline

Activity: 977
Merit: 1000



View Profile
January 02, 2015, 01:57:03 PM
 #1929

anyone got a script i can use to extract just the private keys from a output file?



Use notepad++ and a few params to delete anything that doesn't start with the right word or something else.

http://superuser.com/questions/290247/how-to-delete-all-line-except-lines-containing-a-word-i-need

bitcreditscc
Hero Member
*****
Offline Offline

Activity: 602
Merit: 501



View Profile
January 02, 2015, 06:38:46 PM
 #1930

anyone got a script i can use to extract just the private keys from a output file?



Use notepad++ and a few params to delete anything that doesn't start with the right word or something else.

http://superuser.com/questions/290247/how-to-delete-all-line-except-lines-containing-a-word-i-need

great thanks!!

DonQuijote
Legendary
*
Offline Offline

Activity: 1551
Merit: 1002


♠ ♥ ♣ ♦ < ♛♚&#


View Profile
January 02, 2015, 08:48:20 PM
 #1931

Someone could make it work in the pimp distribution? (based on debian)

THE INGENIOUS GENTLEMAN DON QUIXOTE OF LA MANCHA
♠ ♥ ♣ ♦ < ♛♚♝♞♜ BTC tip: 39gUUFdJBdKWXnLoh3PMNX9eUz3DwakBKq
David-M
Member
**
Offline Offline

Activity: 106
Merit: 10



View Profile WWW
January 03, 2015, 07:58:17 AM
 #1932

Shouldn't it be possible to use a master public key to use to generate the vanity key from?
This way, the private key is never exposed.


Kangaderoo
Member
**
Offline Offline

Activity: 89
Merit: 11


View Profile
January 03, 2015, 09:09:17 AM
 #1933

Shouldn't it be possible to use a master public key to use to generate the vanity key from?
This way, the private key is never exposed.

That would only be needed if you don't generate the address yourself.
You will need the private key to get access to your wallet.

The software has switches for this. A master public key that only you have the private key for can be used in
the generation process. The result private key (wif format) and your private key (also wif) can be combined
using the keyconv utility. This private key is now only known to you.

There is even a pool for this @ vanitypool(dot)appspot(dot)com

Slow but steady Android coin mining with NeoNeonMiner
BTC:1NeoArmnGyWHKfbje9JNWqw3tquMY7jHCw
David-M
Member
**
Offline Offline

Activity: 106
Merit: 10



View Profile WWW
January 03, 2015, 11:53:47 AM
 #1934

I was thinking you could generate a private key on electrum, then offload the vanity address to someone else to generate then that has better processing power- or pay to have it done.

If you use vanity pool, you are risking the exposure of the private key?

Kangaderoo
Member
**
Offline Offline

Activity: 89
Merit: 11


View Profile
January 03, 2015, 12:19:02 PM
 #1935

I was thinking you could generate a private key on electrum, then offload the vanity address to someone else to generate then that has better processing power- or pay to have it done.
yep that is what this pool does.
Quote
If you use vanity pool, you are risking the exposure of the private key?
this is a three stage operation.
1- your create a key palr (priv key, publc key) that also yields a non vanity bitcoin address, for example on electrum, preferably more secure on your own system.
2- upload the request for a vanity address and the public key to this pool or another service that has the processing power.
3- retreive the priv key from this pool. The actual address generation routine only uses public keys.

combine this priv key(unsecure) with your priv key(secure) to generate a new priv key(secure).
(an online utitlity to do this is here gobittest(dot)appspot(dot)com/VanityAll
but since it is on the internet it is less secure than running the keyconv util)
this new priv key gives you the vanity address.

Slow but steady Android coin mining with NeoNeonMiner
BTC:1NeoArmnGyWHKfbje9JNWqw3tquMY7jHCw
crazyearner
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
January 05, 2015, 11:28:17 PM
 #1936

Would be nice if van would get updated to support asic equipment or to use GPU. I have had Van working with gpu in the past but it never presented any results and seems only can use CPu currently. Anyone actually made to supprt x280 gpus or to allow asics.?

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
January 05, 2015, 11:44:30 PM
 #1937

Would be nice if van would get updated to support asic equipment or to use GPU.
I haven't had any issues getting it to work with the GPUs I've got - but it wouldn't be too surprising if the OpenCL code needs adjustments for some hardware (as it has in the past for AMD cards).

But as far as ASICs go - not going to work.  ASIC mining equipment performs a very specific task, and that task is not part of address generation.  You'd have to develop an ASIC for vanity mining, which is not cost-effective at all.  You *might* be able to get somewhere with FPGAs, but I suspect it's still not cost-effective compared to an off-the-shelf GPU.

crazyearner
Legendary
*
Offline Offline

Activity: 1820
Merit: 1001



View Profile
January 06, 2015, 01:45:59 AM
 #1938

Would be nice if van would get updated to support asic equipment or to use GPU.
I haven't had any issues getting it to work with the GPUs I've got - but it wouldn't be too surprising if the OpenCL code needs adjustments for some hardware (as it has in the past for AMD cards).

But as far as ASICs go - not going to work.  ASIC mining equipment performs a very specific task, and that task is not part of address generation.  You'd have to develop an ASIC for vanity mining, which is not cost-effective at all.  You *might* be able to get somewhere with FPGAs, but I suspect it's still not cost-effective compared to an off-the-shelf GPU.

How did you get it working with GPU. What GPU are you running it on mabye it does not like the 280x series and maybe too new to use with vanity gen.

=
  R E B E L L I O U S 
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  ▄▀▀▀▀▀▄▄                           ▄▄▀▀▀▀▀▄
▄▀        █▄▄                     ▄▄█        ▀▄
█            █████████████████████            █
█▄          ██       ██ ██       ██          ▄█
█        █            █            █        █
  █    █               █               █    █
   █ ██               █ █               ██ █
    █ █               █ █               █ █
    █ ███▄  █████▄   ██ ██   ▄█████  ▄███ █
    █     ███     █         █     ███     █
     █   █   ▀███ █  █   █  █ ███▀   █   █
     █   █      █ █  █   █  █ █      █   █
     █   █      ██  █     █  ██      █   █
      █  █     ██  █       █  ██     █  █
      █  █    ██  █ ███████ █  ██    █  █
      █ ███   ██  █         █  ██   ███ █
       █   ▀███      █   █      ███▀   █
        █     ██       █       ██     █
         █      █   ▄▄███▄▄   █      █
          ███   ███▀       ▀███   ███
             █████           █████
                  ███████████
  R E B E L L I O U S
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
January 06, 2015, 01:59:38 AM
 #1939

How did you get it working with GPU. What GPU are you running it on mabye it does not like the 280x series and maybe too new to use with vanity gen.
I've never had to jump through hoops to get things working - lucky that way, I suppose; I know there's plenty of people with issues getting it working, having to mess with drivers, etc.
As you now mention 280x (as opposed to x280 - I wish they wouldn't both use similar model numbers Smiley), check out the lifeboat version and start reading at this post:
https://bitcointalk.org/index.php?topic=301068.msg3898427#msg3898427

Might also read around in that thread (and this one) in general.  Pretty sure there's other musings about getting things running on the 280x

Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
January 06, 2015, 01:33:21 PM
 #1940

How did you get it working with GPU. What GPU are you running it on mabye it does not like the 280x series and maybe too new to use with vanity gen.
I've never had to jump through hoops to get things working - lucky that way, I suppose; I know there's plenty of people with issues getting it working, having to mess with drivers, etc.
As you now mention 280x (as opposed to x280 - I wish they wouldn't both use similar model numbers Smiley), check out the lifeboat version and start reading at this post:
https://bitcointalk.org/index.php?topic=301068.msg3898427#msg3898427

Might also read around in that thread (and this one) in general.  Pretty sure there's other musings about getting things running on the 280x

And, you will have to run oclvanitygen to use GPU(s). Smiley

   ~~MZ~~

Pages: « 1 ... 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 [97] 98 99 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 ... 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!