Compare commits

...

2 Commits

Author SHA1 Message Date
Seth For Privacy
11e3952381 Merge pull request #64 from hundehausen/patch-9
Bump to v3.10
2024-01-04 06:54:37 -05:00
hundehausen
720874c094 Bump to v3.10
Changes in v3.10

New features:

    Updated RandomX code to v1.2.1
    Added RISC-V build

Bugfixes:

    Fixed Peers could ban each other erroneously for "not broadcasting blocks"
    Fixed incorrect timing values when logging found shares
2024-01-04 11:01:07 +01:00

View File

@@ -1,4 +1,4 @@
ARG P2POOL_BRANCH=v3.9
ARG P2POOL_BRANCH=v3.10
# Select latest Ubuntu LTS for the build image base
FROM ubuntu:latest as build