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
A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain.

ACCOUNT AND ACTIVE KEY ARE NOT PERSISTENT, YOU WILL NEED TO ENTER THEM EACH TIME YOU LAUNCH THE APP (but not every transaction. that's a win). If / wh

Brendan Jensen 17 Jun 15, 2022
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
a BTC mining program based on python3

BTC-Miner a BTC mining program based on python3 Our project refers to the nightminer project by ricmoo, which is written in Python2 (https://github.co

6 Jul 31, 2022
Lottery by Ethereum Blockchain

Lottery by Ethereum Blockchain Set your web3 provider url in .env PROVIDER=https://mainnet.infura.io/v3/YOUR-INFURA-TOKEN Create your source file .

John Torres 3 Dec 23, 2021
Blockchain with crypto transaction feature

python script that asks users for their name, who they are sending J2 coin too(fictional cryptocurrency) and how much they're sending. it then prints the transaction detail in words and prints the ha

Joshua Stojkovic 2 Jan 10, 2022
A tool that can encrypt python2 or python3 code with the given password and can reuse with that password

A tool that can encrypt python2 or python3 code with the given password and can reuse with that password

Md Rasel Bhuyan 3 Feb 28, 2022
This is a simple Bitcoin non-deterministic wallet address generator coded in Python 3.

This is a simple Bitcoin non-deterministic wallet address generator coded in Python 3. It generates a Private Key in different formats (hex, wif and compressed wif) and corresponding Public Addresses

7 Dec 22, 2022
Amazing CryptoWAF was a CTF challenge for ALLES! CTF 2021

ctf-cryptowaf The AmazingCryptoWAF ™️ is used by the "noter" web app, to offer automagically military encryption for any user data. Even if an attacke

32 Jan 02, 2023
Crypto Portfolio Clustering with and without optimization techniques (elbow method, PCA).

Crypto Portfolio Clustering Crypto Portfolio Clustering with and without optimization techniques (elbow method, PCA). Analysis This is an anlysis of c

David L 0 Feb 18, 2022
Aza this is a text encryption software

Aza text encryptor General info Aza this is a text encryption software Help command: python aza.py --help Examples python aza.py --text "Sample text h

ToxidWorm 1 Sep 10, 2022
A Python Tool to encrypt all types of files using AES and XOR Algorithm.

DataShield This project intends to protect user’s data, it stores files in encrypted format in device provided the passcode and path of the file. AES

ADITYA SHINDE 4 Dec 20, 2021
Simple python crypto bot to trade crypto on Binance based on RSI. Utilizing web sockets to get real-time prices

Py Crypto Bot Using Binance WebSocket API to get real-time price data for cryptocurrencies. Using the TA-Lib library to calculate the RSI and execute

Kennedy Ngugi Mwaura 15 Jan 04, 2023
obj-encrypt is an encryption library based on the AES-256 algorithm.

obj-encrypt is an encryption library based on the AES-256 algorithm. It uses Python objects as the basic unit, which can convert objects into binary ciphertext and support decryption. Objects encrypt

Cyberbolt 2 May 04, 2022
JS Deobfuscation is a Python script that deobfuscates JS code and it's time saver for you

JS Deobfuscation is a Python script that deobfuscate JS code and it's time saver for you. Although it may not work with high degrees of obfuscation, it's a pretty nice tool to help you even if it's j

Quatrecentquatre 3 May 01, 2022
Freqtrade is a free and open source crypto trading bot written in Python

Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money man

20.2k Jan 07, 2023
Run with one command grafana, prometheus, and a python script to collect and display cryptocurrency prices and track your wallet balance.

CryptoWatch Track your favorite crypto coin price and your wallet balance. Install Create .env: ADMIN_USER=admin ADMIN_PASSWORD=admin Configure you

Rafael Zimmermann 13 Dec 13, 2022
Blockchain online Voting System

decentralized-voting-system A decentralized voting system where a user can walk into a government authorized center (Ex- banks, telecom companies etc.

Mahima Arora 1 Dec 28, 2021
This program can encrypt and decrypt your files so that they can no longer be identified.

File_Cryptographer Table of Contents: About the Program Features Requirements Preview Credits Reach Me See Also About the Program: with this program,

Sina.f 6 Nov 20, 2022
Cryptocurrency application that displays instant cryptocurrency prices and reads prices with the Google Text-to-Speech library.

📈 Cryptocurrency Price App 💰 ◽ Cryptocurrency application that displays instant cryptocurrency prices and reads prices with the Google Text-to-Speec

Furkan Mert 2 Nov 08, 2021
💰 An Alfred Workflow that provides current price of cryptocurrency

Coin Ticker for Alfred Workflow An Alfred Workflow that provides current price and status about cryptocurrency from cryptocompare.com. Supports Alfred

Bumsoo Kim (Ian) 14 Nov 17, 2022