To Check the Status of Your Node Through a Mac Terminal Prompt
1. Click the magnifying glass in the top right corner of your computer
2. Type Terminal
3. Click ENTER
4. Copy and paste the following command:
launchctl print gui/$UID/elevate | grep 'active count'
5. This will display “active node count = 1”
If the display shows "active node count = 0" then follow the troubleshooting steps below to reinstall and bring your node back online.
To Uninstall Your Node Through a Mac Terminal Prompt
1. Click the magnifying glass in the top right corner of your computer
2. Type Terminal
3. Click ENTER
4. Copy and paste the following command:
cd ~/library/nodes
5. Click ENTER
6. Copy and paste the following command:
launchctl stop elevate
7. Click ENTER
8. Copy and paste the following command:
launchctl remove elevate
9. Click ENTER
10. Copy and paste the following command:
rm elevate
11. Click ENTER
Install steps to bring your Node online
1. Click the magnifying glass in the top right corner of your computer
2. Type Terminal
3. Click ENTER
4. Copy and paste the following command:
cd ~/library/nodes
5. Copy and Paste the following command: (be sure there are no spaces at the end)
bash <(curl -s https://download.elevateunited.com/node-binaries/v2.6.1-b/mac.sh)
6. For username, type the email to your Elevate Account, click ENTER
7. For password, type the password to your Elevate Account and click ENTER
8. If the setup was successful, you will get the following message: “Elevate configuration complete!”
9. Copy and paste the following command to check the status:
launchctl print gui/$UID/elevate | grep 'active count'
10. This will display “active node count = 1”
11. You can now close the Terminal Prompt