Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocesar/node-importprivkey-pywallet
Simple script that calls curl in sequence to import pywallet dumpwallet json to Bitcoin (and forks) clients
https://github.com/pocesar/node-importprivkey-pywallet
Last synced: 2 days ago
JSON representation
Simple script that calls curl in sequence to import pywallet dumpwallet json to Bitcoin (and forks) clients
- Host: GitHub
- URL: https://github.com/pocesar/node-importprivkey-pywallet
- Owner: pocesar
- License: mit
- Created: 2018-01-20T21:13:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T23:08:45.000Z (almost 7 years ago)
- Last Synced: 2024-10-31T23:34:10.341Z (13 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# importprivkey-pywallet
Simple script that calls curl in sequence to import pywallet dumpwallet json to Bitcoin (and forks) clients.
It creates meaningless labels for each privkey as `Index ${index}`## Usage
After using bitcoin.conf and opening the RPC on your client (or daemon), make sure to set the parameters of the command line. Remember to unlock your wallet through "Settings" > "Unlock wallet" else you'll receive an `exit code 22`
```bash
npm install importprivkey-pywallet -g
importprivkey-pywallet --dump ./file.json --user user:pass --url http://127.0.0.1:8332/
```## External requirements
* Curl
* Node.js 8+
* Dump from [pywallet](https://github.com/jackjack-jj/pywallet)## License
MIT