đĸOLD - Node step by step installation
This is a step by step process alternative to the node auto-installer script. Always refer to the node auto-installer steps for any other info or assistance.
(...) following up from step 2 of the main guide.
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)
Clone the ceremony client from GitHub (after 1.4.17 this step may change, ask in the Telegram group)
Build the Quilibrium client (for transferring tokens)
Reboot your server (not needed on Docker)
Now continue here
Last updated