# My Commands These are commands I run on every repeater, and pretty much the order I run them in: ``` # Show the version ver # Show the board board # Sync the clock clock sync # Use 2 byte hash size set path.hash.mode 1 # Do a zero hop advert so all my companions know about this node advert.zerohop # Discover zero hop neighbors discover.neighbors # Set the flood advert interval set flood.advert.interval 19 # Set the zero hop interval set advert.interval 238 ```