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