Bitcoin Forum
May 09, 2024, 09:58:59 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
Author Topic: Keyhunt - development requests - bug reports  (Read 11603 times)
albert0bsd (OP)
Hero Member
*****
Offline Offline

Activity: 856
Merit: 662



View Profile WWW
September 09, 2021, 01:39:34 PM
 #61

Hi albert0bsd,
have any progress about the program?

Sorry there is no progress yet.

1715291939
Hero Member
*
Offline Offline

Posts: 1715291939

View Profile Personal Message (Offline)

Ignore
1715291939
Reply with quote  #2

1715291939
Report to moderator
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ByteFan
Sr. Member
****
Offline Offline

Activity: 510
Merit: 260


View Profile
September 11, 2021, 06:32:20 AM
Last edit: September 11, 2021, 10:32:07 AM by ByteFan
 #62

Hi there,

Successfully straightforward built on Ubuntu 16.04.7 LTS.

Wondering one thing. In bsgs mode with a range -r is there a way to log an intermediate state of the calculus so that you can stop everything than start again from such intermediate point without losing previous computation ?

Thank you
alipostaci2002@gmail.com
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
September 12, 2021, 12:20:14 PM
 #63

why zero?



  • Opening file pubkey.txt
  • Added 116697 points from file
  • Bit Range 132
  • Setting N up to 17592186044416.
  • Init 1st bloom filter for 4194304 elements : 14.00 MB
  • Init 2nd bloom filter for 209716 elements : 0.72 MB
  • Allocating 480.0 MB for 4194304 aMP Points
  • Precalculating 4194304 aMP points
  • Allocating 3.20 MB for 209716 bP Points
  • processing 4194304/4194304 bP points : 100%
  • Sorting 209716 elements... Done!
  • Thread a357bfdba77566407e9b4e3e353a700bd
Total 0 keys in 750 seconds: 0 keys/s
albert0bsd (OP)
Hero Member
*****
Offline Offline

Activity: 856
Merit: 662



View Profile WWW
September 13, 2021, 11:21:23 PM
 #64

Wondering one thing. In bsgs mode with a range -r is there a way to log an intermediate state of the calculus so that you can stop everything than start again from such intermediate point without losing previous computation ?

Not yet im working in that.

why zero?
  • Added 116697 points from file[/b]
Because you add  100K publickeys, that is why it take some time in update the speed counter.

Best regards!

WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
September 14, 2021, 11:10:55 PM
Merited by GoldTiger69 (2), albert0bsd (1)
 #65

I think I saw a Window's version/release but I could not relocate it so I decided to make a Window's exe and put it out publicly in case any Windows users wanted to try out this program.

I tested via Windows 10 and all modes work.

https://github.com/WanderingPhilosopher/keyhunt/releases

Code and exe files are on github.
albert0bsd (OP)
Hero Member
*****
Offline Offline

Activity: 856
Merit: 662



View Profile WWW
September 16, 2021, 01:02:52 AM
Last edit: September 20, 2021, 06:15:17 PM by albert0bsd
 #66

I tested via Windows 10 and all modes work.

Code and exe files are on github.

Thank you so much

stilichovandal
Newbie
*
Offline Offline

Activity: 28
Merit: 5


View Profile
September 20, 2021, 03:23:50 PM
 #67

hi,

I have a file Pfile.bin file generated for 1B points. which is almost 30GB

I get an error which states " Can't read the file seen you have fewer items that the amount needed"

does this mean I need to have 25Gb+ ram for a 30GB Pfile.bin file ?

:/mnt/d/crypto_repos/keyhunt$ ./keyhunt -m bsgs -f tests/120.txt -b 64 -k 256  -p ./Pfile.bin -t 4
  • Version 0.1.20210412 secp256k1
  • Setting mode BSGS
  • Min range: 8000000000000000
  • Max range: 10000000000000000
  • Setting k factor to 256
  • Setting 4 threads
  • Opening file tests/120.txt
  • Added 1 points from file
  • Bit Range 64
  • Setting N up to 17592186044416.
  • Init 1st bloom filter for 1073741824 elements : 3680.00 MB
  • Init 2nd bloom filter for 53687092 elements : 184.03 MB
  • Allocating 1.9 MB for 16384 aMP Points
  • Precalculating 16384 aMP points
  • Allocating 819.20 MB for 53687092 bP Points
  • Reading 1073741824 bP points from file ./Pfile.bin
  • processing 87167273/1073741824 bP points : 8%Can't read the file seen you have less items that the amount needed

