Running Haku Node Client

Step-by-step instructions for running Haku Node Client, especially using VPS with Ubuntu OS for the first time

Haku Node Client currently has 3 versions for Windows, Mac and Linux. You can launch the application right on your computer.

Download Haku Node Client: https://hakuchain.com

Minimum Hardware Requirements

2 GB RAM
1 CPU Cores
40 GB Disk Space
x86/X64 Processor
Stable Internet Connection

Ubuntu

Register VPS

We recommend to use VPS from well-known services such as Vultr, DigitalOcean to ensure stability.

The operating system we recommend is: Ubuntu 20.04 LTS x64.

Login VPS with SSH

Docs: https://docs.vultr.com/connect-to-a-server-using-an-ssh-key. If you bought a server from another provider, the steps are basically the same.

In the process of executing commands, if any command responds "Abort!", use the up arrow button on the keyboard to quickly re-enter the previous command (which has not been completed yet), then execute again.

Setup Ubuntu server

sudo apt-get update
sudo apt-get upgrade

Create Sudo user

(for example: new user is ‘hakuchain’)
adduser hakuchain
sudo usermod -aG sudo hakuchain

Install GUI for first-time users of Linux/Ubuntu

sudo apt install lightdm

Choose lightdm as default display manager at the congifuring lightdm screen

sudo systemctl start lightdm
sudo apt-get install ubuntu-desktop

Recommend config change port

Instead of using Console Viewer in some VPS providers, you now can use Remote Desktop.

sudo apt-get install xrdp
sudo sed -i 's/3389/53579/g' /etc/xrdp/xrdp.ini
sudo sed -i 's/#Port 22/Port 53572/g' /etc/ssh/sshd_config
sudo ufw allow 53572 && sudo ufw allow 53579 && sudo ufw enable && sudo ufw status numbered
sudo reboot

Connect to VPS with Remote Desktop

Use remote desktop application to connect to your VPS. Your server IP for remote connection is:

<server-ip>:53579

Enter your username and password you have created above

Download and Install Haku Node Client

Open Chrome browser and download Haku Node Client on https://hakuchain.com

Right click on downloaded file, choose Properties

Choose Properties

Switch to Permissions tab, tick on the checkbox Allow executing file as program

Choose Permissions > Tick on Allow executing file as program

Right click on the file again, choose Run

Now you can login to your Haku Node Client

  • Select "Connect Wallet" and then confirm the connection within your wallet.

  • On a mobile device, employ Metamask to establish a connection between Haku Node and Wallet Connect.

  • Once the wallet is successfully linked, the main screen will display all your nodes and their current statuses.

Now you have successfully completed the installation of Haku-Node. Observe as $eHAKU flows into your pocket!

Windows, MacOS

With Windows OS, MacOS you just need to download the exe/dmg file, install and run like other applications.

Last updated