Compare commits
3
Commits
5799391321
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5866ca879b
|
||
|
|
fdc8956ff7
|
||
|
|
79acf17736 |
@@ -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
@@ -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
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user