Use these if you want to send a transaction without using the Blink (instant) network, typically for lower fees.Syntax: transfer [priority] <address> <amount># Example: Sending 100,000 XEQ with unimportant prioritytransfer unimportant XEQT6hQJgqtLqsXb595AM5CxgxbM9tTVWW5yNyYF8hq8XHBHmi2hFBF7vQ3ipsrr5cfGKejDoqCTJVtoPqG4j1yP5AcemuvRkR 100000
Priority Levels:
unimportant (Lowest fee, non-Blink)
normal
elevated
priority
blink (Default, instant transaction)
π 3. Troubleshooting & Maintenance
Enter the Container Shell:If you need to explore the container file system or run manual scripts:docker exec -it sn01 /bin/bashRestart the Daemon:docker restart sn01Check Resource Usage:docker stats sn01
π‘ Pro-Tips
Linux Users: Install jq (sudo apt install jq) to handle JSON RPC responses from the daemon if you are writing custom automation scripts.
Logs: If your node is acting up, the first thing to check is docker logs --tail 100 sn01 to see the most recent errors.
Syncing: If status shows you are many blocks behind, check sync_info to see if you are actively downloading from peers.