From c5b2e9232c0ae7336115bbd1bdf46f4303728c60 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Sun, 26 Feb 2017 09:09:08 +0800 Subject: [PATCH] readme updated --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index 34601a2..d245b38 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,28 @@ Command line options Config file path. ``` +Before running `openmonero`: + + - make sure you have `Downloads` folder in your home directory. + Time library used in Open Monero stores there time zone offsets database that it uses. + - edit `config/confing.js` file with your settings. Especially set `frontend-url` and `database` + connection details. + - set `apiUrl` in `html\js\config.js`. Last slash `/` in `apiUrl` is important. + - make sure monero deamon is running and fully sync. If using testnet network, use deamon + with testnet flag! + + +To start for mainnet: +```bash +./openmonero +``` + +To start for testnet: +```bash +./openmonero -t +``` + + ## Scrap notes