mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2025-01-08 05:52:10 +07:00
Make this project public, add link & license info
> When I wrote this, only God and I understood what I was doing. > Now, only God knows. Shout to https://github.com/me-shaon/GLWTPL
This commit is contained in:
parent
70c371a9b4
commit
0fdce5cc81
2 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
||||||
# XMR Remote Nodes
|
# XMR Remote Nodes
|
||||||
|
|
||||||
|
[![Lint](https://github.com/ditatompel/xmr-remote-nodes/actions/workflows/lint.yml/badge.svg)](https://github.com/ditatompel/xmr-remote-nodes/actions/workflows/lint.yml)
|
||||||
|
|
||||||
Source code of [https://xmr.ditatompel.com](https://xmr.ditatompel.com), a website that helps you monitor your favourite Monero remote nodes.
|
Source code of [https://xmr.ditatompel.com](https://xmr.ditatompel.com), a website that helps you monitor your favourite Monero remote nodes.
|
||||||
|
|
||||||
|
> :warning: :construction: This project is still freaking 0.x.x :construction:,
|
||||||
|
> If you want to use it on your server, please use it with caution.
|
||||||
|
|
||||||
## How does it work?
|
## How does it work?
|
||||||
|
|
||||||
Apart from CPU architecture type, you can build two types of binaries from this project: a **server** and a **client**.
|
Apart from CPU architecture type, you can build two types of binaries from this project: a **server** and a **client**.
|
||||||
|
@ -55,3 +60,7 @@ See the [Makefile](./Makefile).
|
||||||
|
|
||||||
- [lalanza808/monero.fail](https://github.com/lalanza808/monero.fail)
|
- [lalanza808/monero.fail](https://github.com/lalanza808/monero.fail)
|
||||||
- [cake-tech/upptime-monerocom](https://github.com/cake-tech/upptime-monerocom)
|
- [cake-tech/upptime-monerocom](https://github.com/cake-tech/upptime-monerocom)
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
This project is licensed under [GLWTPL](./LICENSE).
|
||||||
|
|
|
@ -2,8 +2,10 @@
|
||||||
<footer class="w-full">
|
<footer class="w-full">
|
||||||
<div class="bg-surface-500/5">
|
<div class="bg-surface-500/5">
|
||||||
<div class="container mx-auto px-5 py-4">
|
<div class="container mx-auto px-5 py-4">
|
||||||
|
<!-- prettier-ignore -->
|
||||||
<p class="text-center text-sm">
|
<p class="text-center text-sm">
|
||||||
XMR Nodes by <a href="https://www.ditatompel.com" class="anchor">ditatompel.com</a>
|
XMR Nodes by <a href="https://www.ditatompel.com" class="anchor">ditatompel.com</a>,
|
||||||
|
<a href="https://github.com/ditatompel/xmr-remote-nodes" class="anchor">source code</a> licensed under <strong>GLWTPL</strong>.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue