Installing migalood
Choose an Operating System
The operating system you use for your node is entirely your personal preference. You will be able to compile the Migaloo
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.
Install prerequisites
Install Go Lang
Follow the instructions here to install Go. Please install Go v1.20 or later.
For an Ubuntu LTS, you can probably use:
Unless you want to configure in a non-standard way, then set these in the .profile
in the user's home (i.e. ~/
) folder.
After updating your ~/.profile
you will need to source it:
Build Migaloo from source
Migaloo's current Mainnet tag can be found here: https://github.com/White-Whale-Defi-Platform/migaloo-chain/releases
Once you're on the correct tag, you can build:
To confirm that the installation has succeeded, you can run:
Should you come across any issue when installing migalood, please reach out via the Developer Channel on Discord
Last updated