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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ Run the script: ```python3 OrchestratorSiphon/OrchestratorSiphon.py```
26
26
27
27
Now enter the password to the keystore file when asked. Then enter `0` to launch the siphon. Now you can de-attach the `screen` session with: ```<Ctrl + A>, then press <d>```
28
28
29
+
> ⚠️ Although screen can in theory keep running indefinitely, if the process stops for any reason like a reboot of the system it will not come back up. So be sure to also enable Vires' [Telegram bot](https://github.com/0xVires/web3-livepeer-bot) to get notified if the node is not calling rewards.
30
+
29
31
You can list `screen` sessions which are running with ```screen -ls```. To re-attach use ```screen -r orchSiphon```
30
32
31
33
Now you can view the logs, enter [interactive mode](https://github.com/stronk-dev/OrchestratorSiphon?tab=readme-ov-file#interactive-mode) or exit the script as usual using `<CTRL + c>`
@@ -80,6 +82,6 @@ For the `systemd` script this means changing ExecStart to `ExecStart=/path/to/Or
80
82
81
83
# Interactive mode
82
84
83
-
If no password file is given or the keystore fails to decrypt, the script will ask the user to input the password to the keystore. You can also switch to interactive mode by sending a 'SIGQUIT' (`<CTRL + \>`) or 'SIGTSTP' (`<CTRL + z>`) signal to the script.
85
+
If no password file is given, the script will ask the user to input the password to the keystore. You can also switch to interactive mode by sending a 'SIGQUIT' (`<CTRL + \>`) or 'SIGTSTP' (`<CTRL + z>`) signal to the script.
84
86
85
87
Interactive mode allows you to do more stuff, like voting on proposals or setting a new service URI.
0 commit comments