Skip to content

Instantly share code, notes, and snippets.

View 0xhousemd's full-sized avatar
🏠
Working from home

0xHouseMD 0xhousemd

🏠
Working from home
View GitHub Profile

Running a Ziesha Node under Systemd Service

Lets run the Node using systemd service

first lets install the server as is described in ziesha github

1.- sudo apt-get update && sudo apt-get upgrade
2.- sudo apt install -y build-essential libssl-dev cmake
3.- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
a prompt message will appears please choose option 1 and press ENTER

Running a Ziesha Node under Systemd Service

Lets run the Node using systemd service

first lets install the server as is described in ziesha github

1.- sudo apt-get update && sudo apt-get upgrade
2.- sudo apt install -y build-essential libssl-dev cmake
3.- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
a prompt message will appears please choose option 1 and press ENTER