TARAXA
|
Disk Partitions
Recommended to create dedicated partition for storing blockchain database (data); sizing to be adjusted according to the size of the actual blockchain.
for other partitions, setup and sizing, follow the best practice for ubuntu installation
TODO: add
TODO: add
You can see example config here
TODO: add explanation of all config parameters
There are 2 taraxa docker images:
Contains all dependencies required for building taraxa-node project, you can create local taraxa-builder image by running this command in root directory:
DOCKER_BUILDKIT=1 docker build --progress=plain --target builder -t taraxa-builder:latest .
Contains final taraxad binary + config. All dependencies are linked statically. To create taraxa-node image, run:
DOCKER_BUILDKIT=1 docker build --progress=plain -t taraxa-node:latest .