Skip to content

Commit 3a53c2d

Browse files
committed
Improve readme some more
1 parent d0f7abe commit 3a53c2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ Run the script: ```python3 OrchestratorSiphon/OrchestratorSiphon.py```
2626

2727
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>```
2828

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+
2931
You can list `screen` sessions which are running with ```screen -ls```. To re-attach use ```screen -r orchSiphon```
3032

3133
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
8082

8183
# Interactive mode
8284

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.
8486

8587
Interactive mode allows you to do more stuff, like voting on proposals or setting a new service URI.

0 commit comments

Comments
 (0)