
비트코인과 라이트코인용 wallet.dat 파일에서 암호화폐 개인 키와 주소를 추출하여 지갑 복구 및 포렌식 분석을 가능하게 합니다.
wallet.dat 파일에서 암호화폐 지갑 데이터를 추출하는 유틸리티입니다.
Windows 또는 Linux인가요? 아래 매뉴얼을 참조하세요. macOS인가요? DMG 파일을 사용하세요.
Windows에 Git과 Python이 설치되어 있는지 확인하세요.
Windows용 Git: https://git-scm.com/install/windows
Windows용 Python: https://www.python.org/ftp/python/3.13.12/python-3.13.12-amd64.exe
GIT CMD에 접속하세요.
git clone https://github.com/qG5CAsz/walletool.git
cd walletool
py -m pip install -r requirements.txt
py main.py
bsddb3 모듈을 설치하세요 (Windows를 사용 중이라면 Gohlke의 사이트를 이용하세요).wallet.dat 파일을 준비하세요.python wt_extract_keys.py -d wallet.dat -v 0을 실행하세요.python wt_extract_keys.py -d wallet.dat -v 48을 실행하세요.주소/개인 키 목록이 출력됩니다.
YMMV :)