https://github.com/austintgriffith/parse-wallet-pdf-and-sweep
Tool to parse a paper wallet PDF and sweep funds from all accounts.
https://github.com/austintgriffith/parse-wallet-pdf-and-sweep
Last synced: about 1 year ago
JSON representation
Tool to parse a paper wallet PDF and sweep funds from all accounts.
- Host: GitHub
- URL: https://github.com/austintgriffith/parse-wallet-pdf-and-sweep
- Owner: austintgriffith
- Created: 2019-09-06T16:06:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:38:39.000Z (over 3 years ago)
- Last Synced: 2025-05-07T13:06:47.252Z (about 1 year ago)
- Language: JavaScript
- Size: 276 KB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://twitter.com/austingriffith/status/1170012651415453696?s=20) & [context](https://twitter.com/TrustlessState/status/1169650643948015616?s=20) & [reply](https://twitter.com/austingriffith/status/1170013235484880896?s=20)
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:

sweeping from all private keys to a single burner wallet:
