Pages:
Author

Topic: Keyhunt - development requests - bug reports - page 8. (Read 11879 times)

newbie
Activity: 37
Merit: 0
You cant use BSGS for 66. Public key is not visible. You can only use BSGS for known public keys, and the source you provide, you arent using BSGS, you are using normal -m address which refers to normal bruteforce. You need to use the -m -bsgs commandline. for BSGS fast speed

I see, thanks for explaining.

What would you recommend using in #66? -m address with 66.txt or -m rmd160 with 66.rmd? Any pros and cons of each vs the other?

Can I leverage my RAM in -m address or -m rmd160 to make it faster, or only BSGS has that benefit?
Why would you wanna waste time and energy on address only puzzles when you can spend the same time and use the same resources to search for puzzles with known public keys,  either learn how to utilize bsgs for public keys or use kangaroo.

Where can I find these public key puzzles?

Sorry, very new in this.
copper member
Activity: 1330
Merit: 899
🖤😏
You cant use BSGS for 66. Public key is not visible. You can only use BSGS for known public keys, and the source you provide, you arent using BSGS, you are using normal -m address which refers to normal bruteforce. You need to use the -m -bsgs commandline. for BSGS fast speed

I see, thanks for explaining.

What would you recommend using in #66? -m address with 66.txt or -m rmd160 with 66.rmd? Any pros and cons of each vs the other?

Can I leverage my RAM in -m address or -m rmd160 to make it faster, or only BSGS has that benefit?
Why would you wanna waste time and energy on address only puzzles when you can spend the same time and use the same resources to search for puzzles with known public keys,  either learn how to utilize bsgs for public keys or use kangaroo.
newbie
Activity: 37
Merit: 0
You cant use BSGS for 66. Public key is not visible. You can only use BSGS for known public keys, and the source you provide, you arent using BSGS, you are using normal -m address which refers to normal bruteforce. You need to use the -m -bsgs commandline. for BSGS fast speed

I see, thanks for explaining.

What would you recommend using in #66? -m address with 66.txt or -m rmd160 with 66.rmd? Any pros and cons of each vs the other?

Can I leverage my RAM in -m address or -m rmd160 to make it faster, or only BSGS has that benefit?
member
Activity: 177
Merit: 14
You cant use BSGS for 66. Public key is not visible. You can only use BSGS for known public keys, and the source you provide, you arent using BSGS, you are using normal -m address which refers to normal bruteforce. You need to use the -m -bsgs commandline. for BSGS fast speed
newbie
Activity: 37
Merit: 0
another question haunts me, about the two modes:
- - normal search over the entire 66 range (./keyhunt -m rmd160 -f tests/66.rdb 66 -l compress -R -q)
- - or still bsgs by public key (./keyhunt -m bsgs -f tests/125.txt -b 125 -q -s 10 -R)
on the one hand, the 66 range is less than (total) 73786976294838206463 and the 125th is already 42535295865117307932921825928971026431
it turns out 66 I can take the number of possible keys and divide by the speed, then I will understand how much I need to search for the key.
but on the other hand, the public key search algorithm is not a simple search, how to estimate how many possible steps in bsgs?

Where did you get that 66.rdb?
newbie
Activity: 37
Merit: 0
Hello guys, noob here, sorry:

Why don't we have a 66.pub file? So I can use BSGS?

This is my command line, and outputs, does this look good? Is it a good speed?

Code:
$ ./keyhunt -m address -f tests/66.txt -b 66 -t 128 -S
[+] Version 0.2.230519 Satoshi Quest, developed by AlbertoBSD
[+] Mode address
[+] Threads : 128
[+] Setting search for btc adddress
[+] N = 0x100000000
[+] Bit Range 66
[+] -- from : 0x20000000000000000
[+] -- to   : 0x40000000000000000
[+] Reading file data_8cf4f3dc.dat
[+] Bloom filter for 10000 elements.
[+] Allocating memory for 1 elements: 0.00 MB
[+] Total 507962254336 keys in 5250 seconds: ~96 Mkeys/s (96754715 keys/s)



If I stop it does it continue where it left? What is the data_8cf4f3dc.dat file for?
jr. member
Activity: 39
Merit: 12
Hello there again Smiley

Congratulations to the solver (or solvers) of the puzzle #125  Wink

12.5 BTC is an excellent prize  Smiley

Now, the destination address is the same as the puzzle #120 (https://bitaps.com/3Emiwzxme7Mrj4d89uqohXNncnRM15YESs)

That make me think a lot of thinks  Cheesy
newbie
Activity: 4
Merit: 0
another question haunts me, about the two modes:
- - normal search over the entire 66 range (./keyhunt -m rmd160 -f tests/66.rdb 66 -l compress -R -q)
- - or still bsgs by public key (./keyhunt -m bsgs -f tests/125.txt -b 125 -q -s 10 -R)
on the one hand, the 66 range is less than (total) 73786976294838206463 and the 125th is already 42535295865117307932921825928971026431
it turns out 66 I can take the number of possible keys and divide by the speed, then I will understand how much I need to search for the key.
but on the other hand, the public key search algorithm is not a simple search, how to estimate how many possible steps in bsgs?
newbie
Activity: 4
Merit: 0
thank you for you effort, but i didnt understand hwo the server and client work, im using keyhunt windows, and i want to try the serve, i have a question is , if i scan bsgs with the server it wont scan the same ranges again ? it means always new ranges ? and if there is a tuto on windows how to install and run the server with bsgs thank you ?
In Windows, you can install the Linux environment. Use PowerShell write wsl --install and run.
https://learn.microsoft.com/en-us/windows/wsl/basic-commands
jr. member
Activity: 50
Merit: 1
Still no words about the system you were supposed to buy with a few grands you received as a donation a couple of months ago? Maybe you live far far away from civilization, that's why it has taken you so long!

