mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-30 19:41:24 +00:00
Another README fix
This commit is contained in:
11
README
11
README
@@ -15,8 +15,15 @@ you should get them back a few minutes later when a block is solved.
|
||||
|
||||
You can also use a command line tool that exposes basic Bitcoin operations
|
||||
|
||||
./wallet-tool (on UNIX, if you have Maven installed)
|
||||
mvn exec:java -Dexec.mainClass=WalletTool --help (on other platforms)
|
||||
On UNIX:
|
||||
cd tools
|
||||
./wallet-tool
|
||||
|
||||
On other platforms, do what the shell script would do for you:
|
||||
cd tools
|
||||
mvn -q package -DskipTests
|
||||
java -jar target/bitcoinj-tools-*.jar --help
|
||||
|
||||
|
||||
Note that if you connect to a node that is itself downloading the block chain, you will see very slow progress (1
|
||||
block per second or less). Find a node that isn't heavily loaded to connect to.
|
||||
|
Reference in New Issue
Block a user