Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Multi Pub Key #1

Open
SatoshiNakamotoBitcoins opened this issue Apr 21, 2020 · 23 comments
Open

Support Multi Pub Key #1

SatoshiNakamotoBitcoins opened this issue Apr 21, 2020 · 23 comments

Comments

@SatoshiNakamotoBitcoins

Jean-Luc,

At first clap your hands for our French Master!

Thank you for this great app.

An question...how does the multi pub key search work...does it searches sequentially (start searching for the first pubkey in the in.txt file and move on) or searches it for ALL the pub keys at the same time and quotes a private key when it finds one of the pubkeys in the in.txt file.

Like to learn from you!

Greetings Satoshi

@JeanLucPons
Copy link
Owner

Yes for the moment pubKey are searched sequentially.
Could you show you in.txt ?
I'm currently on the GPU support

@SatoshiNakamotoBitcoins
Copy link
Author

Thank you Jean-Luc for your answer...I tested something with your pubkeys in the readme as EXAMPLE of Usage...

@hamnaz
Copy link

hamnaz commented Apr 21, 2020

multiple pubkeys like bloomfilter(bitcrack) or any other methode as pubkeys list in table for verification in kangroo would be great

@JeanLucPons
Copy link
Owner

The method used here use distinguished point. This is a very efficient method for detecting collisions (no need of a Bloom filter).
For multiple key a solution would be the set wild kangaroos to several pub key but it will decrease the probability to find a match. To be investigated...

@hamnaz
Copy link

hamnaz commented Apr 25, 2020

multiple pubkeys REMINDER :)

@GGG9
Copy link

GGG9 commented Apr 28, 2020

Not moving to the next pubkeys until it finds the previous
even if it comes to the end of key space it continues to search.
checked with short key space when the first pubkey not in key space it search indefinitely and does not go to the second pubkey.

@JeanLucPons
Copy link
Owner

Yes, will add a stop option to give up the search if a threshold according to the expected number of operation is reached.

@virus-cyber
Copy link

JeanLucPons no
Multi Pub Key
search

@kpot87
Copy link

kpot87 commented May 2, 2020

@JeanLucPons how do you think when multi pub key search will be realized ?

@SatoshiNakamotoBitcoins
Copy link
Author

Guys be patient... @JeanLucPons will deliver...like always...;-)

@JeanLucPons
Copy link
Owner

Yes, I added load/save/work
The multi key will be done with the help of theses new features.
The idea is to allow to pre compute large tame kangaroo file and to solve multiple key using this file.
Then when a key is solved, all the wild will become tame and more keys are solved more chance to solve the others....

@SatoshiNakamotoBitcoins
Copy link
Author

SatoshiNakamotoBitcoins commented May 8, 2020

@JeanLucPons We all appreciate your hard work and thanks for adding the multi key support!!

Can you give an example for properly use the added flags (load/save/work) in order to execute search with a list containing multi pub keys.

Thnx in advance.

Cheers Satoshi

@JeanLucPons
Copy link
Owner

Yes,
I will add some note about this on the readme. It is a bit tricky.
Multi key support is not yet supported, for this you will need first to create a large tame array for a given range and then attack keys with it.

@GGG9
Copy link

GGG9 commented May 9, 2020

@JeanLucPons
Hi
How to use maxStep and how to calculate maxStep can be an example?

@GGG9
Copy link

GGG9 commented May 9, 2020

I loaded several Pub Keys into the program, but after Continue the work from "-i save.work", the program writes "Keys: 1"

@kpot87
Copy link

kpot87 commented May 24, 2020

@JeanLucPons hi any news of realize multipubkeysearch? Tnx

@roi35
Copy link

roi35 commented May 24, 2020

Hello @JeanLucPons any news multi pub key release ?

@yakitorifoodie
Copy link

simultaneous pubkey are not possible with pollard rho kangaroo.

@Shadow145-cpu
Copy link

Shadow145-cpu commented Jun 15, 2020

I loaded several Pub Keys into the program, but after Continue the work from "-i save.work", the program writes "Keys: 1"

@GGG9 I have the same problem

@SatoshiNakamotoBitcoins
Copy link
Author

@Shadow145-cpu That is correct it will only load the first pubkey of the original in.txt file which created the save.work file...(multi pub key is not supported YET...)

@Shadow145-cpu
Copy link

So we can wait for the multi pub :)

@SatoshiNakamotoBitcoins
Copy link
Author

@Shadow145-cpu I hope so...;-)

@kpot87
Copy link

kpot87 commented Jun 30, 2020

@SatoshiNakamotoBitcoins i don’t think so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants