To Check the Status of Your Node Through The Set Power Free Website:
After installation, you can check the status of your Green node at any time by logging into the Set Power Free Dashboard and seeing how many "nodes online" there are. You can also check in the node software installed on your computer as well as your reward history inside the Set Power Free Dashboard.
To Check the Status of Your Node Through a Mac Terminal Prompt:
1. Locate the Terminal
- Click the magnifying glass in the top right corner of your computer and search Terminal
- Search Terminal in Launchpad
2. Type the following command:
launchctl print gui/$UID/green | grep 'active count'
3. This will display “active node count = 1”
To Uninstall Your Node Through a Mac Terminal Prompt
1. Locate the Terminal
- Click the magnifying glass in the top right corner of your computer and search Terminal
- Search Terminal in Launchpad
2. Type the following command:
cd ~/library/nodes
3. Click ENTER
4. Type the following command:
launchctl stop green
5. Click ENTER
6. Type the following command:
launchctl remove green
7. Click ENTER
8. Type the following command:
launchctl rm green-node
9. Click ENTER
To View what Node Software is Running Through the Terminal Prompt:
1. Locate the Terminal
- Click the magnifying glass in the top right corner of your computer and search Terminal
- Search Terminal in Launchpad
2. Type the following command:
cd ~/library/nodes
3. Click ENTER
4. Type the following command:
ls
5. Click ENTER
6. This will list the brand name for the node instance you are running
Comments
0 comments
Please sign in to leave a comment.