Installation Instructions for FreeBSD
Installing binary package
Binary packages tend to be outdated (currently in version 1.9.7 at the time of writing) and aren't typically in their latest version. Therefore, we recommend that you use ports or compile them yourself.
The geth
command is then available on your system in /usr/local/bin/geth
- you can start it on the testnet by typing the following as an example:
Using ports
Go to the net-p2p/Elastos.ELA.SideChain.ESC
ports directory:
Then build it the standard way (as root):
Building Geth (command line client)
Ports are slightly more up to date (version 1.9.7 at the time of writing).
Clone the repository to a directory of your choosing:
Building geth
requires the Go compiler:
If your golang version is >= 1.14, build the geth
program using the following command:
If your golang version is < 1.14 (quarterly packages, for example), use the following command instead:
You can now run build/bin/geth
to start your node.
Last updated