-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from xeliuqa/develop
v4.04
- Loading branch information
Showing
2 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ $DefaultBackgroundColor = "Black" # Set to the colour of your console if 'Black' | |
|
||
$emailEnable = "False" # "True" to enable email notification, "True" or "False" | ||
$myEmail = "[email protected]" #Set your Email for notifications | ||
|
||
$ShowPorts = "False" # True to show node's ports. "True" or "False" | ||
|
||
$showFullID = "False" # Set to True to see a full ID intead of short one. "True" or "False" | ||
$showPorts = "False" # True to show node's ports. "True" or "False" | ||
$queryHighestAtx = "False" # "True" to request for Highest ATX. "True" or "False" | ||
$checkIfBanned = "False" # "True" if you want to check if the node is banned. "True" or "False" | ||
$showELG = "True" # "True" if you want to show the number of Epoch when the node will be eligible for rewards. "True" or "False" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters