Pages:
Author

Topic: Pollard's kangaroo ECDLP solver - page 12. (Read 55599 times)

copper member
Activity: 1330
Merit: 899
🖤😏
February 28, 2023, 01:12:33 PM
Guys please give the man/ woman some time, they need to cash out every single bitcoin fork/ altcoin before revealing the private key. I'd like to add that there is no known method other than log problem to solve in order to find the key in high bit ranges. Way to go who ever you are.🥳🥳🥳🤑🤑🤑
hero member
Activity: 952
Merit: 642
Magic
February 28, 2023, 11:09:41 AM
So cool to see that there is still success in the Bitcoin puzzle. Would be interesting to know how much time and effort was put into solving, and compare it to the reward. Maybe the solver will explain it some day  Smiley
member
Activity: 117
Merit: 32
February 27, 2023, 12:47:16 PM
Wonderful performance congratulations
It will have taken more than 2 years to find it.
I'm curious to know the privateKey and whether it's bruteforcing (kangaroo solver/bsgs/bitcrack etc...) or some other way to find it?
Congratulations  Smiley
full member
Activity: 427
Merit: 105
February 27, 2023, 08:55:32 AM
wowie nicer things happening finally.

now tell us who you are..
jr. member
Activity: 39
Merit: 12
February 27, 2023, 05:44:34 AM
Hi there  to all Smiley

Congratulations to the person who solve the Puzzle #120  Cheesy

I wonder which is the private key.
copper member
Activity: 1330
Merit: 899
🖤😏
January 22, 2023, 02:04:07 PM
If you are using a batch file, it's easy to stop and see what the error is.

Add a pause on the second line of your batch file, like this:

Kangaroo.exe -t 0 -d 12 -gpu -g 20,256... etc.
pause

I don't know how to set a proper command in the batch file, what do use yourself, could you give me the whole correct command? I will change my specifics to meet my system config, thank you. Also isn't this kangaroo used to find addresses with known public keys? If that's the case and there are no more public keys left in the puzzle challenge, I don't want to use it, not interested  in cracking keys which are not mine.
full member
Activity: 1050
Merit: 219
Shooters Shoot...
January 22, 2023, 11:06:49 AM
A Beginner's Guide to the Windows Command Prompt. IMO current documentation is targeted towards geek, power user and developer.
Wow thank you my man, now which version of ubuntu should I install, good thing I frequent cracking projects😀, do I need ubuntu to run kangaroo? Because running in windows, setting all the arguments, the bat file opens and closes very fast, it seems like nothing works, maybe I should run it using cmd? isn't bat file doing the same thing though? When I dowmload kangaroo, I should place it in a folder and create a bat file or just run cmd and insert the option inftont of the kangaroo.exe? And which commands should I use, I currently have Geforce nvidia 920MX intel inegrated gpu.

Should I install 18 or 20 or 22 version from windows store?
If you are using a batch file, it's easy to stop and see what the error is.

Add a pause on the second line of your batch file, like this:

Kangaroo.exe -t 0 -d 12 -gpu -g 20,256... etc.
pause


copper member
Activity: 1330
Merit: 899
🖤😏
January 22, 2023, 12:25:00 AM
A Beginner's Guide to the Windows Command Prompt. IMO current documentation is targeted towards geek, power user and developer.
Wow thank you my man, now which version of ubuntu should I install, good thing I frequent cracking projects😀, do I need ubuntu to run kangaroo? Because running in windows, setting all the arguments, the bat file opens and closes very fast, it seems like nothing works, maybe I should run it using cmd? isn't bat file doing the same thing though? When I dowmload kangaroo, I should place it in a folder and create a bat file or just run cmd and insert the option inftont of the kangaroo.exe? And which commands should I use, I currently have Geforce nvidia 920MX intel inegrated gpu.

Should I install 18 or 20 or 22 version from windows store?
full member
Activity: 1050
Merit: 219
Shooters Shoot...
January 15, 2023, 05:24:41 PM
It's likely @Tesorex refer to @Jean_Luc (OP of this thread).

However, this does not make sense to me. Because the thread creator JLP explicitly refers to his Github repository where you'll find a documentation and explanation of how to use the tool.

Concur; JLP did an above and beyond explanation of how to run the program and about the theory behind Pollard's Kangaroo method.
hero member
Activity: 630
Merit: 731
Bitcoin g33k
January 15, 2023, 09:09:01 AM
It's likely @Tesorex refer to @Jean_Luc (OP of this thread).

However, this does not make sense to me. Because the thread creator JLP explicitly refers to his Github repository where you'll find a documentation and explanation of how to use the tool.
hero member
Activity: 630
Merit: 731
Bitcoin g33k
January 14, 2023, 04:32:42 PM
Why do you publish open source programs doing all the hard work but never publish any step by step tutorials on how to run it?

who are you referring to? that is not entirely clear from your question, at least not to me.
full member
Activity: 204
Merit: 100
January 14, 2023, 03:45:08 PM
Why do you publish open source programs doing all the hard work but never publish any step by step tutorials on how to run it?
hero member
Activity: 630
Merit: 731
Bitcoin g33k
November 27, 2022, 09:13:25 AM
I am not able to find the PrivateKey Undecided it just says done, is it a bug or am i doing something wrong?

