FYI - confirmed diode-node works great on Windows 11 WSL (Ubuntu) on an x86 CPU.
Steps:
- Verify system is Windows 11 and x86 CPU
My setup: Geekom box using Intel(R) Core™ i5-8259U CPU @ 2.30GHz 2.30 GHz and Windows 11 Pro build 22631.3880 and Windows Feature Experience Pack 1000.22700.1020.0
- Open Powershell and
> wsl --install
- Verify version with
> wsl -l -v
NAME STATE VERSION
- Ubuntu Stopped 2
- Launch wsl with
> wsl
Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.15.153.1-microsoft-standard-WSL2 x86_64)
- update packages
# sudo apt-get update
- install snap
# sudo apt install snapd
- verify snap
# snap version
snap 2.63+22.04
snapd unavailable
series 16
Windows Subsystem for Linux -
kernel 5.15.153.1-microsoft-standard-WSL2 (amd64)
- test simple snap package
# sudo snap install hello-world
# hello-world
Hello World!
- install diode lite node!
# sudo snap install diode-node --edge
diode-node (edge) v1.2.1 from Diode Labs installed
- start it up
# snap start diode-node
Started.