OLD - Node step by step installation
Last updated
Last updated
(...) following up from .
Simply run the commands one after the other by copy/pasting. When several commands are grouped, you can safely copy and paste all of them at the same time, and they will be executed sequentially.
Update the package lists to ensure the latest versions are available.
Install necessary packages: git, wget, tmux, and tar.
Download and extract the required version of Go
Update PATH and GOPATH environment variables in ~/.bashrc.
Create and configure swap space for weak server - optional (not needed if you are running on Docker)
Modify network buffer sizes for better performance (likely won't work if you are running on Docker)
Create some useful folders
Create /root/scripts/qnode_restart.sh (simple script to start the node and restart it automatically if it stops)
Build the Quilibrium client (for transferring tokens)
Reboot your server (not needed on Docker)
Clone the ceremony client from GitHub (after 1.4.17 this step may change, ask in the )
Now continue