From 9546e8a2d75cc8c3191a113cad2d68614b3bfc64 Mon Sep 17 00:00:00 2001 From: EverOddAndEven <59447913+everoddandeven@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:15:40 +0100 Subject: [PATCH] Update README.md Add TODO list --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 1367fc0..3da5ac9 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,25 @@ https://github.com/user-attachments/assets/c4a50d2f-5bbb-48ac-9425-30ecc20ada7c 2. Once installed, you can start the Monero daemon with one click and configure various settings like testnet mode, fast sync, and more. 3. Monitor real-time logs to keep track of blockchain synchronization and transaction details. +## To Do + +- [X] Detect wired/Wi-Fi connection +- [ ] Detect preinstalled `monerod` + - [ ] Linux + - [ ] Windows + - [ ] MacOs +- [X] Automatic startup at login + - [X] Linux + - [X] Windows + - [X] MacOS +- [ ] Import/export `monerod.conf` node configuration +- [X] Synchronization in a specific time slot +- [ ] Installers + - [X] Linux + - [ ] Windows + - [ ] MacOS +- [ ] Remote node management + - [ ] No CORS connection ## Getting Started