1
+ {
2
+ "name" : " DATUM" ,
3
+ "short_name" : " datum" ,
4
+ "author" : {
5
+ "name" : " OCEAN" ,
6
+ "link" : " https://ocean.xyz"
7
+ },
8
+ "website" : {
9
+ "name" : " GitHub" ,
10
+ "link" : " https://github.com/OCEAN-xyz/datum_gateway"
11
+ },
12
+ "category" : " bitcoin_app" ,
13
+ "short_description" : " Self-sovereign Bitcoin mining" ,
14
+ "description" : [
15
+ " DATUM (Decentralized Alternative Templates for Universal Mining) is a brand new bitcoin mining protocol that allows you to create your own block templates using your own Bitcoin node."
16
+ ],
17
+ "latest_version" : " v0.2.2" ,
18
+ "supported_archs" : [" aarch64" ," x86_64" ],
19
+ "download_skip" : true ,
20
+ "download_type" : " source" ,
21
+ "download_source_url" : " https://github.com/OCEAN-xyz/datum_gateway/archive/refs/tags/v0.2.2beta.tar.gz" ,
22
+ "download_binary_url" : {
23
+ "aarch64" : " https://github.com/Retropex/datum_gateway/releases/download/v0.2.2beta/datum-0.2.2-linux-aarch64.tar.gz" ,
24
+ "x86_64" : " https://github.com/Retropex/datum_gateway/releases/download/v0.2.2beta/datum-0.2.2-linux-x86_64.tar.gz"
25
+ },
26
+ "install_env_vars" : {},
27
+ "supports_app_page" : true ,
28
+ "supports_testnet" : false ,
29
+ "http_port" : 21000 ,
30
+ "https_port" : 21001 ,
31
+ "requires_bitcoin" : true ,
32
+ "requires_docker_image_installation" : false ,
33
+ "requires_electrs" : false ,
34
+ "requires_lightning" : false ,
35
+ "show_on_application_page" : true ,
36
+ "show_on_homepage" : true ,
37
+ "show_on_status_page" : true ,
38
+ "hide_status_icon" : false ,
39
+ "app_tile_name" : " Datum" ,
40
+ "app_tile_running_status_text" : " Running" ,
41
+ "app_tile_button_text" : " Info" ,
42
+ "app_tile_button_href" : " /app/datum/info" ,
43
+ "app_page_show_open_button" : true ,
44
+ "app_page_content" : [
45
+ {
46
+ "heading" : " Instructions" ,
47
+ "content" : [
48
+ " Add general usage instructions here. You can open the app with the Open button on the left (if web based)." ,
49
+ " For more custom content, update the template and python files under the 'www' folder." ,
50
+ " Paragraph 3" ,
51
+ " Paragraph 4" ,
52
+ " Enjoy!"
53
+ ]
54
+ }
55
+ ],
56
+ "can_uninstall" : true ,
57
+ "can_reinstall" : false ,
58
+ "can_enable_disable" : true ,
59
+ "is_beta" : false ,
60
+ "is_premium" : false ,
61
+ "homepage_section" : " apps" ,
62
+ "homepage_order" : 91 ,
63
+ "app_type" : " custom" ,
64
+ "sdk_version" : 2
65
+ }
0 commit comments