[Lite Node] Installation

FYI - confirmed diode-node works great on Windows 11 WSL (Ubuntu) on an x86 CPU.
Steps:

  1. 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

  1. Open Powershell and

> wsl --install

  1. Verify version with

> wsl -l -v

NAME STATE VERSION

  • Ubuntu Stopped 2
  1. Launch wsl with

> wsl

Welcome to Ubuntu 22.04.3 LTS (GNU/Linux 5.15.153.1-microsoft-standard-WSL2 x86_64)

  1. update packages

# sudo apt-get update

  1. install snap

# sudo apt install snapd

  1. 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)

  1. test simple snap package

# sudo snap install hello-world
# hello-world
Hello World!

  1. install diode lite node!

# sudo snap install diode-node --edge
diode-node (edge) v1.2.1 from Diode Labs installed

  1. start it up

# snap start diode-node
Started.

1 Like