8000 GitHub - temp69/p2wpkh: segwit paper wallet address generator P2WPKH
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

temp69/p2wpkh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

p2wpkh

This is a simple bitcoin paper wallet generator for Segregated Witness (SegWit) Pay To Witness Public Key Hash (P2WPKH) addresses.

Libraries

Information

Features

  • Keypair generation utilizing BitcoinJS + secureRandom (bitaddress.org) for entrophy
  • View keypairs via QR codes
  • Print the generated QR codes

External Support

  • Samourai Wallet can sweep funds from private keys and QR codes generated with segwitaddress.org
  • Electrum can import private keys using the console and the importprivkey() command. Import as P2SH segwit:
    importprivkey('p2wpkh-p2sh:L5eaxGKPZZMnanjxDzBd82VaxnHAE6MmBojiEFAVTM9mWZEhMMqG') Import as native(bech32) segwit:
    importprivkey('p2wpkh:L5eaxGKPZZMnanjxDzBd82VaxnHAE6MmBojiEFAVTM9mWZEhMMqG')

Contributing

  • Original forked from: https://github.com/coinables/segwitaddress
  • Please feel encouraged to contribute to this project.
  • Anyone can create an issue if you find a bug or have a suggestion.
  • If you are a developer feel free to submit a pull request or fork.

About

segwit paper wallet address generator P2WPKH

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.1%
  • HTML 1.9%
0