Build from Source
Hardware Requirements¶
Minimum:
- CPU with 2+ cores
- 4GB RAM
- 500GB free storage space to sync the Mainnet
- 8 MBit/sec download Internet service
Recommended:
- Fast CPU with 4+ cores
- 16GB+ RAM
- High Performance SSD with at least 500GB free space
- 25+ MBit/sec download Internet service
Dependencies¶
- Make sure your system has Go 1.16+ installed. https://golang.org/doc/install
- Make sure your system has a C compiler installed. For example, with Linux Ubuntu:
1 |
|
Source¶
Once the dependencies have been installed, it’s time to clone and build the source:
1 2 3 4 |
|
Build docker image¶
You can build a local docker image directly from the source:
1 2 3 |
|
Or with all tools:
1 |
|
Last update: 2024-06-10