Setup ununifid
Instruction to install the ununifid binary
Choose an Operating System
The operating system you use for your node is entirely your personal preference. You will be able to compile the ununifid daemon on most modern linux distributions and recent versions of macOS
For the tutorial, it is assumed that you are using an Ubuntu LTS release. If you have chosen a different operating system, you will need to modify your commands to suit your operating system.
Requirements
Validator Node Server
Memory: 8 GB or more
Storage: SSD 160 GB or more
The following ports:
26656
must be open for peer to peer communication between nodes.
We will write examples as if you are using an Ubuntu LTS release.
Install pre-requisites
Install Go
Follow the instructions here to install Go. For an Ubuntu LTS, you can probably use:
Unless you want to configure in a non standard way, then set these in the .bash_profile
in the user's home
(i.e. ~/) folder.
After updating your ~/.bash_profile
you will need to source it:
Build UnUniFi from source
Clone the UnUniFi blockchain repository, check out the given branch, and build it with make install
to build binaries.
To confirm that the installation has succeeded, you can run:
Last updated