albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
640 stars 349 forks source link

Result Thread only #266

Open fifikas opened 10 months ago

fifikas commented 10 months ago

Hi,

After few hours try resolving my puzzle I got This resoult:

root@a05c7fde0349:/app/keyhunt# ./keyhunt -m bsgs -f key.txt -s 30 -t 8 -k 512 [+] Version 0.2.230519 Satoshi Quest (legacy), developed by AlbertoBSD [+] Stats output every 30 seconds [+] Threads : 8 [+] K factor 512 [+] Mode BSGS sequential [+] Opening file key.txt [+] Added 1 points from file [+] N = 0x100000000000 [+] Bloom filter for 2147483648 elements : 7361.33 MB [+] Bloom filter for 67108864 elements : 230.04 MB [+] Bloom filter for 2097152 elements : 7.19 MB [+] Allocating 32.00 MB for 2097152 bP Points [+] processing 2147483648/2147483648 bP points : 100%

[+] Thread 0Killed50ad7a7519c......

No word "private key" or something similar. Any idea what it is ?

albertobsd commented 10 months ago

Killed means that the process was killed by by the operating system, maybe some issue with the memory management or something like that who knows, this is not a problem of keyhunt is problem of your OS