-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml.example
120 lines (80 loc) · 4 KB
/
config.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# NEW:
SHOW_DIRECTORY: True # Show farm path or not. Tab key can Toggle.
# Fill this out and copy it over to BOTH the monitor and viewer directories as it it will be the same for both
LANGUAGE: 'en'
# en = English
# lol = lol
# cn = Chinese
# ua = Ukrainian
# vi = Vietnamese
# fr = French
#
# Those below have only been Google translated so no promises they aren't gibberish. Most probably is.
# Let me know if you can do translations for any of them!
#
# es = Spanish
# ja = Japanese
# fr = French
# de = German
# ko = Korean
# ru = Russian
###############
########################################################################
# Must be the same in both Monitor and Viewer folders for ALL systems #
########################################################################
# REQUIRED:
FRONT_END_IP: "192.168.1.209" # The IP the Viewer is running on -- 127.0.0.1, 192.168.1.69, whatever
FRONT_END_PORT: "8016" # Port the View frontend is using
######################################################################################
# Farmer Backend Config - Change for each Farmer place in that Farmer's Monitor folder #
######################################################################################
# REQUIRED: (Log parsing will become optional, but not yet)
FARMER_NAME: "McKenna" # How this farmer will be referred to as
FARMER_LOG: '/home/wofl/Subspace/farmlog.txt' # Parse this Farmer log file - Windows use double \\'s '
# REQUIRED:
# You need to add this to your Farmer launch command: --prometheus-listen-on <localIP>:<PORT>
FARMER_IP: '192.168.1.209' # This is the IP from above
FARMER_PORT: '8181' # This is the Port from above
GPUSTATS: True # Allow GPU Stats. Set False if not GPU Plotting.
HDDTEMPS: False # Display drive temps. NOTE: *REQUIRES* SUDO FOR SMARTTOOLS AND SMARTTOOLS INSTALLED
##########################################################
# Frontend Viewer Config - Only needed fpr Viewer folder #
##########################################################
THEME: 'default' # name of theme (filename without the .yaml) from ./themes that you want to use.
# Note: Leaving NODE_IP and/or NODE_PORT empty will disable node data display AND wallet monitor
# You need to add this to your Node launch command: --rpc-listen-on <LocalIP>:<Port>
NODE_IP: "192.168.1.208" # Your node IP from above -- 127.0.0.1, 192.168.1.69, whatever
NODE_PORT: "9944" # Port the node is using from above. 9944 is the default.
# Wallet Monitor - Queries your node for balance changes and can notify you #
WALLET: # "stXXXXXXXXXXXXXXXXXXXXXXX" # Blank disables wallet monitoring
WAIT_PERIOD: 480 # wallet check interval seconds
# % to account for your cache size when calculating sizes. Farmer default is 1.
## Don't change unless you know what you are doing. ##
# Cache size will not be counted if set to 0. Do not use a % symbol, just a number.
CACHE_SIZE: 1
#######################################################
# Notifications - Use both in Monitor and Viewer folder #
#######################################################
SEND_DISCORD: False
SEND_PUSHOVER: False
# General notifications go here #
DISCORD_WEBHOOK: # "https://discord.com/api/webhooks/yyyyyyyyyyyyyy"
# As above, but only for wallet notifications. Defaults to DISCORD_WEBHOOK if blank.
DISCORD_WALLET_NOTIFICATIONS: # "https://discord.com/api/webhooks/xxxxxx"
PUSHOVER_APP_TOKEN: "xxxxxxxxxxxxx" # yeah, I need to implement better Pushover stuff
PUSHOVER_USER_KEY: "xxxxxxxxxxxx"
#########################
### END USER CONFIG ###
#########################
#########################
### Seriously, go away ###
#########################
####Unused currently####
SEND_REPORT: False # Send Farmer image via Discord
REPORT_FREQ: 3600
# Internal #
USE_BANNERS: True # allows grabbing footer banner for information
################Experimental################
TOGGLE_ENCODING: True # If disk list doesn't appear, or shows a Unicode or UTF-16 error, toggle this setting
# Is Deprecated, or will be soon - Leave Alone! #
HOUR_24: False