stilichovandal
Newbie
*
Offline Offline

Activity: 28
Merit: 5


View Profile
September 20, 2021, 03:32:31 PM
 #68

hi,

I have a file Pfile.bin file generated for 1B points. which is almost 30GB

I get an error which states " Can't read the file seen you have fewer items that the amount needed"

does this mean I need to have 25Gb+ ram for a 30GB Pfile.bin file ?

:/mnt/d/crypto_repos/keyhunt$ ./keyhunt -m bsgs -f tests/120.txt -b 64 -k 256  -p ./Pfile.bin -t 4
  • Version 0.1.20210412 secp256k1
  • Setting mode BSGS
  • Min range: 8000000000000000
  • Max range: 10000000000000000
  • Setting k factor to 256
  • Setting 4 threads
  • Opening file tests/120.txt
  • Added 1 points from file
  • Bit Range 64
  • Setting N up to 17592186044416.
  • Init 1st bloom filter for 1073741824 elements : 3680.00 MB
  • Init 2nd bloom filter for 53687092 elements : 184.03 MB
  • Allocating 1.9 MB for 16384 aMP Points
  • Precalculating 16384 aMP points
  • Allocating 819.20 MB for 53687092 bP Points
  • Reading 1073741824 bP points from file ./Pfile.bin
  • processing 87167273/1073741824 bP points : 8%Can't read the file seen you have less items that the amount needed
I think I found the issue., the program looks for 1073741824 points in the Pfile.bin file.
The file I generated contains less than 1073741824.

I think still one question remains ie is it faster of entire Pfile.bin can be loaded to the RAM?
albert0bsd (OP)
Hero Member
*****
Offline Offline

Activity: 856
Merit: 662



View Profile WWW
September 20, 2021, 06:24:17 PM
 #69

How do you create the bPfile?

The best way to correct it is delete you current bPfile and create it again with the correct amount.

Each item in the file is 32 bytes, but in ram it need to be processed to store ~4 bytes in bloom filter and 20 bytes in the array table.

tonylinux2008
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
September 21, 2021, 02:34:14 PM
 #70

would keyhunt  be used for ethereum publickey?
I lost my 12.7 eth,and want get them back.
here is the eth address:0xa42181ac82065d34095a3590c90cc56ac390ab5b
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
September 21, 2021, 03:15:43 PM
 #71

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.
tonylinux2008
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
September 21, 2021, 03:22:32 PM
 #72

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.
WanderingPhilospher
Full Member
***
Offline Offline

Activity: 1064
Merit: 219

Shooters Shoot...


View Profile
September 21, 2021, 07: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?
tonylinux2008
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
September 22, 2021, 02:40:36 PM
 #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.
Kostelooscoin
Member
**
Offline Offline

Activity: 202
Merit: 16


View Profile
October 03, 2021, 04:22:33 PM
 #75

For 32gb ddr3 k = Huh
stilichovandal
Newbie
*
Offline Offline

Activity: 28
Merit: 5


View Profile
October 11, 2021, 04:50:12 PM
 #76

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.
albert0bsd (OP)
Hero Member
*****
Offline Offline

Activity: 856
Merit: 662



View Profile WWW
October 11, 2021, 07:48:49 PM
 #77

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





adaris
Newbie
*
Offline Offline

Activity: 7
Merit: 1


View Profile
October 13, 2021, 09:56:34 AM
 #78

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?

 

adaris
Newbie
*
Offline Offline

Activity: 7
Merit: 1


View Profile
October 13, 2021, 12:37:34 PM
Last edit: October 13, 2021, 12:55:28 PM by adaris
Merited by NotATether (1)
 #79

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
albert0bsd (OP)
Hero Member
*****
Offline Offline

Activity: 856
Merit: 662



View Profile WWW
October 13, 2021, 04:17:58 PM
Merited by NotATether (3)
 #80

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!


Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!