From 892dffd732cb19494b0bbad94ecb8a9ba26efe48 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Sat, 10 Sep 2011 09:53:41 +0000 Subject: [PATCH] Update README. --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 8c3c320f..19883281 100644 --- a/README +++ b/README @@ -7,8 +7,7 @@ useful information like JavaDocs. The outputs are under the target/ directory. Now ensure you're running a BitCoin node locally and run the example app: - cd out - java com.google.bitcoin.examples.PingService + mvn exec:java -Dexec.mainClass=com.google.bitcoin.examples.PingService It will download the block chain and eventually print a BitCoin address. If you send coins to it, you should get them back a few minutes later when a block is solved.