mirror of
https://github.com/Retropex/Bitcoin-store.git
synced 2025-05-12 19:00:42 +02:00
add datum package
This commit is contained in:
parent
1e8e22f1cf
commit
26a2923416
11
btc-datum/docker-compose.yml
Normal file
11
btc-datum/docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
version: "3.7"
|
||||||
|
|
||||||
|
services:
|
||||||
|
datum:
|
||||||
|
image: ghcr.io/retropex/datum:v1.3
|
||||||
|
volumes:
|
||||||
|
- type: bind
|
||||||
|
source: ${APP_DATA_DIR}/settings/datum_gateway_config.json
|
||||||
|
target: /app/datum_gateway_config.json
|
||||||
|
ports:
|
||||||
|
- 21000:21000
|
BIN
btc-datum/icon/datum-logo.png
Normal file
BIN
btc-datum/icon/datum-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 168 KiB |
9
btc-datum/icon/datum_logo.svg
Normal file
9
btc-datum/icon/datum_logo.svg
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<svg width="28" height="33" viewBox="0 0 28 33" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<path d="M23.3296 4.17745C26.1789 6.96436 27.6035 10.9295 27.6035 16.0785C27.6035 21.2276 26.2113 25.1433 23.4209 27.9127C20.6335 30.6822 16.651 32.0669 11.4705 32.0669H0V0H11.1968C16.4361 0 20.4804 1.39345 23.3296 4.17745Z" fill="#1137F5"/>
|
||||||
|
<mask id="mask0_3347_7483" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="0" y="0" width="28" height="33">
|
||||||
|
<path d="M23.3296 4.17745C26.1789 6.96436 27.6035 10.9295 27.6035 16.0785C27.6035 21.2276 26.2113 25.1433 23.4209 27.9127C20.6335 30.6822 16.651 32.0669 11.4705 32.0669H0V0H11.1968C16.4361 0 20.4804 1.39345 23.3296 4.17745Z" fill="white"/>
|
||||||
|
</mask>
|
||||||
|
<g mask="url(#mask0_3347_7483)">
|
||||||
|
<path d="M37.9554 16.9571L15.9386 15.9214L37.7553 12.8232L37.6729 12.2472L15.8561 15.3454L36.6839 8.22105L36.4925 7.67123L15.6648 14.7956L34.75 3.90396L34.4557 3.40069L15.3675 14.2923L32.0274 0.0261431L31.6418 -0.41313L14.9849 13.8501L28.6071 -3.26986L28.145 -3.63058L14.5198 13.4952L24.6187 -5.86767L24.0978 -6.13531L13.9988 13.2247L20.2065 -7.67422L19.6414 -7.84004L13.4308 13.0647L15.5265 -8.62258L14.9407 -8.67786L12.845 13.0065L10.7522 -8.67786L10.1665 -8.62258L12.2593 13.0618L6.05158 -7.84004L5.48644 -7.67422L11.6941 13.2276L1.59522 -6.13531L1.07129 -5.86767L11.1731 13.4923L-2.45199 -3.63058L-2.91411 -3.26986L10.7081 13.8531L-5.94879 -0.41313L-6.33438 0.0261431L10.3225 14.2923L-8.76271 3.40069L-9.05705 3.90396L10.0282 14.7956L-10.7996 7.67123L-10.9909 8.22105L9.83683 15.3454L-11.9799 12.2472L-12.0623 12.8232L9.75442 15.9214L-12.2625 16.96L-12.233 17.5389L9.7809 16.5032L-11.6384 21.6378L-11.5001 22.2051L9.92219 17.0676L-10.1285 26.1178L-9.88416 26.6472L10.1636 17.5971L-7.78844 30.2341L-7.447 30.7083L10.505 18.0712L-4.70372 33.8385L-4.27692 34.24L10.9318 18.4727L-0.983223 36.8L-0.488727 37.1141L11.4263 18.7869L3.23471 39.0109L3.78219 39.2261L11.9738 19.0051L7.80292 40.3927L8.37983 40.5032L12.5507 19.1127V40.8989H13.1394V19.1127L17.3131 40.5032L17.8901 40.3927L13.7192 19.0051L21.9108 39.2261L22.4583 39.0109L14.2667 18.7898L26.1817 37.1141L26.6762 36.8L14.7582 18.4698L29.9699 34.24L30.3967 33.8385L15.188 18.0741L33.14 30.7083L33.4814 30.2341L15.5265 17.5971L35.5771 26.6472L35.8214 26.1178L15.7737 17.0676L37.1931 22.2051L37.3314 21.6378L15.9121 16.5032L37.926 17.5389L37.9554 16.9571Z" fill="white"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
BIN
btc-datum/icon/preview.png
Normal file
BIN
btc-datum/icon/preview.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 863 KiB |
15
btc-datum/settings/datum_gateway_config.json
Normal file
15
btc-datum/settings/datum_gateway_config.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"bitcoind":{
|
||||||
|
"rpcuser": "enter your bitcoin RPC user",
|
||||||
|
"rpcpassword": "enter your bitcoin RPC addres",
|
||||||
|
"rpcurl": "172.17.0.1:8332"
|
||||||
|
},
|
||||||
|
"api":{
|
||||||
|
"listen_port": 21000
|
||||||
|
},
|
||||||
|
"mining":{
|
||||||
|
"pool_address": "enter your bitcoin address",
|
||||||
|
"coinbase_tag_primary": "enter your block tag",
|
||||||
|
"coinbase_unique_id": 1
|
||||||
|
}
|
||||||
|
}
|
24
btc-datum/umbrel-app.yml
Normal file
24
btc-datum/umbrel-app.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
manifestVersion: 1.1
|
||||||
|
id: btc-datum
|
||||||
|
category: Bitcoin
|
||||||
|
name: Datum
|
||||||
|
version: "1"
|
||||||
|
tagline: Make your own mining template
|
||||||
|
icon: https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/datum/btc-datum/icon/datum_logo.svg
|
||||||
|
description: >-
|
||||||
|
Take control of your digital sovereignty by running your own
|
||||||
|
|
||||||
|
Powered by Bitcoin Knots: https://bitcoinknots.org/
|
||||||
|
developer: Ocean
|
||||||
|
website: https://ocean.xyz
|
||||||
|
dependencies: []
|
||||||
|
repo: https://github.com/ocean-xyz
|
||||||
|
support: https://ocean.xyz
|
||||||
|
port: 21000
|
||||||
|
gallery:
|
||||||
|
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/datum/btc-datum/icon/preview.png
|
||||||
|
path: ""
|
||||||
|
defaultPassword: ""
|
||||||
|
releaseNotes: >-
|
||||||
|
submitter: Léo Haf
|
||||||
|
submission: https://github.com/Retropex/Bitcoin-store/pull/1
|
Loading…
Reference in New Issue
Block a user