Skip to content

My implementations for Bitcoin Improvement Proposal

License

Notifications You must be signed in to change notification settings

bartprokop/crypto-bips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My implementations for Bitcoin Improvement Proposal

The primary motivation behind this was to write code to generate my own paper wallet for Cryptocurrencies. It is both manifestation of both "tin foil hat" and "don't trust anyone" as well as my curiosity to understand internals of crypto behind cryptocurrencies.

Anyway it makes it easy to generate paper wallets just by typing:

$ java -jar crypto-bips-1.0.2-standalone.jar -h
$ java -jar crypto-bips-1.0.2-standalone.jar bip39 -h
$ java -jar crypto-bips-1.0.2-standalone.jar bip39
$ java -jar crypto-bips-1.0.2-standalone.jar bip39 -l 128
$ java -jar crypto-bips-1.0.2-standalone.jar bip39 -l 256

About

My implementations for Bitcoin Improvement Proposal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages