mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Adding repo description and update requirements
This commit is contained in:
parent
e65e81d3c3
commit
598adac908
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -1,13 +1,18 @@
|
||||||
# XMR Remote Nodes
|
# 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
|
## Requirements
|
||||||
|
|
||||||
|
### Server & Prober requirements
|
||||||
|
|
||||||
- Go >= 1.22
|
- Go >= 1.22
|
||||||
- Linux Machine (AMD64 or ARM64)
|
- 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
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue