diff --git a/README.md b/README.md index 345d575..eaa1544 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ to MyMonero. They include: ## Live stagenet version - [http://139.162.60.17:81](http://139.162.60.17:81) -- [http://139.162.60.17:9100](http://139.162.60.17:9100) - MyMonero frontend +- [http://139.162.60.17:8100](http://139.162.60.17:8100) - MyMonero frontend This is OpenMonero running on stagnet network. You can use it to play around with it. Please note that the live version is running on cheap VPS, which may result in diff --git a/html/js/config.js b/html/js/config.js index 784a9c3..5070a4b 100755 --- a/html/js/config.js +++ b/html/js/config.js @@ -3,7 +3,7 @@ var config = { mainnetExplorerUrl: "https://xmrchain.com/", testnetExplorerUrl: "https://testnet.xmrchain.com/", stagenetExplorerUrl: "http://139.162.60.17:8082/", - nettype: 2, /* 0 - MAINNET, 1 - TESTNET, 2 - STAGENET */ + nettype: 0, /* 0 - MAINNET, 1 - TESTNET, 2 - STAGENET */ coinUnitPlaces: 12, txMinConfirms: 10, // corresponds to CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE in Monero txCoinbaseMinConfirms: 60, // corresponds to CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW in Monero diff --git a/src/xmregcore b/src/xmregcore index 9562666..efeff91 160000 --- a/src/xmregcore +++ b/src/xmregcore @@ -1 +1 @@ -Subproject commit 9562666a598b52b8f3c12cbedc73e79398f1599b +Subproject commit efeff91fcfe767f5f0891879b7364e565ca52e69