This website requires JavaScript.
Explore
Help
Register
Sign In
Qortal
/
altcoinj
Watch
3
Star
0
Fork
0
You've already forked altcoinj
mirror of
https://github.com/Qortal/altcoinj.git
synced
2025-02-12 10:15:52 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
altcoinj
/
tools
/
wallet-tool
3 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a little shell script that invokes WalletTool via maven.
2012-02-13 20:48:05 +01:00
#!/bin/sh
Re-organize the source tree so people can depend on bitcoinj without pulling in the examples, tools, or dependencies thereof.
2012-03-11 20:01:12 +01:00
mvn -q exec:java -Dexec.mainClass=WalletTool -Dexec.args="$*"
Reference in New Issue
Copy Permalink