#reverse-proxy #kaspa #deployment #nginx #configuration #node #systemd

app khost

Kaspa p2p node deployment automation tool for Linux OS

17 releases

new 0.2.0 Sep 7, 2024
0.1.0 Aug 22, 2024
0.0.15 Aug 3, 2024
0.0.10 Jul 27, 2024

#479 in Magic Beans

Download history 96/week @ 2024-07-01 12/week @ 2024-07-08 701/week @ 2024-07-22 504/week @ 2024-07-29 69/week @ 2024-08-05 137/week @ 2024-08-19 13/week @ 2024-08-26

306 downloads per month

MIT/Apache

140KB
4K SLoC

kHOST

github license

Kaspa p2p node deployment automation tool for Linux.

kHOST was created to automate deployment of Kaspa nodes intended for use as a part of the Kaspa public RPC network as well as private network high-availability clusters. kHOST deploys Rusty-Kaspa nodes from sources, configures them to run as a systemd service as well as configures NGINX to act as a reverse proxy for the RPC. This tool exists to simplify and automate Kaspa node deployment as well as to standardize related system configuration.

Deploying

As root:

sudo -s
apt install -y curl build-essential pkg-config libssl-dev
adduser -q kaspa
adduser kaspa sudo
login kaspa

As kaspa user:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"
cargo install khost
khost

If you already have an existing user and rust installed, you can simply run cargo install khost followed by khost.

Please note that the user needs to have root (sudo) privileges to run khost.

IMPORTANT: This tool creates it's own configuration for the kaspad node, as such, any previous configurations should be disabled and removed. If kaspad was running before under the same username, the ~/.rusty-kaspa data folders containing databases will be re-used.

Dependencies

~35–70MB
~1.5M SLoC