From 598adac9081fc0de2aa8608c9e2e72373a1fdea4 Mon Sep 17 00:00:00 2001 From: ditatompel Date: Fri, 17 May 2024 17:40:22 +0700 Subject: [PATCH] Adding repo description and update requirements --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e60cfc8..9795b6e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,18 @@ # XMR Remote Nodes -Source code of [https://xmr.ditatompel.com](https://xmr.ditatompel.com). +Source code of [https://xmr.ditatompel.com](https://xmr.ditatompel.com), a website that helps you monitor your favourite Monero remote nodes. ## Requirements +### Server & Prober requirements + - Go >= 1.22 - Linux Machine (AMD64 or ARM64) -- MySQL/MariaDB (for server) -- [GeoIP Database](https://dev.maxmind.com/geoip/geoip2/geolite2/) (for server, optional). Place it to `./assets/geoip`, see [./internal/repo/geoip.go](./internal/repo/geoip.go). + +### Server requirements + +- MySQL/MariaDB +- [GeoIP Database](https://dev.maxmind.com/geoip/geoip2/geolite2/) (optional). Place it to `./assets/geoip`, see [./internal/repo/geoip.go](./internal/repo/geoip.go). ## Installation