From 2a1c3ed92befa3d523c72fed0746ffd9793c29cc Mon Sep 17 00:00:00 2001 From: argenius Date: Mon, 18 Nov 2024 19:21:21 +0100 Subject: [PATCH] Update README to do list --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3567690..a6d6ca3 100644 --- a/README.md +++ b/README.md @@ -103,17 +103,28 @@ https://github.com/user-attachments/assets/c4a50d2f-5bbb-48ac-9425-30ecc20ada7c - [X] Import/export `monerod.conf` node configuration - [X] Synchronization in a specific time slot - [ ] Prompt user access control for administration operation +- [ ] Check for new versions of the GUI - [ ] Blockchain tools - [ ] Import blockchain - [ ] Export blockchain + - [ ] Prune blockchain + - [ ] Blockchain ancestry + - [ ] Blockchain stats + - [ ] Blockchain usage - [ ] Mining tools - [ ] XMRig integration - [ ] P2Pool integration -- [ ] Anonymous network tools +- [ ] Network tools + - [ ] Generate SSL certificate - [ ] Tor integration - [ ] I2P integration + - [ ] Automatic malicious node detection - [ ] Remote node management - [ ] No CORS connection + - [ ] SSH connection +- [ ] Move to Tauri +- [ ] Port and upgrade `battery-level` dependency +- [ ] Light Wallet Server integration ## Getting Started