316 Commits

Author SHA1 Message Date
Ben Wilson
87508bfb69 user agent report 2024-02-16 23:49:47 -05:00
Ben Wilson
39e537a00c bug 2024-02-16 17:18:21 -05:00
Ben Wilson
9ecfc68155 bug 2024-02-16 17:17:19 -05:00
Ben Wilson
3e2de62259 db refactor 2024-02-16 17:12:36 -05:00
Ben Wilson
8e977c21a1 Merge remote-tracking branch 'origin/master' into postgresql 2024-02-14 08:38:05 -05:00
Arman The Parman
d486c778a3
Docker changes (#29)
* Update README.md

I needed to change 
-v .env:.env 
to
-v .env:/.env
to get it to work.
Docker (Linux) was not happy otherwise.

* Update Dockerfile

Added cmake to Dockerfile, so Pi4 (ARM chip) will work.

* Update README.md

Corrected volume mount
2024-02-13 14:41:06 -05:00
WantClue
1bf32d075a
adding pool endpoint (#23) 2024-02-08 10:31:52 -05:00
Ben Wilson
3fac0dfaa9 zmq await 2024-01-24 11:50:59 -05:00
Ben Wilson
dadb03ed1c re-add zmq with pre-built binaries and pinned version 2024-01-23 21:24:33 -05:00
Ben Wilson
a98ec3879e block template fix for NULL NODE_APP_INSTANCE 2024-01-23 18:40:50 -05:00
Ben Wilson
e29caad377 remove cache typeorm option 2024-01-22 17:38:08 -05:00
Ben Wilson
537e06ef50 turn back cache sizes to default for sqlite 2024-01-22 17:34:46 -05:00
Ben Wilson
5fd9f98807 index, dead code 2024-01-22 17:32:34 -05:00
Ben Wilson
6bc42defef separate home graph into it's own table 2024-01-16 19:37:29 -05:00
Ben Wilson
bbc14e2272 bug 2024-01-15 20:04:26 -05:00
Ben Wilson
300fd99067 bug fixes 2024-01-15 20:03:55 -05:00
Ben Wilson
1d6670051f reduce heartbeat updates 2024-01-15 19:47:04 -05:00
Ben Wilson
fc767fa770 reduce heartbeat updates 2024-01-14 14:10:47 -05:00
Ben
982194b4e9 ClientStatisticsEntity rowid 2023-12-24 17:57:03 -05:00
Ben
d97dafe185 separate background tasks 2023-12-24 17:54:40 -05:00
Ben Wilson
ab1e7bb8a0 batch save share statistics 2023-12-23 19:31:14 -05:00
Ben Wilson
76285ba728 stratum jobs array to dictionary 2023-12-23 19:30:19 -05:00
Ben
38fda85f63 back port some changes from postgres 2023-12-23 19:30:05 -05:00
Ben Wilson
40e32d6e1a stratum jobs array to dictionary 2023-12-15 00:56:22 -05:00
Ben Wilson
df6ec07c58 batch save share statistics 2023-12-15 00:25:01 -05:00
Ben Wilson
df245f396e parameterized typeorm 2023-12-14 23:54:45 -05:00
Ben Wilson
42fc863c7c column names 2023-12-14 23:47:51 -05:00
Ben Wilson
e46bb24155 raw query 2023-12-14 23:44:41 -05:00
Ben Wilson
cb4a173733 add back index with time 2023-12-14 22:45:12 -05:00
Ben Wilson
83c769849d removed hash from client stats table, connection pool size 2023-12-14 22:30:55 -05:00
Seth For Privacy
8f6eeaba73
Dockerfile improvements and automatic Github Actions builds (#14)
* Initial GA push

* Fix Actions

* Remove test runs

* Update Trivy scanner to latest syntax

* Remove unnecessary build stage

* Switch to slim base images

* Minor Dockerfile improvements

* Fix slim builds

* Fix slim builds round 2
2023-12-12 20:11:36 -05:00
Ben Wilson
ee5fea1df5 wrap save in a transaction 2023-12-10 17:23:08 -05:00
Ben Wilson
06acad6770 example 2023-12-08 00:12:25 -05:00
Ben Wilson
f7b22bb310 delete old stats sooner 2023-12-07 09:57:20 -05:00
Ben Wilson
6cf6a007d9 remove read UNCOMMITTED 2023-12-07 09:55:36 -05:00
Ben Wilson
5b71632f8a postgres doesn't support read UNCOMMITTED 2023-12-07 09:55:07 -05:00
Ben Wilson
c5ff8521ac Merge branch 'postgresql' of https://github.com/benjamin-wilson/public-pool into postgresql 2023-12-07 09:53:40 -05:00
Ben Wilson
53ee510a1e fix chart, caching 2023-12-07 09:53:16 -05:00
Ben Wilson
7be554a358 fix chart, caching 2023-12-07 09:40:32 -05:00
Ben Wilson
eb5d434157 few optimizations 2023-12-07 09:07:37 -05:00
Ben Wilson
893c7c2003 revert 2023-12-07 08:33:43 -05:00
Ben Wilson
4736eadf7b row names 2023-12-07 08:19:51 -05:00
Ben Wilson
1089e6210c deadlock? 2023-12-07 08:16:48 -05:00
Ben Wilson
017978d250 userAgent 2023-12-04 08:52:49 -05:00
Ben Wilson
5a17528b8f bug 2023-12-04 08:33:47 -05:00
Ben Wilson
0b147ea5db fix numbers returned from query as string 2023-12-04 08:26:47 -05:00
Ben Wilson
bffcf6c74c config 2023-12-04 01:07:45 -05:00
Ben Wilson
96a38f9d9b bug 2023-12-04 01:06:53 -05:00
Ben Wilson
39c4c033e2 postgres init 2023-12-04 00:34:33 -05:00
Thomas Shufps
f7303d73af
Feat/regtest network (#11)
Feat/regtest network
2023-12-03 20:45:21 -05:00