parse-wallet-pdf-and-sweep

Tool to parse a paper wallet PDF and sweep funds from all accounts.

Stars
10

If you generate a pdf full of private key paper wallets and you need to recover all the funds from them without manually scanning and sending from each. tweet & context & reply

install packages

npm install

edit index.js to set the name of your PDFFILE

run PDF parser to extract private keys:

node index.js

edit transfer.js to set your RPC, SENDTOADDRESS, and PKFILE (generated in previous step)

sweep funds:

node transfer.js

parsing pdf to private keys: image

sweeping from all private keys to a single burner wallet: image