NEW WALLET VERSION ON TESTNET BRANCHMining option included on this version.
H/R increased compared with webminer.
Previously requeriments:
Windows:
- Python 3:
https://www.python.org/downloads/windows/- PIP:
https://pip.pypa.io/en/stable/installing/- Git:
https://git-scm.com/download/winOn Debian/Ubuntu:
apt-get install git python3 python3-pip
For install it, just type (on linux or windows):
git clone --branch testnet https://github.com/stlxonline/python-stlx-wallet/
cd python-stlx-wallet
python -m pip install pyopenssl base58 requests
python stlxwallet.py
For start mining, use command "startmining number_of_threads". For example, for mining with 3 threads:
startmining 3
You can stop the mining closing wallet window, with ctrl+c or typing the command "stopmining".
I will upload windows binaries in two days, when I move it to main brach after test it.
Best regards