Compare commits

...
3 Commits
Author SHA1 Message Date
satoshi 5866ca879b Fix backup failing 2026-06-01 12:02:23 +03:00
satoshi fdc8956ff7 Test commit signing 2026-05-29 17:15:11 +03:00
none 79acf17736 Polish readme 2026-05-28 20:05:45 +03:00
3 changed files with 12 additions and 15 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
# Kamado Pool — StartOS Packaging # Kamado Pool — StartOS Packaging
StartOS 0.3.5.1 wrapper for [Kamado Pool](https://github.com/Relaxo143/KamadoPool), a modern solo Bitcoin mining pool built on a patched fork of CKPool-solo with a Go middleware API and Svelte real-time dashboard. StartOS 0.3.5.1 wrapper for Kamado Pool, a modern solo Bitcoin mining pool built on a patched fork of CKPool-solo with a Go middleware API and Svelte real-time dashboard.
## Prerequisites ## Prerequisites
@@ -53,7 +53,6 @@ make KAMADO_SRC=/path/to/KamadoPool
make BUILDER=my-builder make BUILDER=my-builder
``` ```
## License ## License
GPL-3.0 — matches upstream Kamado and CKPool. GPL-3.0 — matches upstream Kamado and CKPool.
+1 -1
View File
@@ -31,4 +31,4 @@ Once forwarding is in place, miners connect to `stratum+tcp://<forward-host>:333
## Upstream ## Upstream
CKPool-solo by Con Kolivas: <https://bitbucket.org/ckolivas/ckpool> CKPool-solo by Con Kolivas: <https://bitbucket.org/ckolivas/ckpool>
Kamado source: <https://github.com/Relaxo143/KamadoPool>
+10 -12
View File
@@ -6,10 +6,10 @@ release-notes: |
Bitcoin mining pool built on a patched fork of CKPool-solo with a Bitcoin mining pool built on a patched fork of CKPool-solo with a
Go middleware API and Svelte real-time dashboard. Go middleware API and Svelte real-time dashboard.
license: gpl-3.0 license: gpl-3.0
wrapper-repo: "https://github.com/Relaxo143/KamadoPool-StartOS" wrapper-repo: "https://something.com/satoshi/KamadoPool-StartOS-0351"
upstream-repo: "https://github.com/Relaxo143/KamadoPool" upstream-repo: "https://something.com/satoshi/KamadoPool"
support-site: "https://github.com/Relaxo143/KamadoPool/issues" support-site: "https://something.com/satoshi/KamadoPool-StartOS-0351/issues"
marketing-site: "https://github.com/Relaxo143/KamadoPool" marketing-site: "https://something.com/satoshi/KamadoPool"
donation-url: ~ donation-url: ~
build: ["make"] build: ["make"]
description: description:
@@ -130,12 +130,11 @@ backup:
- duplicity - duplicity
- create - create
- /mnt/backup - /mnt/backup
- /root/.kamado - /root/data
- /root/.ckpool
mounts: mounts:
BACKUP: /mnt/backup BACKUP: /mnt/backup
main: /root/.kamado main: /root/data/kamado
ckpool: /root/.ckpool ckpool: /root/data/ckpool
restore: restore:
type: docker type: docker
image: compat image: compat
@@ -145,12 +144,11 @@ backup:
- duplicity - duplicity
- restore - restore
- /mnt/backup - /mnt/backup
- /root/.kamado - /root/data
- /root/.ckpool
mounts: mounts:
BACKUP: /mnt/backup BACKUP: /mnt/backup
main: /root/.kamado main: /root/data/kamado
ckpool: /root/.ckpool ckpool: /root/data/ckpool
actions: actions:
stratum-smoke-test: stratum-smoke-test: