Pages:
Author

Topic: Keyhunt - development requests - bug reports - page 19. (Read 11571 times)

hero member
Activity: 828
Merit: 657
Dear alberto,
how is this not ok? or is it ok?
how much time should this last processing take,
already a long few hrs. passed,. thanks

Hi, that is not OK but i seen that you are using an old version, that problem is already solved in the newest version.

But with the public key is it possible? How much time?
i have been playing with bsgs but to no avail

It can take from one day to one trillion trillion years or more.
full member
Activity: 427
Merit: 105
Dear alberto,
how is this not ok? or is it ok?
how much time should this last processing take,
already a long few hrs. passed,. thanks
./keyhunt -m bsgs -f pubs.txt -b 120 -k 1024 -q -t 6
+] Version 0.1.20210412 secp256k1
  • Setting mode BSGS
  • Min range: 800000000000000000000000000000
  • Max range: 1000000000000000000000000000000
  • Setting k factor to 1024
  • Set quiet thread output
  • Setting 6 threads
  • Opening file pubs0-65.txt
  • Added 1129 points from file
  • Bit Range 120
  • Setting N up to 17592186044416.
  • Init 1st bloom filter for 4294967296 elements : 14722.00 MB
  • Init 2nd bloom filter for 214748365 elements : 736.13 MB
  • Allocating 0.5 MB for 4096 aMP Points
  • Precalculating 4096 aMP points
  • Allocating 3276.80 MB for 214748365 bP Points
  • processing 4294963200/4294967296 bP points : 99%

newbie
Activity: 2
Merit: 0
Do you have the pubkey? If not, but you had outgoing transactions, I or you could find the pubkey. Having the pubkey greatly reduces search time. You can use a variety of programs to help find your private key, especially with public key.
[/quote]

Hi, I'm new to this research. I know it's practically impossible to look up all the private keys.
But with the public key is it possible? How much time?
i have been playing with bsgs but to no avail

single address

./keyhunt -m bsgs -f tests/1to32.eth -b 120 -k 640 -t 3 -q -S -B dance
newbie
Activity: 2
Merit: 0
Hi, is it possible for you to consider making a video, or even a step-by-step note on how to test find ethereum's private key, using a known public key.
I couldn't find a step by step about it and I couldn't do it.

By the way guys i just add support for
- Ethereum
- Minikeys
hero member
Activity: 828
Merit: 657
By the way guys i just add support for
- Ethereum
- Minikeys

Also i double the speed for rmd160 and add stride option for xpoint, rmd160, address, and ethereum.

is it possible to add a mode -B dance to xpoint mode?

I need to make changes in the code to work with those new modes.

Is xpoint mode sequential or random when searching for keys?

That depend if you enable the flag -R, with that it is random. without it is sequential.

Best regards!
full member
Activity: 706
Merit: 111
Is xpoint mode sequential or random when searching for keys?
newbie
Activity: 7
Merit: 1
is it possible to add a mode -B dance to xpoint mode?
newbie
Activity: 12
Merit: 3
Albert, I think your videos will help people understand, especially the "0 keys" question!

yes that is why i do it, any request for a new video just tell me Smiley

How is the "-r" range supposed to work? I ran a test using keyhunt in address mode but set the range limited to 1:10.

I expected keyhunt to find the first 3 address only and stop searching due to the range I set. keyhunt found the first 3 addresses and more! I was confused why it found more than the first 3 addreses and continued searching past the range that was set?

Test:

./keyhunt -m address -f tests/1to32.txt -r 1:10

-r 1:10 is too small, i need to check the code but i remeber that the limit is something like 65K keys there are some internal limits for the number of operations, the minimal number of keys is 1024 but the code doesn't limit it, i need to chage it to show a warning in screen.



Ok I am following on the range being too small. I will try with a larger range and see if keyhunt works correctly. It would be helpful to know exactly what the minimum range limit is. So since I did not get the results I expected I held off on doing additional tests. A warning in the console would definitely be helpful if you use a range that is too small. Thanks for the quick response too.
hero member
Activity: 828
Merit: 657
Albert, I think your videos will help people understand, especially the "0 keys" question!

yes that is why i do it, any request for a new video just tell me Smiley

How is the "-r" range supposed to work? I ran a test using keyhunt in address mode but set the range limited to 1:10.

I expected keyhunt to find the first 3 address only and stop searching due to the range I set. keyhunt found the first 3 addresses and more! I was confused why it found more than the first 3 addreses and continued searching past the range that was set?

Test:

./keyhunt -m address -f tests/1to32.txt -r 1:10

-r 1:10 is too small, i need to check the code but i remeber that the limit is something like 65K keys there are some internal limits for the number of operations, the minimal number of keys is 1024 but the code doesn't limit it, i need to chage it to show a warning in screen.



newbie
Activity: 12
Merit: 3
How is the "-r" range supposed to work? I ran a test using keyhunt in address mode but set the range limited to 1:10.

I expected keyhunt to find the first 3 address only and stop searching due to the range I set. keyhunt found the first 3 addresses and more! I was confused why it found more than the first 3 addreses and continued searching past the range that was set?

Test:

./keyhunt -m address -f tests/1to32.txt -r 1:10
full member
Activity: 1050
Merit: 219
Shooters Shoot...


