Bitcoin Forum
May 25, 2024, 10:33:29 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to extrack mkey from nany wallet.dat with run any program only once ?  (Read 102 times)
COBRAS (OP)
Member
**
Offline Offline

Activity: 863
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
October 18, 2021, 01:35:47 AM
 #1

Good ivening.

What program/script can extract mkey's in hashcat format, from for example 20 wallet.dat files ?

Run Pywallet 20 times is too hard for me, I looking for a bulk extractor. Help me please ?

Regards

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
chance57
Copper Member
Newbie
*
Offline Offline

Activity: 28
Merit: 1


View Profile
October 18, 2021, 06:26:43 PM
 #2

Its hard to understand what are you trying to do exactly , please fix your english just a bit...
COBRAS (OP)
Member
**
Offline Offline

Activity: 863
Merit: 22

$$P2P BTC BRUTE.JOIN NOW ! https://uclck.me/SQPJk


View Profile
October 18, 2021, 07:49:46 PM
 #3

Its hard to understand what are you trying to do exactly , please fix your english just a bit...

I have a 30 wallet.dat files, I need export from all of them mkey in hashcat format. How to do it in 2 click of keyboard ?

Now more understand ?

Thx

$$$ P2P NETWORK FOR BTC WALLET.DAT BRUTE F ORCE .JOIN NOW=GET MANY COINS NOW !!!
https://github.com/phrutis/LostWallet  https://t.me/+2niP9bQ8uu43MDg6
PrimeNumber7
Copper Member
Legendary
*
Offline Offline

Activity: 1624
Merit: 1899

Amazon Prime Member #7


View Profile
October 18, 2021, 09:56:00 PM
Merited by pooya87 (2), ABCbits (1), Pmalek (1)
 #4

see below sudo code:

Code:
for file in wallet_files:
    pywallet.py --wallet=file --[any other options]

Or you can import the relevant functions and/or create a class that inherets the relevant classes, and create a loop that reads each file you have.
pooya87
Legendary
*
Offline Offline

Activity: 3458
Merit: 10589



View Profile
October 19, 2021, 03:49:54 AM
 #5

I have a 30 wallet.dat files,
I hope you know that all the different wallet files that you buy or find on the internet are fake and some of files they spread contain malware targeting you!

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
NotATether
Legendary
*
Offline Offline

Activity: 1610
Merit: 6761


bitcoincleanup.com / bitmixlist.org


View Profile WWW
October 19, 2021, 04:15:00 AM
Merited by ABCbits (1)
 #6

see below sudo code:

Code:
for file in wallet_files:
    pywallet.py --wallet=file --[any other options]

Or you can import the relevant functions and/or create a class that inherets the relevant classes, and create a loop that reads each file you have.

It's very easy to convert this to Bash - in the place of wallet_files, just put the name of each wallet file separated by space:

Code:
for file in a.dat b.dat c.dat; do
    pywallet.py --wallet=$file --[any other options]
done

This can be pasted as-is on the terminal. No need to go out and make a big script for it, it can be accomplished in just 4 lines  Smiley

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!