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
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
@@ -53,7 +53,6 @@ make KAMADO_SRC=/path/to/KamadoPool
make BUILDER=my-builder
```
## License
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
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
Go middleware API and Svelte real-time dashboard.
license: gpl-3.0
wrapper-repo: "https://github.com/Relaxo143/KamadoPool-StartOS"
upstream-repo: "https://github.com/Relaxo143/KamadoPool"
support-site: "https://github.com/Relaxo143/KamadoPool/issues"
marketing-site: "https://github.com/Relaxo143/KamadoPool"
wrapper-repo: "https://something.com/satoshi/KamadoPool-StartOS-0351"
upstream-repo: "https://something.com/satoshi/KamadoPool"
support-site: "https://something.com/satoshi/KamadoPool-StartOS-0351/issues"
marketing-site: "https://something.com/satoshi/KamadoPool"
donation-url: ~
build: ["make"]
description:
@@ -130,12 +130,11 @@ backup:
- duplicity
- create
- /mnt/backup
- /root/.kamado
- /root/.ckpool
- /root/data
mounts:
BACKUP: /mnt/backup
main: /root/.kamado
ckpool: /root/.ckpool
main: /root/data/kamado
ckpool: /root/data/ckpool
restore:
type: docker
image: compat
@@ -145,12 +144,11 @@ backup:
- duplicity
- restore
- /mnt/backup
- /root/.kamado
- /root/.ckpool
- /root/data
mounts:
BACKUP: /mnt/backup
main: /root/.kamado
ckpool: /root/.ckpool
main: /root/data/kamado
ckpool: /root/data/ckpool
actions:
stratum-smoke-test: