Python based project to pull useful account statistics from the Algorand block chain.

Overview

PlanetWatchStats

Python based project to pull useful account statistics from the Algorand block chain.

Setup

pip install -r requirements.txt

Run

python PW_stats.py

Example

C:\PlanetWatchStats> python PW_stats.py
Enter your account id:REDACTED
Date:2022-01-27T08:02:24        Device:PW:AE_XXXXXX     Streams:507     Planets:16.224  Planets/Stream:0.032
Date:2022-01-26T08:12:21        Device:PW:AE_XXXXXX     Streams:521     Planets:16.672  Planets/Stream:0.032
Date:2022-01-25T07:55:37        Device:PW:AE_XXXXXX     Streams:514     Planets:16.448  Planets/Stream:0.032
Date:2022-01-24T08:16:23        Device:PW:AE_XXXXXX     Streams:518     Planets:16.576  Planets/Stream:0.032
Date:2022-01-23T07:47:09        Device:PW:AE_XXXXXX     Streams:517     Planets:16.544  Planets/Stream:0.032
Date:2022-01-22T08:07:25        Device:PW:AE_XXXXXX     Streams:527     Planets:16.864  Planets/Stream:0.032
Date:2022-01-21T07:38:09        Device:PW:AE_XXXXXX     Streams:501     Planets:16.032  Planets/Stream:0.032
Date:2022-01-20T07:39:12        Device:PW:AE_XXXXXX     Streams:527     Planets:16.864  Planets/Stream:0.032
Date:2022-01-19T07:48:09        Device:PW:AE_XXXXXX     Streams:534     Planets:17.088  Planets/Stream:0.032
Date:2022-01-18T07:57:33        Device:PW:AE_XXXXXX     Streams:522     Planets:16.704  Planets/Stream:0.032
Date:2022-01-17T07:38:42        Device:PW:AE_XXXXXX     Streams:531     Planets:16.992  Planets/Stream:0.032
Date:2022-01-16T07:41:57        Device:PW:AE_XXXXXX     Streams:544     Planets:17.408  Planets/Stream:0.032
Date:2022-01-15T07:44:10        Device:PW:AE_XXXXXX     Streams:535     Planets:17.12   Planets/Stream:0.032
Date:2022-01-14T07:46:03        Device:PW:AE_XXXXXX     Streams:540     Planets:17.28   Planets/Stream:0.032
Date:2022-01-13T07:34:45        Device:PW:AE_XXXXXX     Streams:545     Planets:17.44   Planets/Stream:0.032
Date:2022-01-12T07:45:52        Device:PW:AE_XXXXXX     Streams:548     Planets:17.536  Planets/Stream:0.032
Date:2022-01-11T07:42:39        Device:PW:AE_XXXXXX     Streams:552     Planets:17.664  Planets/Stream:0.032
Date:2022-01-10T07:37:44        Device:PW:AE_XXXXXX     Streams:529     Planets:16.928  Planets/Stream:0.032
Date:2022-01-09T07:37:26        Device:PW:AE_XXXXXX     Streams:361     Planets:11.552  Planets/Stream:0.032
Date:2022-01-08T07:16:57        Device:PW:AE_XXXXXX     Streams:150     Planets:4.8     Planets/Stream:0.032
Date:2022-01-07T07:44:35        Device:PW:AE_XXXXXX     Streams:507     Planets:16.224  Planets/Stream:0.032
Date:2022-01-06T07:43:57        Device:PW:AE_XXXXXX     Streams:562     Planets:17.984  Planets/Stream:0.032
Date:2022-01-05T07:46:58        Device:PW:AE_XXXXXX     Streams:580     Planets:18.56   Planets/Stream:0.032
Owner
M0x40
M0x40
Python implementation of EIP 1577 content hash

ContentHash for Python Python implementation of EIP 1577 content hash. Description This is a simple package made for encoding and decoding content has

Filip Š 11 Jul 19, 2022
Persian caesar and rot16 encryptor and decryptor

persian caesar and rot16 encrypt and decrypt how to install if you use windows python -m venv .venv .\.venv\Script\activate python -m pip install -r r

Mehdi Radfar 5 Oct 28, 2022
Algorand-app - This tutorial is designed to get you started with Algorand development in a step by step process

