-
Updated
Feb 5, 2022 - Python
#
chia
Here are 131 public repositories matching this topic...
Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
blockchain
peer
vdf
blockchain-network
wallets
farmer
full-node
proof-of-space
chia
proof-of-time
timelord
harvesters
chia-blockchain
This is a Cross-Platform Plot Manager for Chia Plotting that is simple, easy-to-use, and reliable.
-
Updated
Aug 29, 2021 - Python
Reference python implementation of Chia pool operations for pool operators
-
Updated
Jan 18, 2022 - Python
chiarose(XCR) based on chia(XCH) source code fork, open source public chain
-
Updated
Feb 1, 2022 - Python
guydavis
commented
Jan 26, 2022
Example Chia monitoring stack
-
Updated
Jul 7, 2021 - Dockerfile
Chia Proof of Space library
-
Updated
Feb 1, 2022 - HTML
jpmath54
commented
Dec 6, 2021
First of all, I would like to throw some congrats about the work done here, really a lifesaver.
Now my concern :
I'm farming XCH + 9 forks.
When I add Farmr, I see a real drop in my available (and also not really powerfull) DSL bandwithn and capacity to log remotely.
I'm thinking about monitoring only XCH and only one fork, but I really like the idea to have all of them at a glance on my s
BLS signatures in C++, using the relic toolkit BLS12-381
-
Updated
Feb 1, 2022 - C++
GUI Tool for beginners and experts to Monitor and Analyse Chia Plotting log files, show health and progress of running plots and estimated time to completion. No setup, configuration or installation of python or whatever required. Just install and enjoy.
-
Updated
Aug 21, 2021 - C#
notifications
statistics
monitoring
metrics
grafana
prometheus
chia
chia-blockchain
chia-farmer
chia-exporter
chia-node
-
Updated
Jan 31, 2022 - Python
TypeScript client for Chia RPC interfaces.
-
Updated
Jan 14, 2022 - TypeScript
Simply realtime chia log analyzer for chia coin (XCH) farmers
-
Updated
Jul 24, 2021 - Go
GreenDoge is an environmentally-friendly blockchain that is easier to use, more efficient, secure, and lower energy consumption.
-
Updated
Jan 1, 2022 - Python
A Windows PowerShell based Chia Plotting Manager. Lets you automatically spawn and move plots. Sends you notifications on the go.
-
Updated
Jun 27, 2021 - PowerShell
A chia desktop dashboard build on the Chia RPC interface.
-
Updated
Mar 30, 2021 - TypeScript
chia-bls-signature in go, chia bls 签名工具go实现
-
Updated
Aug 29, 2021 - Go
chia chia-miner hpool hpool-miner hpool-og-miner hpool-pp-miner Synology RaspberryPi
-
Updated
Jan 5, 2022 - Shell
highly decentralized and censorship-resistant way to store key data
-
Updated
Dec 19, 2021 - Python
A set of JavaScript utilities to facilitate conversions for the Chia network
-
Updated
Nov 22, 2021 - JavaScript
Scans the Chia network for active full nodes.
-
Updated
Mar 23, 2021 - TypeScript
chia离线签名服务,根据输入提供封装成未签名的交易
-
Updated
Aug 26, 2021 - Python
standalone chia generator
-
Updated
Jul 9, 2021 - C
A dotnetcore client library for chia RPC
-
Updated
Feb 4, 2022 - C#
Improve this page
Add a description, image, and links to the chia topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chia topic, visit your repo's landing page and select "manage topics."

TL;DR; a prolonged harvester outage of say 8h during sleep will produce a notification every 5 minutes per harvester. This gets annoying to wake up to, and also may consume limited resources / credits of the notification service. Instead an exponential backoff should be used which can easily drop consumption by 90% while still providing much the same level of urgency to an operator.
Steps to pr