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
seno-blockchain is just a fork of Chia, designed to be efficient, decentralized, and secure

seno-blockchain https://seno.uno Seno is just a fork of Chia, designed to be efficient, decentralized, and secure. Here are some of the features and b

Denis Erygin 27 Jul 02, 2022
PytoPrice is an automation program to fetch the latest price of a cryptocurrency of your choice at a user-customizable update interval.

PyToPrice (Python Crypto Price) PytoPrice is an automation program to fetch the latest price of a cryptocurrency of your choice at a user-customizable

Peter 1 Jun 16, 2022
Get the length of the Instagram encrypted password

instagram-weak-encryption Get the length of the Instagram encrypted password Introduction Instagram and Facebook encrypt the password submitted at log

Giuseppe Criscione 19 Dec 09, 2022
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
Python FFI bindings for libsecp256k1 (maintained)

secp256k1-py Python FFI bindings for libsecp256k1 (an experimental and optimized C library for EC operations on curve secp256k1). Previously maintaine

Rusty Russell 29 Dec 29, 2022
Simple bitcoin ticker for the Pimorono Inky pHAT Red.

bitcoin-ticker Simple bitcoin ticker for the Pimorono Inky pHAT Red. Equipment Raspberry Pi Zero W v1.1 or Pi 2 model b v1.1 Pimorono Inky pHAT Red (S

2 Mar 15, 2022
PyCrypter , A Tool To Encrypt/Decrypt Text/Code With Ease And Safe Using Password !

PyCrypter PyCrypter , A Tool To Encrypt/Decrypt Text/Code With Ease And Safe Using Password ! Requirements pyfiglet And colorama Usage First Clone The

1 Nov 12, 2021
keyring MITkeyring (🥉27 · ⭐ 630) - Store and access your passwords safely. MIT

The Python keyring library provides an easy way to access the system keyring service from python. It can be used in any application that needs safe pa

Jason R. Coombs 948 Dec 18, 2022
A Python module to encrypt and decrypt data with AES-128 CFB mode.

cryptocfb A Python module to encrypt and decrypt data with AES-128 CFB mode. This module supports 8/64/128-bit CFB mode. It can encrypt and decrypt la

Quan Lin 2 Sep 23, 2022
En- and decrypting text-messages by creating a key with of the fibonacci-sequence

En- and decrypting text-messages by creating a key with of the fibonacci-sequence. This key helps to create mathematical functions, whose zeros should generates the encrypted message.

Pulsar 1 Feb 05, 2022
Hide secret texts inside an image, optionally encrypt them with a password using AES-256.

Hide secret texts/messages inside an image. You can optionally encrypt your texts with a password using AES-256 before encoding into the image.

Teja Swaroop 97 Dec 29, 2022
Active github repos of all cryptocurrencies

This repo is to maintain the list of active repositories for all cryptocurrencies that https://codemask.org uses. The active list will be automaticall

CodeMask 5 May 20, 2022
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.

Tink A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. Ubuntu

Google 12.9k Jan 05, 2023
Blockchain Python Implementation

Blockchain Python Implementation

0918nobita 2 Nov 21, 2021
A really, really bad way to encrypt your text

deoxyencryptingnucleicacids A really, really bad way to encrypt your text. A general description of the scheme Encoding: The ascii plaintext is first

Sam Pinkerton 1 Nov 01, 2021
Python Encryption Name Game

Python 3.9.7 Encryption Name Game Encrypt a name with numbers using a Caesar cipher! You can choose different numbers to encrypt your name from 1 to o

Armand Brunelle 3 Dec 24, 2021
Modern(-ish) password hashing for your software and your servers

bcrypt Good password hashing for your software and your servers Installation To install bcrypt, simply: $ pip install bcrypt Note that bcrypt should b

Python Cryptographic Authority 947 Dec 28, 2022
A Trading strategy for the Freqtrade crypto bot.

Important Thing to notice 1) Do not use this strategy on live. It is still undergoing dry-run. 2) The Hyperopt is highly optimized towards "shitcoin"

160 Dec 26, 2022
wdepy: Decryption and Inspection for PGP WDE Disks

This is a small python tool to inspect and decrypt disk images encrypted with PGP Whole Disk Encryption (including the Symantec-branded versions like Symantec Drive Encryption). It takes advantage of

Brendan Dolan-Gavitt 17 Oct 07, 2022
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