Task submition fail

This is my node, bonded and active

but when i trying submit task i got failed status

Need to help to understand what is wrong because task done and node is works as it must

Hi, i got submission fail too

you need to set node-id to controller address :slight_smile:

how to set node-id to controller address?

you can change “YOUR_NODE_NAME” to “0x~~~” when setting up a validator node

Gitbook

[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

thanks, passed now