Requirements:
- Create a virtual environment:
python3 -m venv .venv
- Activate the virtual environment:
source .venv/bin/activate
- Install the dependencies:
python3 -m pip install -r requirements.txt
- Run the script using the IP address of your Bitaxe:
python3 mywebsocket.py -ip 192.168.1.233
- If you do not need WebSocket logs, run the script as follows:
python3 mywebsocket.py -ip 192.168.1.233 -nowebsocket
- The logs will be saved in the
db
folder.