You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must set the authtoken field with your API access token
38
38
39
39
| field name | description |
40
40
| --- | --- |
41
-
| outputFile | The path to save the generated image. Default `/home/nodeyez/nodeyez/imageoutput/slushpool.png`|
41
+
| outputFile | The path to save the generated image. Default `/home/nodeyez/nodeyez/imageoutput/braiinspool.png`|
42
42
| colorTextFG | The color of the text expressed as a Hexadecimal color specifier. Default `#ffffff`|
43
43
| colorBackground | The background color of the image expressed as a hexadecimal color specifier. Default `#000000`|
44
44
| width | The width, in pixels, to generate the image. Default `480`|
45
45
| height | The height, in pixels, to generate the image. Default `320`|
46
46
| sleepInterval | The amount of time, in seconds, the script should wait before data gathering and image creation again. Default `600`|
47
-
| authtoken | Create your API access token at https://slushpool.com/settings/access/ with limited read-only access, and not web access |
47
+
| authtoken | Create your API access token at https://pool.braiins.com/settings/access/ with limited read-only access, and not web access |
48
48
| useTor | Indicates whether remote calls should use torify for privacy. Experimental. Default `true`|
49
49
| priceurl | The url that provides the pricing information from bisq marketplace. Default `https://bisq.markets/bisq/api/markets/ticker`|
50
50
| priceCheckInterval | The amount of time, in seconds, the script should wait before checking the price again to use for profitability. 10800 is 3 hours. Default `10800`|
@@ -69,7 +69,7 @@ After making changes, Save (CTRL+O) and Exit (CTRL+X) nano.
69
69
70
70
```shell
71
71
cd /home/nodeyez/nodeyez/scripts
72
-
/usr/bin/env python3 slushpool.py
72
+
/usr/bin/env python3 braiinspool.py
73
73
```
74
74
75
75
Press CTRL+C to stop the process
@@ -79,8 +79,8 @@ Press CTRL+C to stop the process
79
79
To enable the script to run at startup, as the privileged user run the following
0 commit comments