Skip to content

lucwr/parse-wallet-pdf-and-sweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published