KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
bitcoinj-bip44-extension
★ 14
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
pwyc
:
以前的伪原创类,放这做个纪念,仅此。
keycloak-httpd-client-install
:
Python support for Keycloak
MayaRigTools
:
Some scripts to get a rigging workflow closer to the Softimage one
service-handbook
:
The DTO's guide to building digital services
spiking-ratslam
:
Modifying RatSLAM to use a spiking neural network and spiking cameras
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
bitcoinj-bip44-extension
?
Download (.md)
# bitcoinj-bip44-extension BIP44 extension of Bitcoinj. Includes full support for BIP39 including non-English word lists. ## Build Process Install Maven 3.2 or higher. ### Build: mvn clean mvn package Two .jar files will be created in the directory ./target : BitcoinjBIP44.jar : Can be included in any Java project 'as is' but requires inclusion of dependencies. Main.java harness not included. BitcoinjBIP44-jar-with-dependencies.jar : includes all dependencies and can be run from the command line using the Main.java harness (see command line switches below). ### Run using Main.java harness: java -jar target/BitcoinjBIP44-jar-with-dependencies.jar #### Command line switches: -a create/restore with this number of accounts (default = 2 accounts) -c (no arguments) create new wallet (default = 12 words) -f restore wallet from JSON using this password -l use this Locale for BIP 39 nword list, defaults to en\_US if Locale empty or incorrect (accepted Locales: en\_US, es\_ES, fr\_FR, jp\_JP, zh\_CN, zh\_TW) -p use this passphrase (BIP 39) -r restore wallet from hex, mnemonic, or ':' separated XPUBs (write-only wallet) -t save wallet to JSON using this password -w create wallet using this number of words for mnemonic (defaults to 12 words if supplied number is illegal)