<<  >> (p.63)
    Author Topic: Pollard's kangaroo ECDLP solver  (Read 62490 times)
    RBan
    Newbie
    *
    Offline Offline

    Activity: 12
    Merit: 10


    View Profile
    July 19, 2020, 08:48:38 AM
     #1241



    when you say
    Quote
    #addition factor, in this case its G or +1 decimal
    K ='0479be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798483ada7726a3c 4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8'
    you mean add +1 decimal to previous pubkey? The "G" is throwing me off

    Yes I mean G as in the generator point which is equal to 1 in decimal but the code should allow for any address to be added I just used 1 for simplicity

    [/quote]
    Sorry, I had more questions but posted too soon.

    Kangaroos...sounds like what you want they aren't necessarily kangaroos, just a 'brute force" type of jump. Start at pubk a, add increment to pubka to create pubk b, rinse and repeat. Each time a new pubk is created and 'visited' you want to convert that pubk to a BTC address and write both to a file. rinse and repeat all until a predesignated address is reached (end of range) or end after so many jumps. Anything I missed?


    [/quote]

    Thats exactly correct yes, consistently adding a specific key, converting output to address, then writing it to a CSV file. How would that look like in a Python code?
Page 62
Viewing Page: 63