Seems tha the calculation is correct. That is why that puzzle is not solved yet. We all try it by our selfs just hopping for luck.

By the way i made some videos about keyhunt:

keyhunt - Why the program show 0 keys/s?
Keyhunt Solving the 63 bit puzzle, just testing

Regards!


Albert, I think your videos will help people understand, especially the "0 keys" question!
member
Activity: 170
Merit: 58
Did you observer any increase in memory usage with a new version?
hero member
Activity: 828
Merit: 657
I have a question about the operating mode -M matrix screen
It increases the chances of winning in random mode?

That options just a test, is to show the full output line by line.

And no it doen't increment anything in chances.

I add that option -M just because some users need to see the program "working" if they don't see lines running out the screen it they think that the program is stuck or freeze.


I do not understand why the creation Bloom filter, became very slow almost 10 times slower.
I used the -S key and -M.
as I understand the key -S Bloom filter is created on disk/ from here creation Bloom filter the speed drops

The previous version of the program directly created bloom in RAM
And now it’s impossible?

Yes that is a bug, i already correct it, i will update the github repository today.

small calculation of how much RAM is needed to solve 120 puzzles
-n 0x100000000000000000000000000000 -k 1
Bloom filter for 288230376151711744 elements = 1.21755226 exabytes ram  Shocked
if
Bloom filter for 13967032320 elements = 59.5GB
if I didn't mess anything up

Seems tha the calculation is correct. That is why that puzzle is not solved yet. We all try it by our selfs just hopping for luck.

By the way i made some videos about keyhunt:

keyhunt - Why the program show 0 keys/s?
Keyhunt Solving the 63 bit puzzle, just testing

Regards!

newbie
Activity: 7
Merit: 1
small calculation of how much RAM is needed to solve 120 puzzles
-n 0x100000000000000000000000000000 -k 1
Bloom filter for 288230376151711744 elements = 1.21755226 exabytes ram  Shocked
if
Bloom filter for 13967032320 elements = 59.5GB
if I didn't mess anything up
newbie
Activity: 7
Merit: 1
I have a question about the operating mode -M matrix screen
It increases the chances of winning in random mode?

this seems to be a bug because I can't see the speed counter in -M mode
constantly jumps to the next line
Quote
./keyhunt -m rmd160 -f tests/64.rmd -l compress -s 10 -b 64 -R -t 24 -M

Quote
Base key: b446a02fd6f5381f
Base key: cae8a89843ee4ee8
Base key: 82fc18d395467fd4

I do not understand why the creation Bloom filter, became very slow almost 10 times slower.
I used the -S key and -M.
as I understand the key -S Bloom filter is created on disk/ from here creation Bloom filter the speed drops

The previous version of the program directly created bloom in RAM
And now it’s impossible?

 

hero member
Activity: 828
Merit: 657
For 32gb ddr3 k = Huh

maybe -k 2048, you need to test.

can you please tell what is the optimal value of n and K  for 256GB RAM?

I don't know maybe you need to test with -n 0x400000000000000 and some values some values of K upto fill all the memory. The program tell you more of less how much mamoery is going to need, so test one value and press ctrl C if you that it doesn't fill your RAM




newbie
Activity: 28
Merit: 5
Hi albert0bsd,
have any progress about the program?

Sorry there is no progress yet.


Thanks for the updated Beta version. It looks amazing.

can you please tell what is the optimal value of n and K  for 256GB RAM?

thanks.
member
Activity: 202
Merit: 16
For 32gb ddr3 k = Huh
newbie
Activity: 6
Merit: 0
September 22, 2021, 10:40:36 AM
#74
would keyhunt  be used for ethereum publickey?
I lost my 12.7 eth,and want get them back.
here is the eth address:0xa42181ac82065d34095a3590c90cc56ac390ab5b
Do you have the pubkey? If not, but you had outgoing transactions, I or you could find the pubkey. Having the pubkey greatly reduces search time. You can use a variety of programs to help find your private key, especially with public key.
thanks for reply.I mean sb stole my eth,thats his eth address. no outgoing transactions found,only address.
so  keyhunt can be used for ethereum,only if  i have publickey.
Right, you would need the pubkey to work with keyhunt, but there are other programs out there that you can use to try and brute force an eth address.
Who is sb and how did they steal your eth?
somebody,someone。I dont know how,maybe i had a seed screen capture in my phone,and it was stolen.The wallet app,i have been using more than 3 years,details were lost in my mind.
full member
Activity: 1050
Merit: 219
Shooters Shoot...
September 21, 2021, 03:47:36 PM
#73
would keyhunt  be used for ethereum publickey?
I lost my 12.7 eth,and want get them back.
here is the eth address:0xa42181ac82065d34095a3590c90cc56ac390ab5b
Do you have the pubkey? If not, but you had outgoing transactions, I or you could find the pubkey. Having the pubkey greatly reduces search time. You can use a variety of programs to help find your private key, especially with public key.
thanks for reply.I mean sb stole my eth,thats his eth address. no outgoing transactions found,only address.
so  keyhunt can be used for ethereum,only if  i have publickey.
Right, you would need the pubkey to work with keyhunt, but there are other programs out there that you can use to try and brute force an eth address.
Who is sb and how did they steal your eth?
Pages:
Jump to: