mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
README.md: Remove mention of ForwardingService, it's outdated.
This commit is contained in:
14
README.md
14
README.md
@@ -38,20 +38,6 @@ Alternatively, just import the project using your IDE. [IntelliJ](http://www.jet
|
|||||||
|
|
||||||
These are found in the `examples` module.
|
These are found in the `examples` module.
|
||||||
|
|
||||||
#### Forwarding service
|
|
||||||
|
|
||||||
This will download the block chain and eventually print a Bitcoin address that it has generated.
|
|
||||||
|
|
||||||
If you send coins to that address, it will forward them on to the address you specified.
|
|
||||||
|
|
||||||
```
|
|
||||||
cd examples
|
|
||||||
mvn exec:java -Dexec.mainClass=org.bitcoinj.examples.ForwardingService -Dexec.args="<insert a bitcoin address here>"
|
|
||||||
```
|
|
||||||
|
|
||||||
Note that this example app *does not use checkpointing*, so the initial chain sync will be pretty slow. You can make an app that starts up and does the initial sync much faster by including a checkpoints file; see the documentation for
|
|
||||||
more info on this technique.
|
|
||||||
|
|
||||||
### Where next?
|
### Where next?
|
||||||
|
|
||||||
Now you are ready to [follow the tutorial](https://bitcoinj.github.io/getting-started).
|
Now you are ready to [follow the tutorial](https://bitcoinj.github.io/getting-started).
|
||||||
|
Reference in New Issue
Block a user