CLI tool to measure and record time taken for pow for a range of difficulty factors
This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-08-04 11:27:20 +05:30
.sqlx feat: docker img 2023-08-03 16:05:48 +05:30
migrations feat: copy from sled to postgres and compute mean, variance, min and max 2023-08-03 14:53:48 +05:30
src feat: abstract db ops 2023-08-04 11:27:20 +05:30
.dockerignore feat: docker img 2023-08-03 16:05:48 +05:30
.env.example feat: copy from sled to postgres and compute mean, variance, min and max 2023-08-03 14:53:48 +05:30
.gitignore feat: docker img 2023-08-03 16:05:48 +05:30
Cargo.lock feat: copy from sled to postgres and compute mean, variance, min and max 2023-08-03 14:53:48 +05:30
Cargo.toml feat: copy from sled to postgres and compute mean, variance, min and max 2023-08-03 14:53:48 +05:30
docker-compose.yml feat: docker-compsoe file 2023-08-03 17:11:09 +05:30
Dockerfile feat: docker img 2023-08-03 16:05:48 +05:30
LICENSE.md feat: add license header 2023-07-09 20:50:35 +05:30
plot.py feat: read from db and plot difficulty factor vs time 2023-08-03 14:54:53 +05:30
requirements.txt feat: read from db and plot difficulty factor vs time 2023-08-03 14:54:53 +05:30
sliqte.sh feat: sqlite 2023-08-03 04:48:35 +05:30