diff --git a/README.md b/README.md index 230ad0b..08ef1b6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/html/js/config.js b/html/js/config.js index 807c872..c733f49 100755 --- a/html/js/config.js +++ b/html/js/config.js @@ -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