this is the range
---snip---
...

What is the command-line which you execute ?
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
November 27, 2022, 09:07:47 AM
I am not able to find the PrivateKey Undecided it just says done, is it a bug or am i doing something wrong?
Your key is on the edge of provided range. This is the hardest option. It will still be found, but it will take more time and more luck.

Code:
[96.67 MK/s][GPU 0.00 MK/s][Count 2^33.51][Dead 2][02:26 (Avg 01:35)][47.6/81.5MB]
Key# 0 [1S]Pub:  0x029E162328C08BF1B3C9BA030ACBDBE111D1191D07A157AB285A403A739E5F0139
       Priv: 0xE9C742148F3F0C84463F29FE66E2CA



Or alternatively, you can shift the range to the left or right by half of the interval, provided that you know that the key is going to be closer to one of those intervals. You don't need to expend more time waiting in such cases.
hero member
Activity: 630
Merit: 731
Bitcoin g33k
November 27, 2022, 05:39:30 AM
So what does dead kangaroos mean?

Yes From time to time it fails and go out the range. The number of dead kangaroo (collision in same herd) increase.
newbie
Activity: 3
Merit: 0
November 25, 2022, 10:00:39 PM
I am not able to find the PrivateKey Undecided it just says done, is it a bug or am i doing something wrong?
Your key is on the edge of provided range. This is the hardest option. It will still be found, but it will take more time and more luck.

Code:
[96.67 MK/s][GPU 0.00 MK/s][Count 2^33.51][Dead 2][02:26 (Avg 01:35)][47.6/81.5MB]
Key# 0 [1S]Pub:  0x029E162328C08BF1B3C9BA030ACBDBE111D1191D07A157AB285A403A739E5F0139
       Priv: 0xE9C742148F3F0C84463F29FE66E2CA




So what does dead kangaroos mean?
member
Activity: 107
Merit: 61
November 23, 2022, 02:03:46 AM
I am not able to find the PrivateKey Undecided it just says done, is it a bug or am i doing something wrong?
Your key is on the edge of provided range. This is the hardest option. It will still be found, but it will take more time and more luck.

Code:
[96.67 MK/s][GPU 0.00 MK/s][Count 2^33.51][Dead 2][02:26 (Avg 01:35)][47.6/81.5MB]
Key# 0 [1S]Pub:  0x029E162328C08BF1B3C9BA030ACBDBE111D1191D07A157AB285A403A739E5F0139
       Priv: 0xE9C742148F3F0C84463F29FE66E2CA

newbie
Activity: 3
Merit: 0
November 22, 2022, 11:38:53 PM
I am not able to find the PrivateKey Undecided it just says done, is it a bug or am i doing something wrong?

this is the range
Code:
e9c742148f3f0b84463f29fe66e2db
e9c742148f3f0c84463f29fe66e2da
029e162328c08bf1b3c9ba030acbdbe111d1191d07a157ab285a403a739e5f0139

this is the private key

Code:
private key -  0000000000000000000000000000000000e9c742148f3f0c84463f29fe66e2ca

029e162328c08bf1b3c9ba030acbdbe111d1191d07a157ab285a403a739e5f0139


and as you see here i use a lower DP it shows the same even if use the suggested DP that is 12

Code:
Kangaroo v2.2
Start:E9C742148F3F0B84463F29FE66E2DB
Stop :E9C742148F3F0C84463F29FE66E2DA
Keys :1
Number of CPU thread: 4
Range width: 2^64
Jump Avg distance: 2^31.99
Number of kangaroos: 2^16.64
Suggested DP: 12
Expected operations: 2^33.07
Expected RAM: 346.9MB
DP size: 10 [0xFFC0000000000000]
SolveKeyCPU Thread 2: 1024 kangaroos
SolveKeyCPU Thread 0: 1024 kangaroos
SolveKeyCPU Thread 3: 1024 kangaroos
SolveKeyCPU Thread 1: 1024 kangaroos
GPU: GPU #0 GeForce GT 710 (1x192 cores) Grid(2x384) (14.5 MB used)
SolveKeyGPU Thread GPU#0: creating kangaroos...
SolveKeyGPU Thread GPU#0: 2^16.58 kangaroos [0.7s]
[29.87 MK/s][GPU 10.19 MK/s][Count 2^33.88][Dead 5][09:54 (Avg 05:01)][474.0/599.0MB]
Done: Total time 10:03


and what does dead kangaroo mean?
legendary
Activity: 952
Merit: 1367
November 21, 2022, 02:31:05 PM
Convert to what? To WIF, to import it into your wallet?
Go to page https://learnmeabitcoin.com/technical/wif to see how it works, and if you are not afraid you may try with your key (adding zeros at the beginning).
On the other pages you will find how to generate address etc.

Or just go to page secretscan.org
full member
Activity: 486
Merit: 102
November 21, 2022, 01:35:33 PM
If I get the private key in this form with pollard kangaroo 0x378ABDEC51BC5D how i convert it?
Pages:
Jump to: