Pages:
Author

Topic: Keyhunt - development requests - bug reports - page 4. (Read 15202 times)

hero member
Activity: 862
Merit: 662
Could you recommend a k and n setting for 96 GB?

maybe
-n 0x400000000000 -k 3072
newbie
Activity: 23
Merit: 2
That depends of your physical memory also of the Operating system. By the whay don't use k above 4096 without SET the N value, any value 4096 without the correct N will lead on a sub-optimal behavior just like your example

That is on the documentation:

https://github.com/albertobsd/keyhunt?tab=readme-ov-file#what-values-use-according-to-my-current-ram

Code:
2 G -k 128
4 G -k 256
8 GB -k 512
16 GB -k 1024
32 GB -k 2048
64 GB -n 0x100000000000 -k 4096
128 GB -n 0x400000000000 -k 4096
256 GB -n 0x400000000000 -k 8192
512 GB -n 0x1000000000000 -k 8192
1 TB -n 0x1000000000000 -k 16384
2 TB -n 0x4000000000000 -k 16384
4 TB -n 0x4000000000000 -k 32768
8 TB -n 0x10000000000000 -k 32768

Could you recommend a k and n setting for 96 GB?
hero member
Activity: 862
Merit: 662
That depends of your physical memory also of the Operating system. By the whay don't use k above 4096 without SET the N value, any value 4096 without the correct N will lead on a sub-optimal behavior just like your example

That is on the documentation:

https://github.com/albertobsd/keyhunt?tab=readme-ov-file#what-values-use-according-to-my-current-ram

Code:
2 G -k 128
4 G -k 256
8 GB -k 512
16 GB -k 1024
32 GB -k 2048
64 GB -n 0x100000000000 -k 4096
128 GB -n 0x400000000000 -k 4096
256 GB -n 0x400000000000 -k 8192
512 GB -n 0x1000000000000 -k 8192
1 TB -n 0x1000000000000 -k 16384
2 TB -n 0x4000000000000 -k 16384
4 TB -n 0x4000000000000 -k 32768
8 TB -n 0x10000000000000 -k 32768
newbie
Activity: 5
Merit: 0
Hi Alberto, I wanted to share my case:


https://i.ibb.co/JHbWbPx/Screenshot-2024-07-18-100911.png





is it normal that when using less memory the search works faster?
hero member
Activity: 862
Merit: 662
Friend, I wanted to understand a little about this -R mode and the -B random mode, would the -R mode be completely random? or does it generate a random initial value and continue sequentially?

it is a Initial random value and N keys secuentially from that point, where default N is 32 bits value is set with -n example

Code:
-n 0x1000000

for 24 bits.
Each thread start with a different point

A
and another question would be what is the difference between -R and -B random mode.

both are the same but -B options are only for BSGS mode.
newbie
Activity: 23
Merit: 0
Friend, I wanted to understand a little about this -R mode and the -B random mode, would the -R mode be completely random? or does it generate a random initial value and continue sequentially? I have this doubt because from time to time, it prints several random points according to the number of threads, but I don't know if this point would be just demonstrative or if it would be a starting point.

and another question would be what is the difference between -R and -B random mode.
hero member
Activity: 862
Merit: 662
Hi everyone,

I am new in this community and have few questions if you don't mind.

Read the F.... Documentation to know what you need to change to do that



To import it on electrum is its possible conver the privatekey to WIF on
https://www.bitaddress.org/bitaddress.org-v3.3.0-SHA256-dec17c07685e1870960903d8f58090475b25af946fe95a734f88408cef4aa194.html

Option of Wallet Details, then import on electrum following this post:

https://medium.com/@lindseymiles/importing-your-private-keys-into-electrum-bitcoin-wallet-14071ab26dfe
newbie
Activity: 8
Merit: 0
how mutch hash i can get with e5-2699 v4 and 256 gb ram?

who knows??? 🤷

2697v4 128gb ram, i guess double... around 3Ekeys/s

  • 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!
  • Thread 0x3cdf67df043da02a45f3290d7b3eecb9c  conds: ~1 Ekeys/s (1945754752221815642 keys/s)

3970X 128Gb RAM

+] Making checkums .. ... done
  • Sorting 33554432 elements... Done!
  • Writing bloom filter to file keyhunt_bsgs_4_34359738368.blm .... Done!
  • Writing bloom filter to file keyhunt_bsgs_6_1073741824.blm .... Done!
  • Writing bP Table to file keyhunt_bsgs_2_33554432.tbl .. Done!
  • Writing bloom filter to file keyhunt_bsgs_7_33554432.blm .... Done!
  • Thread 0x38c93b54973c7fbb68df07b81d88b50ee  econds: ~1 Ekeys/s (1529332042058244140 keys/s)


testing right now with

2697v4 512GB RAM
3970X 256GB RAM


is my calculation correct ?

130 bit Key = 2^129 keys = 680,564,733,841,876,926,926,749,214,863,536,422,912 keys ?

680,564,733,841,876,926,926,749,214,863,536,422,912 / 1529332042058244140 keys/s = 445.007.830.298.214.485.823 s = 14.111.105.729.902 years ?




    the t and cpu single core power mathers
newbie
Activity: 7
Merit: 0
how mutch hash i can get with e5-2699 v4 and 256 gb ram?

who knows??? 🤷

2697v4 128gb ram, i guess double... around 3Ekeys/s

  • 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!
  • Thread 0x3cdf67df043da02a45f3290d7b3eecb9c  conds: ~1 Ekeys/s (1945754752221815642 keys/s)

3970X 128Gb RAM

+] Making checkums .. ... done
  • Sorting 33554432 elements... Done!
  • Writing bloom filter to file keyhunt_bsgs_4_34359738368.blm .... Done!
  • Writing bloom filter to file keyhunt_bsgs_6_1073741824.blm .... Done!
  • Writing bP Table to file keyhunt_bsgs_2_33554432.tbl .. Done!
  • Writing bloom filter to file keyhunt_bsgs_7_33554432.blm .... Done!
  • Thread 0x38c93b54973c7fbb68df07b81d88b50ee  econds: ~1 Ekeys/s (1529332042058244140 keys/s)


testing right now with

2697v4 512GB RAM
3970X 256GB RAM


is my calculation correct ?

130 bit Key = 2^129 keys = 680,564,733,841,876,926,926,749,214,863,536,422,912 keys ?

680,564,733,841,876,926,926,749,214,863,536,422,912 / 1529332042058244140 keys/s = 445.007.830.298.214.485.823 s = 14.111.105.729.902 years ?



newbie
Activity: 30
Merit: 0
Because always it's possible (with enough hash rate)mine a block with your private Transaction on it, ( yourself or a miner )

yeah, you need just some tons of hashpower, better some Exahashes/sec and a lot of patience Cheesy


how mutch hash i can get with e5-2699 v4 and 256 gb ram?


It's like asking on the forum what the weather is like outside, when you can open the door, you go out and convince yourself.
hero member
Activity: 862
Merit: 662
how mutch hash i can get with e5-2699 v4 and 256 gb ram?

who knows??? 🤷
newbie
Activity: 8
Merit: 0
Because always it's possible (with enough hash rate)mine a block with your private Transaction on it, ( yourself or a miner )

yeah, you need just some tons of hashpower, better some Exahashes/sec and a lot of patience Cheesy


how mutch hash i can get with e5-2699 v4 and 256 gb ram?
newbie
Activity: 30
Merit: 0

If you're running Keyhunt in a WSL terminal on Windows, remember to create a file named "[dot]wslconfig" in your C:\Users\Currentuser folder that contains:
Code:
[wsl2]
memory=96GB

I created the .wslconfig file and put 192GB. I started a court and I see that it reached 25% in 15 minutes with the value k 4096. I hope they will get to the end to save the *.blm file
In parallel I also run Wifsolver-CUDA with a pretty good speed of 4.23 Gkeys/sec.

https://www.talkimg.com/images/2024/07/01/odpk9.jpeg

