mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 21:32:35 +01:00
Another README fix
This commit is contained in:
parent
8dfa21099c
commit
fa746716ce
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
|
You can also use a command line tool that exposes basic Bitcoin operations
|
||||||
|
|
||||||
./wallet-tool (on UNIX, if you have Maven installed)
|
On UNIX:
|
||||||
mvn exec:java -Dexec.mainClass=WalletTool --help (on other platforms)
|
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
|
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.
|
block per second or less). Find a node that isn't heavily loaded to connect to.
|
||||||
|
Loading…
Reference in New Issue
Block a user