<<  >> (p.18)
    Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1155141 times)
    deepceleron
    Legendary
    *
    Offline

    Activity: 1512
    Merit: 1064



    View Profile WWW
    November 09, 2011, 12:01:07 PM
    Last edit: November 30, 2017, 09:05:15 PM by deepceleron
     #341

    Is it necessary to let vanitygen run continuously in order to find the desired key, or can I stop it then start it again?
    runeks: It's generating random keys, so yes - you can stop it anytime and it don't lower your chance to find proper address...
    Unless you put in a custom seed, but you probably don't do that, anyway Smiley

    It appears this is not a concern, that system entropy is still used in addition to the random seed file. We don't get the same addresses every execution:

    E:\Bitcoin\vanitygen-0.17-win>vanitygen.exe -v -t 2 -s RandomNumbers 1ABCD
    Read 959 bytes from RNG seed file
    Prefix difficulty:              4476342 1ABCD
    Difficulty: 4476342
    Using 2 worker thread(s)
    Pattern: 1ABCD
    ...
    Address: 1ABCDRandomBitcoinAddress

    E:\Bitcoin\vanitygen-0.17-win>vanitygen.exe -v -t 2 -s RandomNumbers 1ABCD
    Address: 1ABCDRandomBitcoinAddress

    E:\Bitcoin\vanitygen-0.17-win>vanitygen.exe -v -t 2 -s RandomNumbers 1ABCD
    Address: 1ABCDRandomBitcoinAddress

    E:\Bitcoin\vanitygen-0.17-win>vanitygen.exe -v -t 2 -s RandomNumbers 1ABCD
    Address: 1ABCDRandomBitcoinAddress



    So far RaTTuS seems to have set the bar for complexity with his public address....

    It looks like we can use vanitygen itself to see how difficult the prefix was:

    Case sensitive 1RaTTuS:
    E:\Bitcoin\vanitygen-0.17-win>vanitygen.exe -v 1RaTTuS
    Prefix difficulty:         888,446,610,538 1RaTTuS
    Case insensitive 1firstbit (yes, I had to do it...):
    E:\Bitcoin\vanitygen-0.17-win>vanitygen.exe -v -i 1FiRSTBiT
    Prefix difficulty:        1,605,983,018,727 1firstbit
    note: RaTTuS is harder than most 6 chars  -- case-sensitive prefixes starting with Q-Z or a-z are 59x harder than starting 1-9,A-P):
    Prefix difficulty:         873,388,193,410 1Poooooo
    Prefix difficulty:       51,529,903,411,245 1Qoooooo


    CHALLENGE: post the highest difficulty prefix you've found (use -i if you didn't search case-sensitive.)
Page 17
Viewing Page: 18