readme updated

pull/9/head
moneroexamples 7 years ago
parent 27d76fd6e1
commit 749ee051b3

@ -1,7 +1,7 @@
# Open Monero - a fully open sourced implementation of MyMonero
In this example [restbed](https://github.com/Corvusoft/restbed/) is used to
provide Monero related JSON REST service. For this purpose,
provide Monero related JSON REST service. To demonstrate this,
a service called Open Monero was developed.
@ -201,7 +201,7 @@ To start for testnet with non-default location of `config.json` file:
./openmonero -t -c /path/to/config.js
```
## Scrap notes
## Scrap notes (just for myself)
### Generate your own ssl certificate

@ -1,6 +1,6 @@
var config = {
apiUrl: "http://127.0.0.1:1984/",
testnet: true,
testnet: false,
coinUnitPlaces: 12,
txMinConfirms: 10, // corresponds to CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE in Monero
txCoinbaseMinConfirms: 60, // corresponds to CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW in Monero

Loading…
Cancel
Save