cardano-community / guild-operators

Artifacts and scripts created by Guild operators
https://cardano-community.github.io/guild-operators
MIT License
354 stars 177 forks source link

Enhancement to gLV #568

Closed signallhill closed 3 years ago

signallhill commented 3 years ago

Is it possible to have gLV show the name of the pool without editing gLV.

cnode.sh has the POOL_DIR. Can gLV read this if Core is running and show the pool name automatically without editing gLV.

rdlrt commented 3 years ago

gLV works independently as a script too. Making a choice based on assumption that POOL_DIR exists will force gLV to be limited to users/folks who use guild folder structure.

But you can customise the NODE_NAME field within gLiveView.sh to identify your node uniquely between instances, that not only allows you to associate your pool, but also any additional info like geography/port/ip that f.e. you'd like to distinguish betwen relays of same pool).

Hope this helps 🙂