360 Commits

Author SHA1 Message Date
Benjamin Wilson
3a1f3bba10 Ensure mintime is considered for jobs 2024-09-27 13:00:52 -04:00
Benjamin Wilson
8fdf1e839e save block 2024-09-16 19:48:46 -04:00
Benjamin Wilson
76d92d84b4 debug 2024-09-16 19:43:24 -04:00
Benjamin Wilson
4928f34daf debug 2024-09-16 19:39:56 -04:00
Benjamin Wilson
88e7f5f3fb Saving block error 2024-09-16 19:35:13 -04:00
Benjamin Wilson
d97843af3d getBlockTemplate 2024-09-16 19:31:40 -04:00
Benjamin Wilson
c1ab6a152e loadBlockTemplate 2024-09-16 19:28:00 -04:00
Benjamin Wilson
717a5c7878 getBlockTemplate fix 2024-09-16 19:24:34 -04:00
Benjamin Wilson
6038af8448 fix getBlockTemplate 2024-09-16 19:16:38 -04:00
Benjamin Wilson
d6863fad28 timing adjustments 2024-09-16 18:32:43 -04:00
Benjamin Wilson
b9b5fe2cf5 cluster 2024-09-09 20:27:17 -04:00
Benjamin Wilson
9db0afd9df removed NODE_APP_INSTANCE 0 dependency 2024-09-09 20:18:37 -04:00
Benjamin Wilson
fb8715c23d multi port 2024-09-07 23:56:09 -04:00
Benjamin Wilson
ff6d446c12 validation handling 2024-08-22 15:18:40 -04:00
Benjamin Wilson
02d718934d initialize hashrate to 0 2024-07-17 17:24:04 -04:00
Benjamin Wilson
d40742ef71 bug 2024-07-15 09:16:55 -04:00
Benjamin Wilson
38ecbdc7ec logging 2024-07-14 11:55:49 -04:00
Benjamin Wilson
8905409880 null jobTemplate 2024-07-10 22:40:02 -04:00
Benjamin Wilson
2bfbc2d79a logging 2024-07-10 21:51:46 -04:00
Benjamin Wilson
2ee82a269c loadBlockTemplate 2024-07-05 20:22:06 -04:00
Benjamin Wilson
fe4d58a60d StratumBaseMessage validation 2024-07-05 20:21:47 -04:00
Benjamin Wilson
b858a594b8 open stratum base message to accept number or string 2024-07-05 08:19:54 -04:00
Benjamin Wilson
3e4cb4ff5d always clear jobs on diff change 2024-07-05 08:13:55 -04:00
Benjamin Wilson
14f95a7fa4 tweaks 2024-07-04 21:03:51 -04:00
Ben Wilson
522ef126d9 updated at, hashrate calculation 2024-07-04 20:42:37 -04:00
Benjamin Wilson
0c34f23284 ensure block template is fresh 2024-07-04 20:06:48 -04:00
Benjamin Wilson
e52d14b0a9 handle partial socket data 2024-07-04 17:19:58 -04:00
Benjamin Wilson
3727773a2e getBlockTemplate improvements 2024-07-04 16:46:57 -04:00
Benjamin Wilson
ad3035b908 ensure getblocktemplate always returns a value 2024-07-04 16:46:44 -04:00
Benjamin Wilson
3e279ee662 remove dead code 2024-07-04 16:43:02 -04:00
Ben Wilson
deeb40967e decrease submission rate 2024-04-30 16:45:08 -04:00
Ben Wilson
f1221651f6 diff fix 2024-03-29 12:17:30 -04:00
Ben Wilson
32a604e745 allow client to suggest diff in password field "d=1234" 2024-03-27 17:02:11 -04:00
Georges
6442bb45e0 stratum: set_difficulty should always be a notification (#32) 2024-02-23 12:54:16 -05:00
Ben Wilson
f2930681d3 optional password 2024-02-23 12:54:16 -05:00
Ben Wilson
3d3d1a55a8 share stats 2024-02-18 14:38:45 -05:00
Ben Wilson
01adb0a997 ClientStatistics updatedAt 2024-02-18 12:21:52 -05:00
Ben Wilson
5ead6c605b remove server start delay 2024-02-18 10:52:28 -05:00
Ben Wilson
4fd8d9ceb6 change coinbase tag 2024-02-17 20:31:23 -05:00
Ben Wilson
9d4c3ad35e lastSave 2024-02-17 20:12:37 -05:00
Ben Wilson
aab69b65fc clientid 2024-02-17 19:01:24 -05:00
Ben Wilson
9895e80a01 share updates 2024-02-17 18:40:34 -05:00
Ben Wilson
9617ec5685 statistics saving 2024-02-17 18:25:14 -05:00
Ben Wilson
aefb180fb4 fix pool info 2024-02-17 16:27:37 -05:00
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