Getting Started This tutorial is designed to get you started with Algorand devel

Connor 1 Jan 06, 2022
C0mptCrypt - An object-oriented, minamalistic, simple encryption library in Python

C0mptCrypt allows you to encrypt strings of text. It can only be decrypted using C0mptCrypt and not by random online tools. You can use this for a variety of things from creating passwords, to encryp

c0mpt0 4 Aug 22, 2022
The (Python-based) mining software required for the Nintendo Switch mining project.

ntgbtminer - Nintendo Switch edition This is a version of ntgbtminer that works with the Nintendo Switch bitcoin miner. ntgbtminer ntgbtminer is a no

4 Jun 03, 2021
Basic Ethereum Miner Lib

EthMine ⛏ Basic Ethereum Miner Library. Developers can integrate this algorithm to mine blocks from their ethereum supported chain efficiently. Instal

Jaival Patel 1 Oct 30, 2021
Arithmos Cipher is a simple Cryptography that I created myself in Python

Arithmos Cipher is a simple Cryptography that I created myself in Python

LyQuid :3 3 Oct 19, 2022
Accounting Cycle Program with Blockchain Component

In the first iteration of my accounting cycle program, I talked about adding in a blockchain component that allows the user to verify the inegrity of

J. Brandon Walker 1 Nov 29, 2021
DIY gravity falls cryptograms made with python

ciphers-cryptograms some diy code to implementing ciphers-cryptograms from gravity falls with python, it's fun tho Algorithm or ciphers list Caesar At

Muhammad Asthi Seta Ari Yuwana 3 Jun 26, 2022
Python wrapper for the Equibles cryptos API.

Equibles Cryptos API for Python Requirements. Python 2.7 and 3.4+ Installation & Usage pip install If the python package is hosted on Github, you can

Equibles 1 Feb 02, 2022
⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

⚡ Automatically decrypt encryptions without knowing the key or cipher, decode encodings, and crack hashes ⚡

11.2k Jan 09, 2023
Python binding to the Networking and Cryptography (NaCl) library

PyNaCl: Python binding to the libsodium library PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. T

Python Cryptographic Authority 941 Jan 04, 2023
Taishang Credential With Interactive Badges

结合数字徽章的交互式区块链证书 DApp 1 项目简介 DID 与 VC 一直是区块链研究的重要领域,也是区块链落地的重要基础,从「传统证书」到基于DID的VC证书是证书体系范式转移的重要第一步。 但是,在迈出第一步之后我们可以进行更加丰富的尝试,例如尝试将不可转移的徽章与可转移的权益与证书相结合,

1 Nov 07, 2021
Technical_indicators_cryptos - Using technical indicators to find optimal trading strategies to deploy onto trading bot.

technical_indicators_cryptos Using technical indicators to find optimal trading strategies to deploy onto trading bot. In the Jup Notebook you wil

Van 4 Jul 03, 2022
Zero-dependency Cryptography Python Module with a self made method

TesohhCrypt TesohhCrypt is a zero-dependency Cryptography Python Module, with a method that i made. (likely someone already made a similar one, but i

Simone Tesini 1 Oct 26, 2021
Generate simple encrypted messages!

Premio's Shift is a very simple text encryption, you can use it to send secret messages to your friends. Table of Content Table of Content How it work

Peterson Adami Candido 3 Aug 06, 2021
Simple BRender SDK KeyGen.

Super Simple BRender KeyGen Simple BRender SDK KeyGen. Info This is just a super simple keygen for the BRender SDK installer coded in python. All test

1 Jan 15, 2022
A curated list of resources dedicated to reinforcement learning applied to cyber security.

Awesome Reinforcement Learning for Cyber Security A curated list of resources dedicated to reinforcement learning applied to cyber security. Note that

Kim Hammar 212 Jan 02, 2023
Quick and dirty script to fix MD5 hashes in poetry.lock file

fix-poetry-md5-hash Quick and dirty script to fix MD5 hashes in poetry.lock file. Usage: poetry run fix-poetry-md5-hash

2 Apr 20, 2022
Atomkraft - Lightweight e2e testing for cosmos blockchains

Atomkraft End-to-end testing of Cosmos blockchains should be easy and reproducib

Informal Systems 57 Dec 16, 2022