UPDATE: It doesn't work. It shows me the same error.
With wslconfig I didn't really understand in which folder to make the file, with what name of the folder, of the file and with what extension.

[Suspicious link removed]lconfig

The contents of the file:
Code:
[wsl2]
#Limits VM memory to use no more than 4 GB, this can be set as whole numbers using GB or MB
memory=192GB

More information:
https://learn.microsoft.com/en-us/windows/wsl/wsl-config

Thank you too, I got it in the end


This can be caused y one of three problems
    • Not enough privilegies on the current directory
    • Not enough space
    • WSL configuration


    You were right. I ran the command with "sudo" and it saved my blm file.[/list]



    Yesssss. I upgraded to a liquid cooling system. The best results, within normal parameters.
    https://www.talkimg.com/images/2024/07/06/o3PNN.jpeg

    @Alberto, I promise you that if I get the private key with the help of your application I will give you the best performing PC on the planet

    UPDATE  Over 3 Ekeys/s

    https://www.talkimg.com/images/2024/07/06/o3zPT.jpeg

    [moderator's note: consecutive posts merged]
    member
    Activity: 174
    Merit: 12
    With wslconfig I didn't really understand in which folder to make the file, with what name of the folder, of the file and with what extension.

    C:\Users\\.wslconfig

    The contents of the file:
    Code:
    [wsl2]
    #Limits VM memory to use no more than 4 GB, this can be set as whole numbers using GB or MB
    memory=192GB

    More information:
    https://learn.microsoft.com/en-us/windows/wsl/wsl-config
    newbie
    Activity: 30
    Merit: 0


    Use Intel Extreme Tuning Utility to adjust the wattage your CPU runs at to keep it cooler, or upgrade your cooler. My i7-14700F can run at 150 watts continuously and never goes above 75C, with liquid cooler installed.

    .........


    Benjaniah, you're right with the CPU cooling system, I should replace it with a liquid one. Now I have a CPU cooler be quiet! Dark Rock 4 that I received as a gift when I bought the processor but it doesn't manage to cool only half of what it needs. At this point, every 6-7 seconds, the CPU goes into Throttling, meaning it lowers the frequency to lower the temperature below 100 degrees Celsius. Of course, the processing with all 32 cores is also affected.
    I don't like the idea of renting server systems at all, that's why I made my own PC to my liking.
    With wslconfig I didn't really understand in which folder to make the file, with what name of the folder, of the file and with what extension.
    Thanks

    https://www.talkimg.com/images/2024/07/01/od6Xo.jpeg
    newbie
    Activity: 30
    Merit: 0

    This can be caused y one of three problems
    • Not enough privilegies on the current directory
    • Not enough space
    • WSL configuration

    List the current directory with ls -lah to see if "." (current directory) have  your same user and write permissions.
    Use df -h to see how many disk space is available.

    ..........
    Code:
    ovix@DESKTOP-Z790:~$ ls -lah
    total 28K
    drwxr-x---  3 ovix ovix 4.0K Jun 28 12:52 .
    drwxr-xr-x  3 root root 4.0K Jun 27 11:27 ..
    -rw-------  1 ovix ovix  843 Jun 28 21:25 .bash_history
    -rw-r--r--  1 ovix ovix  220 Jun 27 11:27 .bash_logout
    -rw-r--r--  1 ovix ovix 3.7K Jun 27 11:27 .bashrc
    -rw-r--r--  1 ovix ovix    0 Jul  1 09:27 .motd_shown
    -rw-r--r--  1 ovix ovix  807 Jun 27 11:27 .profile
    -rw-r--r--  1 ovix ovix    0 Jun 27 11:28 .sudo_as_admin_successful
    drwxr-xr-x 14 root root 4.0K Jun 28 11:59 keyhunt
    ovix@DESKTOP-Z790:~$ df -h
    Filesystem      Size  Used Avail Use% Mounted on
    /dev/sdb        251G  1.6G  237G   1% /
    none             48G  4.0K   48G   1% /mnt/wsl
    tools           1.9T  731G  1.2T  40% /init
    none             48G     0   48G   0% /run
    none             48G     0   48G   0% /run/lock
    none             48G     0   48G   0% /run/shm
    none             48G     0   48G   0% /run/user
    tmpfs            48G     0   48G   0% /sys/fs/cgroup
    drivers         1.9T  731G  1.2T  40% /usr/lib/wsl/drivers
    lib             1.9T  731G  1.2T  40% /usr/lib/wsl/lib
    drvfs           1.9T  731G  1.2T  40% /mnt/c

    Alberto, do you think the space allocated for WSL would be the problem?
    newbie
    Activity: 16
    Merit: 0
    any success stories in getting private keys from public addresses on the btc blockchain ?
    would like to hear somebody finally getting actual bitcoins from random address on the blockchain
    newbie
    Activity: 23
    Merit: 2
    I tried with an older version keyhunt, compiled for windows, in two instances simultaneously but it is limited to k=4096. 8192 gives me an error.
    Code:
    c:\Crypto\keyhunt-win-main\keyhunt-win-main>keyhunt.exe -t 4 -m bsgs -f tests/130.txt -r 200000000000000000000000000000000:2ffffffffffffffffffffffffffffffff -q -s 10 -S -k 4096 -R
    [+] Version 0.2.211222 SSE Server Edition ,modify Dusky Kam 3,compiled by @XopMC for t.me/brythbit, developed by AlbertoBSD, developed by AlbertoBSD
    [+] Threads : 4
    [+] Quiet thread output
    [+] Stats output every 10 seconds
    [+] K factor 4096
    [+] Random mode
    [+] Mode BSGS random
    [+] Opening file tests/130.txt
    [+] Added 1 points from file
    [+] Range
    [+] -- from : 0x200000000000000000000000000000000
    [+] -- to   : 0x2ffffffffffffffffffffffffffffffff
    [+] N = 0x100000000000
    [+] Bloom filter for 17179869184 elements : 58890.60 MB
    [+] Bloom filter for 536870912 elements : 1840.33 MB
    [+] Bloom filter for 16777216 elements : 57.51 MB
    [+] Allocating 256.00 MB for 16777216 bP Points
    [+] Reading bloom filter from file keyhunt_bsgs_4_17179869184.blm .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_6_536870912.blm .... Done!
    [+] Reading bP Table from file keyhunt_bsgs_2_16777216.tbl .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_7_16777216.blm .... Done!
    [+] Total 293337334983847575552 keys in 1430 seconds: ~205 PetaKeys/s (205131003485208094 keys/s)
    Code:
    [+] Bloom filter for 34359738368 elements       0 [main] keyhunt 1032 cygwin_exception::open_stackdumpfile: Dumping stack trace to keyhunt.exe.stackdump

    c:\Crypto\keyhunt-win-main\keyhunt-win-main>keyhunt.exe -t 4 -m bsgs -f tests/130.txt -r 300000000000000000000000000000000:3ffffffffffffffffffffffffffffffff -q -s 10 -S -k 4096 -R
    [+] Version 0.2.211222 SSE Server Edition ,modify Dusky Kam 3,compiled by @XopMC for t.me/brythbit, developed by AlbertoBSD, developed by AlbertoBSD
    [+] Threads : 4
    [+] Quiet thread output
    [+] Stats output every 10 seconds
    [+] K factor 4096
    [+] Random mode
    [+] Mode BSGS random
    [+] Opening file tests/130.txt
    [+] Added 1 points from file
    [+] Range
    [+] -- from : 0x300000000000000000000000000000000
    [+] -- to   : 0x3ffffffffffffffffffffffffffffffff
    [+] N = 0x100000000000
    [+] Bloom filter for 17179869184 elements : 58890.60 MB
    [+] Bloom filter for 536870912 elements : 1840.33 MB
    [+] Bloom filter for 16777216 elements : 57.51 MB
    [+] Allocating 256.00 MB for 16777216 bP Points
    [+] Reading bloom filter from file keyhunt_bsgs_4_17179869184.blm .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_6_536870912.blm .... Done!
    [+] Reading bP Table from file keyhunt_bsgs_2_16777216.tbl .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_7_16777216.blm .... Done!
    [+] Total 240737507951601778688 keys in 1190 seconds: ~202 PetaKeys/s (202300426850085528 keys/s)

    The problem is that it has raised the CPU to 104 degrees Celsius.

    Ovixx, here is what I'm getting with Keyhunt, 96GB DDR5 RAM and i7-14900F (8 Pcores, 12 Ecores, 28 threads):

    Code:
    ./keyhunt -m bsgs -f tests/130.txt -b 130 -l compress -s 1 -t 28 -R -k 2048 -S
    [+] Version 0.2.230519 Satoshi Quest, developed by AlbertoBSD
    [+] Search compress only
    [+] Stats output every 1 seconds
    [+] Threads : 28
    [+] Random mode
    [+] K factor 2048
    [+] Mode BSGS random
    [+] Opening file tests/130.txt
    [+] Added 1 points from file
    [+] Bit Range 130
    [+] -- from : 0x200000000000000000000000000000000
    [+] -- to   : 0x400000000000000000000000000000000
    [+] N = 0x100000000000
    [+] Bloom filter for 8589934592 elements : 29445.30 MB
    [+] Bloom filter for 268435456 elements : 920.17 MB
    [+] Bloom filter for 8388608 elements : 28.76 MB
    [+] Allocating 128.00 MB for 8388608 bP Points
    [+] Reading bloom filter from file keyhunt_bsgs_4_8589934592.blm .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_6_268435456.blm .... Done!
    [+] Reading bP Table from file keyhunt_bsgs_2_8388608.tbl .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_7_8388608.blm .... Done!
    [+] Thread 0x36d5aa497e15200fb15197db5c2416eaa                                      Total 906491569871551201280 keys in 399 seconds: ~2 Ekeys/s (2271908696419927822 keys/s)

    If you're running Keyhunt in a WSL terminal on Windows, remember to create a file named "[dot]wslconfig" in your C:\Users\Currentuser folder that contains:
    Code:
    [wsl2]
    memory=96GB

    This will allow WSL to use the full amount of your system RAM. When I upgraded from 32GB to 96GB of RAM, I couldn't figure out why my Windows11 wouldn't exceed using 66% of my new 96GB of RAM, until I read about the (dot)wslconfig file. Once I created the file as shown above, keyhunt could finally utilize all of my RAM. In my case, memory=96GB but replace that with your system RAM value i.e. memory=192GB

    Also, use Task Manager to watch how much memory is being consumed. If you go over 100% the system will start using your SSD as virtual RAM, which will make the program run very slow (and wear your SSD). For me, my max k value is 2048, if I go to k=4096, it exceeds my available RAM and actually runs slower than with k=2048.

    Use Intel Extreme Tuning Utility to adjust the wattage your CPU runs at to keep it cooler, or upgrade your cooler. My i7-14700F can run at 150 watts continuously and never goes above 75C, with liquid cooler installed.

    On vast I rented a system to mess around with different settings. The best I got was this, but it took 7 hours just to make the bloom filter (part of the output got lost when I had to refresh webpage terminal):

    System specs:
    Xeon® E7-8890 v4
    48.0/192 cpu
    501/564 GB

    Code:
    [email protected]:/app/keyhunt$ ./keyhunt -m bsgs -f tests/130.txt -b 130 -l compress -R -s 1 -t 96 -k 256 -n 0x400000000000000

    [+] processing 137438953472/137438953472 bP points : 100%    
    [+] Making checkums .. ... done
    [+] Sorting 134217728 elements... Done!
    [+] Thread 0x2a99f4e4b2a3493b4c5a136c294e120ee   Total 38794655708515793895424 keys in 1635 seconds: ~23 Ekeys/s (23727618170346051312 keys/s)

    There are some higher end systems you can rent with 512GB+ of RAM but they're expensive and they basically charge by the minute. But while you're waiting for Keyhunt to make the bloom filters, you can compile and run bitcrack, vanitysearch, or whatever to utilize the GPU(s) at the same time.
    newbie
    Activity: 5
    Merit: 0
    Alberto.

    I recommend https://electriccoin.co/zashi/ or any other supporting shielded and unshielded addresses.


    Also how close are you to developing GPU support?

    newbie
    Activity: 30
    Merit: 0
    I tried with an older version keyhunt, compiled for windows, in two instances simultaneously but it is limited to k=4096. 8192 gives me an error.
    Code:
    c:\Crypto\keyhunt-win-main\keyhunt-win-main>keyhunt.exe -t 4 -m bsgs -f tests/130.txt -r 200000000000000000000000000000000:2ffffffffffffffffffffffffffffffff -q -s 10 -S -k 4096 -R
    [+] Version 0.2.211222 SSE Server Edition ,modify Dusky Kam 3,compiled by @XopMC for t.me/brythbit, developed by AlbertoBSD, developed by AlbertoBSD
    [+] Threads : 4
    [+] Quiet thread output
    [+] Stats output every 10 seconds
    [+] K factor 4096
    [+] Random mode
    [+] Mode BSGS random
    [+] Opening file tests/130.txt
    [+] Added 1 points from file
    [+] Range
    [+] -- from : 0x200000000000000000000000000000000
    [+] -- to   : 0x2ffffffffffffffffffffffffffffffff
    [+] N = 0x100000000000
    [+] Bloom filter for 17179869184 elements : 58890.60 MB
    [+] Bloom filter for 536870912 elements : 1840.33 MB
    [+] Bloom filter for 16777216 elements : 57.51 MB
    [+] Allocating 256.00 MB for 16777216 bP Points
    [+] Reading bloom filter from file keyhunt_bsgs_4_17179869184.blm .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_6_536870912.blm .... Done!
    [+] Reading bP Table from file keyhunt_bsgs_2_16777216.tbl .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_7_16777216.blm .... Done!
    [+] Total 293337334983847575552 keys in 1430 seconds: ~205 PetaKeys/s (205131003485208094 keys/s)
    Code:
    [+] Bloom filter for 34359738368 elements       0 [main] keyhunt 1032 cygwin_exception::open_stackdumpfile: Dumping stack trace to keyhunt.exe.stackdump

    c:\Crypto\keyhunt-win-main\keyhunt-win-main>keyhunt.exe -t 4 -m bsgs -f tests/130.txt -r 300000000000000000000000000000000:3ffffffffffffffffffffffffffffffff -q -s 10 -S -k 4096 -R
    [+] Version 0.2.211222 SSE Server Edition ,modify Dusky Kam 3,compiled by @XopMC for t.me/brythbit, developed by AlbertoBSD, developed by AlbertoBSD
    [+] Threads : 4
    [+] Quiet thread output
    [+] Stats output every 10 seconds
    [+] K factor 4096
    [+] Random mode
    [+] Mode BSGS random
    [+] Opening file tests/130.txt
    [+] Added 1 points from file
    [+] Range
    [+] -- from : 0x300000000000000000000000000000000
    [+] -- to   : 0x3ffffffffffffffffffffffffffffffff
    [+] N = 0x100000000000
    [+] Bloom filter for 17179869184 elements : 58890.60 MB
    [+] Bloom filter for 536870912 elements : 1840.33 MB
    [+] Bloom filter for 16777216 elements : 57.51 MB
    [+] Allocating 256.00 MB for 16777216 bP Points
    [+] Reading bloom filter from file keyhunt_bsgs_4_17179869184.blm .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_6_536870912.blm .... Done!
    [+] Reading bP Table from file keyhunt_bsgs_2_16777216.tbl .... Done!
    [+] Reading bloom filter from file keyhunt_bsgs_7_16777216.blm .... Done!
    [+] Total 240737507951601778688 keys in 1190 seconds: ~202 PetaKeys/s (202300426850085528 keys/s)

    The problem is that it has raised the CPU to 104 degrees Celsius.
    Pages:
    Jump to: