Skip to main content

L16 Node Tooltips

This page provides quick access to LUKSO L16 testnet node commands through the Legacy CLI and Docker.

Historical Guide

This guide is kept for historical reference. The old LUKSO CLI commands may be unavailable by now.

info

The following steps are performed on your 📟 node server.

Stop Node Operation​

lukso network stop validator
lukso network stop

Clear Network Config​

lukso network stop validator
lukso network stop
lukso network clear
lukso network init

Update Bootnodes​

lukso network update
lukso network refresh

Restart the Validator​

lukso network start
lukso network start validator

Check Docker Containers​

docker ps -a

Monitor Docker Images​

docker images -a

Log Blockchain Clients​

tip

Open multiple terminals to track them all at the same time.

# Execution Client
sudo docker logs lukso-geth -f

# Validator Client
sudo docker logs prysm_validator -f

# Consensus Client
sudo docker logs prysm_beacon -f

# ETH Stats Monitoring Service
sudo docker logs eth2stats-client -f
info

Use Control + C to exit the logs and return to the regular terminal window.