ACCOUNT AND ACTIVE KEY ARE NOT PERSISTENT, YOU WILL NEED TO ENTER THEM EACH TIME YOU LAUNCH THE APP (but not every transaction. that's a win).
If / when Beet receives an update, Beet will be used. More info about Beet here: Beet GitHub Page
Before doing anything else, make sure to create a virtual environment.
In this case, we are creating an environment named env:
python3 -m venv envActivate the newly created environment:
source env/bin/activateMethod 1: Use pip to download and install from PyPI:
python3 -m pip install PoolToolMethod 2: Download and install from source:
git clone https://github.com/iamredbar/PoolTool
cd PoolTool/
python3 -m pip install .Make sure you have your environment active (if it's not already):
source env/bin/activateRun PoolTool:
PoolToolYou will need to enter your account and active key via the menu in the top right. Here you can also set a node to use if you would prefer a different node than the default one (wss://api.iamredbar.com/ws).
Telegram: https://t.me/pooltool_community_edition
