diff --git a/README.md b/README.md index ac20471..cd66a0d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A Monero node installer in a single command -Tested in: +Tested on: - Debian 11 - Ubuntu Focal @@ -18,4 +18,5 @@ Tested in: - [x] Make tor service optional - [x] (Optional) block explorer - [ ] Grafana with stats -- [ ] Add monerod-proxy +- [ ] arm64 support +- [ ] monerod-proxy support for fallback nodes. diff --git a/installer.sh b/installer.sh index 862764a..6301be0 100755 --- a/installer.sh +++ b/installer.sh @@ -38,7 +38,7 @@ StatInfo="${White}${On_Black}" ################################################################ # Vars # ################################################################ -VERSION="v0.1.0" +VERSION="v0.2.0" XMRSH_DIR="/opt/xmr.sh" XMRSH_BRANCH="main" XMRSH_URL="https://github.com/vdo/xmr.sh"