Post
Topic
Board Development & Technical Discussion
Re: m keys, c keys and private keys.
by
ETFbitcoin
on 24/08/2022, 12:34:58 UTC
And i try somehting.
With pywallet.py i tried some passphrase but everytime i get this error
Segmentation fault

what that mean please?
It means the program is broken and has a bug in it (specifically, it is reading invalid memory addresses).

But usually this message only occurs in C/C++ programs. It never happens in Python programs, unless pywallet is calling some other program inside its code. Or maybe the Python interpreter itself crashed (it is written in C), but that is an extremely rare occurrance.

It's also possible you have faulty hardware.

yep that is exactly what i do not understand
why this software do this bug?? oO
I'm so close to get my btcs back... and there is a new bug.

But nevermind,
I ask on github and open up a new issues hope someone can help.

Just confirming, which pywallet from GitHub do you use? People usually refer to https://github.com/jackjack-jj/pywallet when they say pywallet.