vlnahp / Btcbf

Bitcoin private key brute force tool, written in python. Also can be used as a bitcoin wallet generator.
GNU Affero General Public License v3.0
339 stars 137 forks source link

Crashes during online and offline brute force operation #61

Closed T30001 closed 1 year ago

T30001 commented 1 year ago

Hi,

When I run the Python3 Btcbf.py command and follow all instructions, the program starts running but after a while it exits Terminal and reboots the system with no error message at all. What could be the issue? This happens with both offline and online brute force operation - I have my own address.txt file.

Thanks!

SubGlitch1 commented 1 year ago

Could you monitor your system's resource usage during this? It is extremely uncommon for a python script to cause a system crash like that. How big is your address.txt?

T30001 commented 1 year ago

Could you monitor your system's resource usage during this? It is extremely uncommon for a python script to cause a system crash like that. How big is your address.txt?

It's 1.8GB

Screenshot 2023-01-18 at 00 19 07
vlnahp commented 1 year ago

Check /var/syslog. You can find the cause of the reboot there.