python-phoenix-miner
What it is
An API Wrapper for the Phoenix miner RPC socket client API
How to use it
from python_phoenix_miner import PhoenixClient
miner_name = "Miner 01"
ip = '192.168.1.1'
port = 3333
client = PhoenixClient(miner_name="miner01", ip=ip, port=port)
basic_miner_stats = client.Miner.get_stats()
extended_miner_stats = client.Miner.get_extended_stats()
print("Done")
The latest version
The current version of this program is written for Python 3.8
Licensing
Copyright 2021 Carl Argabright
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Contact
Release files for python-phoenix-miner 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_phoenix_miner-0.0.2.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_phoenix_miner-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.1 kB
Release files / python_phoenix_miner-0.0.2.tar.gz
| Download URL | python_phoenix_miner-0.0.2.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
155f64db31240ca481fe80569728c27df4f0241f8bc5b4416fb57cbbbf9851db
|
|
BLAKE2b-256 checksum How to use checksums |
e363e8e3d79670d723d12741fdc0ba1f9fb9a0e3ccd8417343c32be9d7f87c55
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.6
|
Release files / python_phoenix_miner-0.0.2-py3-none-any.whl
| Download URL | python_phoenix_miner-0.0.2-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe1fe00fee965468289eb75792d888061f1d6486b6adaf9aa5fb10e4e1a4e236
|
|
BLAKE2b-256 checksum How to use checksums |
e325aa10aafaa9c331b0678f019e8a365a92f82f3cf1b30c54d93a99aa9fbaa6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.0 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.8.6
|