From a06a6d5eab1b33bfc15149b5e7105329c6db92b3 Mon Sep 17 00:00:00 2001 From: Duke Date: Tue, 2 May 2023 11:21:58 -0700 Subject: [PATCH] . --- memos/5/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memos/5/index.html b/memos/5/index.html index 5db36ff..ee269c7 100644 --- a/memos/5/index.html +++ b/memos/5/index.html @@ -61,6 +61,9 @@ Recently a removed which is not used in the normal activity of a full node and has potentially bad privacy implications. BTC core is talking about removing this as well.

+

+onryo is working on making a Debian package for the latest release of SilentDragonLite. When it's ready the link will be updated here. +

Now for some updates related to DragonX. It was recently discovered that our lightwalletd code is compatible with RandomX block headers. This means that DragonX is much closer to having a lite wallet! The backend server exists and works. The next step is to make the GUI code of SDL understand how to talk to a DragonX lightwalletd server, instead of a Hush lightwalletd server. This will also likely require updating some "plumbing" in silentdragonlite-cli . fekt and dan_s helped extensively with testing this.