Post
Topic
Board Announcements (Altcoins)
Re: [PRE-ANN][AIRDROP] Stellia: RNG based blockchain.
by
FLDPKR
on 17/12/2020, 02:35:14 UTC
NEW WALLET VERSION ON TESTNET BRANCH
Mining 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/win

On Debian/Ubuntu:
Code:
apt-get install git python3 python3-pip

For install it, just type (on linux or windows):
Code:
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:
Code:
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