you can change “YOUR_NODE_NAME” to “0x~~~” when setting up a validator node
[Unit]
Description="Bifrost-node systemd service"
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
User=BIFROST_SERVICE
SyslogIdentifier=bifrost
SyslogFacility=local7
KillSignal=SIGHUP
ExecStart=/var/lib/bifrost-data/bifrost-node \
--base-path /var/lib/bifrost-data \
--chain /var/lib/bifrost-data/bifrost-testnet.json \
--port 30333 \
--validator \
--state-cache-size 0 \
--runtime-cache-size 64 \
--name "YOUR_NODE_NAME"
[Install]
WantedBy=multi-user.target