Huisky

Results 6 comments of Huisky

> 🚀 Step 3: Switch Standby Node to Funded Identity Using Agave validator set-identity ssh '/agave-validator -l "/tmpfs/solana_ledger" set-identity ".json"' Error: Failed to execute command: the remote command could not...

@pzupan mind to share your `agave-jito-validator.sh` startup script? I'm wondering if its not running the executable as you defined in env. you can verify the actual running version by looking...

can you show the result of `ps aux | grep agave-validator | grep -v grep`?

can you then run `readlink -f /proc/2044689/exe`? it will show your `agave-validator` actually path

I suggest you use specific agave-path in your `agave-jito-validator.sh` i.e. ``` ExecStart=/home/solana/.local/share/solana/install/active_release/bin/agave-validator \ ``` this way there won't be version confusion

if you run the actual executable `/home/sol/.local/share/solana/install/releases/v2.2.20-jito/bin/agave-validator --version` what version showed up? the SVS is using the `ps aux` command to find what's actually running in process to find `agave-validator`...