~regards.😉

I'm going to go for the computer tomorrow, they already assembled it. I hope start the developing for GPU ASAP



Guys i release some kind of server for BSGS if some of you want to test it. I did some separate readme for it BSGSD.md I hope you like it



 thank you for you effort, but i didnt understand hwo the server and client work, im using keyhunt windows, and i want to try the serve, i have a question is , if i scan bsgs with the server it wont scan the same ranges again ? it means always new ranges ? and if there is a tuto on windows how to install and run the server with bsgs thank you ?
hero member
Activity: 861
Merit: 662
Still no words about the system you were supposed to buy with a few grands you received as a donation a couple of months ago? Maybe you live far far away from civilization, that's why it has taken you so long!

~regards.😉

I'm going to go for the computer tomorrow, they already assembled it. I hope start the developing for GPU ASAP



Guys i release some kind of server for BSGS if some of you want to test it. I did some separate readme for it BSGSD.md I hope you like it



hero member
Activity: 861
Merit: 662
Is it possible to use the same pb table for 50 bit range and for 70 bit range?
Or under each range and a public key the new table is necessary?

Is the same baby table for all the ranges
member
Activity: 173
Merit: 12
Is it possible to use the same pb table for 50 bit range and for 70 bit range?
Or under each range and a public key the new table is necessary?
copper member
Activity: 1330
Merit: 899
🖤😏
Still no words about the system you were supposed to buy with a few grands you received as a donation a couple of months ago? Maybe you live far far away from civilization, that's why it has taken you so long!

~regards.😉
hero member
Activity: 630
Merit: 731
Bitcoin g33k
I'm looking forward to the GPU feature, which will certainly have the biggest impact on speed and efficiency. Thank you so much for your great work Albert0
copper member
Activity: 1330
Merit: 899
🖤😏
On android? So we can run keyhunt on our phones?
newbie
Activity: 7
Merit: 0
Hi guys i just update the double speed version for BSGS: Version 0.2.230519
Also the legacy version was already on github from somo days ago (Now it works again on termux android and maybe another processor)

I setup a small dashboard for my self to keep track what features i am working on, you can see that in the link:

https://trello.com/b/GXBPiBCM/keyhunt

Things pending TO-DO in keyhunt  (in order)
  • Finish the Double BSGS speed. (I'm having some troubles here but i'm at halfway)
  • Legacy version (to run everywhere Linux, Mac, termux)
  • Windows Version
  • GPU Version
  • Pool client Version


Tell me more: after stopping and restarting the program, it starts to sort through the keys again, or how is the previous search result saved?

There is no saved mode yet, but in random the probability of scan the te same rage twice is almost the same that find one key.

In any case That feature is on my TO-DO list, check the dashboard above, i don't know when i will add it, i hope soon.


Great, waiting Windows version.
hero member
Activity: 861
Merit: 662
Hi guys i just update the double speed version for BSGS: Version 0.2.230519
Also the legacy version was already on github from somo days ago (Now it works again on termux android and maybe another processor)

I setup a small dashboard for my self to keep track what features i am working on, you can see that in the link:

https://trello.com/b/GXBPiBCM/keyhunt

Things pending TO-DO in keyhunt  (in order)
  • Finish the Double BSGS speed. (I'm having some troubles here but i'm at halfway)
  • Legacy version (to run everywhere Linux, Mac, termux)
  • Windows Version
  • GPU Version
  • Pool client Version


Tell me more: after stopping and restarting the program, it starts to sort through the keys again, or how is the previous search result saved?

There is no saved mode yet, but in random the probability of scan the te same rage twice is almost the same that find one key.

In any case That feature is on my TO-DO list, check the dashboard above, i don't know when i will add it, i hope soon.

jr. member
Activity: 32
Merit: 11
g0g0g0

Code:
ubuntu@AWS:~/kknd/keyhunt$ ./keyhunt -m bsgs -f 125.pub -b 125 -R -q -S -n 0x400000000000 -k 4096 -t 15
[+] Version 0.2.230519 Satoshi Quest, developed by AlbertoBSD
[+] Random mode [+] Quiet thread output
[+] K factor 4096 [+] Threads : 15
[+] Mode BSGS random
[+] Opening file 125.pub [+] Added 1 points from file
[+] Bit Range 125
[+] -- from : 0x10000000000000000000000000000000 [+] -- to   : 0x20000000000000000000000000000000
[+] N = 0x400000000000
[+] Bloom filter for 34359738368 elements : 117781.20 MB
[+] Bloom filter for 1073741824 elements : 3680.66 MB
[+] Bloom filter for 33554432 elements : 115.02 MB
[+] Allocating 512.00 MB for 33554432 bP Points
[+] Reading bloom filter from file keyhunt_bsgs_4_34359738368.blm .... Done!
[+] Reading bloom filter from file keyhunt_bsgs_6_1073741824.blm .... Done!
[+] Reading bP Table from file keyhunt_bsgs_2_33554432.tbl .... Done!
[+] Reading bloom filter from file keyhunt_bsgs_7_33554432.blm .... Done!
[+] Total 7633119483232862076928 keys in 3750 seconds: ~2 Ekeys/s (2035498528862096553 keys/s)
newbie
Activity: 5
Merit: 0
Tell me more: after stopping and restarting the program, it starts to sort through the keys again, or how is the previous search result saved?
Pages:
Jump to: