<<  >> (p.8)
    Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1155141 times)
    BTCurious
    Hero Member
    *****
    Offline

    Activity: 714
    Merit: 504


    ^SEM img of Si wafer edge, scanned 2012-3-12.


    View Profile
    July 16, 2011, 10:25:08 AM
     #141

    I haven't got every thing about ECC clear yet, but what I have understood you can do

    Public_key = some_int*base_EC_point
    Priv_key = some_int

    Then

    New_pub_key = Public_key + another_int*base_EC_point
    New_priv_key = priv_key + another_int

    Now if you set another_int=1 you only have to do one add each iteration, and if there is a match another add to get the private key. This should speed up the calc a lot if my maths is correct.
    You're sort of correct, but samr7 has been doing this since his earliest released version. It's one of the reasons his tool is rather fast Smiley

    I've corrected some stuff in green. The base_ec_point is a parameter that is known to all parties; it's defined in the protocol/cryptology parameters. It's parameter G.

Page 7
Viewing Page: 8