- Download the Duniter .deb file.
- Install the package:
dpkg -i duniter_vx.y.z.deb
. - Change the default configuration (at least the node name) by modifying
/etc/duniter/env_file
. - Start the service:
sudo systemctl start duniter-mirror.service
. - Enable the service at startup:
sudo systemctl enable duniter-mirror.service
.
- Download the Duniter .deb file.
- Install the package:
dpkg -i duniter_vx.y.z.deb
. - Change the default configuration (at least the node name) by modifying
/etc/duniter/env_file
. - Create network keys using the same base path as in the config file:
duniter2 key generate-node-key --base-path <YOUR_BASE_PATH> --chain <YOUR_CHAIN>
. - Start the service:
sudo systemctl start duniter-smith.service
. - Enable the service at startup:
sudo systemctl enable duniter-smith.service
.
A Smith node needs to be installed.
- Change the default configuration by modifying
/etc/duniter/env_file
. - Start the service:
sudo systemctl start distance-oracle.service
. - Enable the service at startup:
sudo systemctl enable distance-oracle.service
.