Reference python implementation of Chia pool operations for pool operators

Pool Reference V1 Reference python implementation of Chia pool operations for pool operators Summary This repository provides a sample server written in python, which is meant to server as a basis for a Chia Pool. While this is a fully functional implementation, it requires some work in scalability and security to run in production. An FAQ is provided here: https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-FAQ Customizing Several things are customizable in this pool reference. This includes: How long the timeout is for leaving the pool […]

Read more

Python Dash app that tracks whale activity in cryptocurrency markets

crypto-whale-watching-app Welcome! This is a Python-based Dash app meant to track whale activity in buy / sell walls on crypto-currency exchanges (presently just operational for GDAX, but more exchanges to come). This document aims to explain the purpose, functionality, and future of this project. Please do share this with your fellow coders / traders / crypto-aficionados, and contribute to the future of this project by calling out issues, requesting new features, and submitting pull requests to improve the app. The […]

Read more

A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain

A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain. First Time Setup Instructions: Environment Setup Before doing anything else, make sure to create a virtual environment.In this case, we are creating an environment named env: python3 -m venv env Activate the newly created environment: source env/bin/activate Installation Method 1: Use pip to download and install from PyPI: python3 -m pip install PoolTool Method 2: Download and install from source: git clone https://github.com/iamredbar/PoolTool cd PoolTool/ python3 […]

Read more
1 2