mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
add testing resources directory
This commit is contained in:
1
resources/apps/bitcoind/0.21.1.1/hash.bin
Normal file
1
resources/apps/bitcoind/0.21.1.1/hash.bin
Normal file
@@ -0,0 +1 @@
|
||||
JAPEX7ZLZIBZUO6YLUQAAGYACA4E5IFBLJPZR3OVQNQOAPNYVHVIEVXRS5RZ65EDCAAQE65PIVOZ46Z6CR4KIX3MWL62YFU5IXBHD4I
|
||||
BIN
resources/apps/bitcoind/0.21.1.1/icon.png
Normal file
BIN
resources/apps/bitcoind/0.21.1.1/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
23
resources/apps/bitcoind/0.21.1.1/instructions.md
Normal file
23
resources/apps/bitcoind/0.21.1.1/instructions.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Bitcoin Core
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Config
|
||||
|
||||
Your node is highly configurable. Many settings are considered _advanced_ and should be used with caution. For the vast majority of users and use-cases, we recommend using the defaults. This is where you can change RPC credentials as well. Once configured, you may start your node!
|
||||
|
||||
### Syncing
|
||||
|
||||
Depending on your Internet bandwidth, your node should take approximately 5-7 days to sync from genesis to present.
|
||||
|
||||
### Using a Wallet
|
||||
|
||||
Enter your QuickConnect QR code **OR** your raw RPC credentials (both located in `Properties`) into any wallet that supports connecting to a remote node over Tor. For a full list of compatible wallets, see <a href="https://github.com/start9labs/bitcoind-wrapper/blob/master/docs/wallets.md" target="_blank">https://github.com/start9labs/bitcoind-wrapper/blob/master/docs/wallets.md</a>.
|
||||
|
||||
## Pruning
|
||||
|
||||
Pruning is a process by which your node discards old blocks and transactions after it verifies them. Pruned nodes and archival nodes are both "full nodes" in that they are fully validating - they validate every block and transaction. Archival nodes store the entire blockchain and are useful to people interested in doing general or historical analysis, or being a provider of blockchain data to others (eg. a blockexplorer).
|
||||
|
||||
The target of pruning on your Embassy is configurable and set by default to the minimum of 550MB (0.55 GB!), meaning the resulting blockchain will occupy a negligible amount of storage space. The maximum amount of blockchain data you can retain depends on the storage capacity your device. The config menu will not permit you to select a target that exceeds a certain percentage of your device's available capacity.
|
||||
|
||||
For most use cases, we recommend sticking with a very low pruning setting.
|
||||
22
resources/apps/bitcoind/0.21.1.1/license.md
Normal file
22
resources/apps/bitcoind/0.21.1.1/license.md
Normal file
@@ -0,0 +1,22 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2009-2020 The Bitcoin Core developers
|
||||
Copyright (c) 2009-2020 Bitcoin Developers
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
272
resources/apps/bitcoind/0.21.1.1/manifest.json
Normal file
272
resources/apps/bitcoind/0.21.1.1/manifest.json
Normal file
@@ -0,0 +1,272 @@
|
||||
{
|
||||
"id": "bitcoind",
|
||||
"title": "Bitcoin Core",
|
||||
"version": "0.21.1.1",
|
||||
"description": {
|
||||
"short": "A Bitcoin Full Node by Bitcoin Core",
|
||||
"long": "Bitcoin is an innovative payment network and a new kind of money. Bitcoin uses peer-to-peer technology to operate with no central authority or banks; managing transactions and the issuing of bitcoins is carried out collectively by the network. Bitcoin is open-source; its design is public, nobody owns or controls Bitcoin and everyone can take part. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment system."
|
||||
},
|
||||
"assets": {
|
||||
"license": "LICENSE",
|
||||
"instructions": "instructions.md",
|
||||
"icon": "icon.png",
|
||||
"docker-images": "image.tar",
|
||||
"assets": null
|
||||
},
|
||||
"build": [
|
||||
"make"
|
||||
],
|
||||
"release-notes": "Upgrade to EmbassyOS v0.3.0",
|
||||
"license": "mit",
|
||||
"wrapper-repo": "https://github.com/Start9Labs/bitcoind-wrapper",
|
||||
"upstream-repo": "https://github.com/bitcoin/bitcoin",
|
||||
"support-site": "https://github.com/bitcoin/bitcoin/issues",
|
||||
"marketing-site": "https://bitcoincore.org/",
|
||||
"donation-url": null,
|
||||
"alerts": {
|
||||
"install": null,
|
||||
"uninstall": "Uninstalling Bitcoin Core will result in permanent loss of data. Without a backup, any funds stored on your node's default hot wallet will be lost forever. If you are unsure, we recommend making a backup, just to be safe.",
|
||||
"restore": "Restoring Bitcoin Core will overwrite its current data. You will lose any transactions recorded in watch-only wallets, and any funds you have received to the hot wallet, since the last backup.",
|
||||
"start": null,
|
||||
"stop": null
|
||||
},
|
||||
"main": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "docker_entrypoint.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"health-checks": {
|
||||
"rpc": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "bitcoin-cli",
|
||||
"args": [
|
||||
"-rpcconnect=bitcoind.embassy",
|
||||
"-getinfo"
|
||||
],
|
||||
"mounts": {},
|
||||
"io-format": "yaml",
|
||||
"inject": true,
|
||||
"shm-size-mb": null,
|
||||
"critical": false
|
||||
},
|
||||
"synced": {
|
||||
"type": "docker",
|
||||
"image": "utils",
|
||||
"system": true,
|
||||
"entrypoint": "/mnt/assets/check-synced.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"main": "/root/.bitcoin",
|
||||
"utils": "/mnt/assets"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null,
|
||||
"critical": false
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"get": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"get",
|
||||
"/root/.bitcoin",
|
||||
"/mnt/assets/config_spec.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"set": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"bitcoind",
|
||||
"/root/.bitcoin",
|
||||
"/mnt/assets/config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"properties",
|
||||
"/root/.bitcoin"
|
||||
],
|
||||
"mounts": {
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"volumes": {
|
||||
"compat": {
|
||||
"type": "assets"
|
||||
},
|
||||
"main": {
|
||||
"type": "data"
|
||||
},
|
||||
"utils": {
|
||||
"type": "assets"
|
||||
}
|
||||
},
|
||||
"min-os-version": "0.3.0",
|
||||
"interfaces": {
|
||||
"peer": {
|
||||
"name": "Peer Interface",
|
||||
"description": "Listens for incoming connections from peers on the bitcoin network",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"8333": "8333"
|
||||
}
|
||||
},
|
||||
"lan-config": null,
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"bitcoin"
|
||||
]
|
||||
},
|
||||
"rpc": {
|
||||
"name": "RPC Interface",
|
||||
"description": "Listens for JSON-RPC commands",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"8332": "8332"
|
||||
}
|
||||
},
|
||||
"lan-config": {
|
||||
"8332": {
|
||||
"ssl": false,
|
||||
"mapping": 8332
|
||||
}
|
||||
},
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"http",
|
||||
"json-rpc"
|
||||
]
|
||||
},
|
||||
"zmq": {
|
||||
"name": "ZeroMQ Interface",
|
||||
"description": "Listens for subscriptions to the ZeroMQ raw block and raw transaction event streams",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"28332": "28332",
|
||||
"28333": "28333"
|
||||
}
|
||||
},
|
||||
"lan-config": null,
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"zmq"
|
||||
]
|
||||
}
|
||||
},
|
||||
"backup": {
|
||||
"create": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"create",
|
||||
"/mnt/backup",
|
||||
"/root/.bitcoin"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": null,
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"restore": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"restore",
|
||||
"/mnt/backup",
|
||||
"/root/.bitcoin"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": null,
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"migrations": {
|
||||
"from": {},
|
||||
"to": {}
|
||||
},
|
||||
"actions": {
|
||||
"reindex": {
|
||||
"name": "Reindex Blockchain",
|
||||
"description": "Rebuilds the block and chainstate databases starting from genesis. If blocks already exist on disk, these are used rather than being redownloaded. However, since embassy bitcoin nodes are pruned by default, this usually means downloading the entire blockchain over again.",
|
||||
"warning": "Blocks not stored on disk will be redownloaded in order to rebuild the database. If your node is pruned (embasssy nodes are pruned by default), this action is equivalent to syncing the node from scratch, so this process could take a couple of weeks.",
|
||||
"implementation": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "reindex.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "json",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"allowed-statuses": [
|
||||
"running",
|
||||
"stopped"
|
||||
],
|
||||
"input-spec": {}
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
1
resources/apps/bitcoind/0.21.1.2/hash.bin
Normal file
1
resources/apps/bitcoind/0.21.1.2/hash.bin
Normal file
@@ -0,0 +1 @@
|
||||
JAPEX7ZLZIBZUO6YLUQAAGYACA4E5IFBLJPZR3OVQNQOAPNYVHVIEVXRS5RZ65EDCAAQE65PIVOZ46Z6CR4KIX3MWL62YFU5IXBHD4I
|
||||
BIN
resources/apps/bitcoind/0.21.1.2/icon.png
Normal file
BIN
resources/apps/bitcoind/0.21.1.2/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
23
resources/apps/bitcoind/0.21.1.2/instructions.md
Normal file
23
resources/apps/bitcoind/0.21.1.2/instructions.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Bitcoin Core
|
||||
|
||||
## Getting Started
|
||||
|
||||
### Config
|
||||
|
||||
Your node is highly configurable. Many settings are considered _advanced_ and should be used with caution. For the vast majority of users and use-cases, we recommend using the defaults. This is where you can change RPC credentials as well. Once configured, you may start your node!
|
||||
|
||||
### Syncing
|
||||
|
||||
Depending on your Internet bandwidth, your node should take approximately 5-7 days to sync from genesis to present.
|
||||
|
||||
### Using a Wallet
|
||||
|
||||
Enter your QuickConnect QR code **OR** your raw RPC credentials (both located in `Properties`) into any wallet that supports connecting to a remote node over Tor. For a full list of compatible wallets, see <a href="https://github.com/start9labs/bitcoind-wrapper/blob/master/docs/wallets.md" target="_blank">https://github.com/start9labs/bitcoind-wrapper/blob/master/docs/wallets.md</a>.
|
||||
|
||||
## Pruning
|
||||
|
||||
Pruning is a process by which your node discards old blocks and transactions after it verifies them. Pruned nodes and archival nodes are both "full nodes" in that they are fully validating - they validate every block and transaction. Archival nodes store the entire blockchain and are useful to people interested in doing general or historical analysis, or being a provider of blockchain data to others (eg. a blockexplorer).
|
||||
|
||||
The target of pruning on your Embassy is configurable and set by default to the minimum of 550MB (0.55 GB!), meaning the resulting blockchain will occupy a negligible amount of storage space. The maximum amount of blockchain data you can retain depends on the storage capacity your device. The config menu will not permit you to select a target that exceeds a certain percentage of your device's available capacity.
|
||||
|
||||
For most use cases, we recommend sticking with a very low pruning setting.
|
||||
22
resources/apps/bitcoind/0.21.1.2/license.md
Normal file
22
resources/apps/bitcoind/0.21.1.2/license.md
Normal file
@@ -0,0 +1,22 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2009-2020 The Bitcoin Core developers
|
||||
Copyright (c) 2009-2020 Bitcoin Developers
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
272
resources/apps/bitcoind/0.21.1.2/manifest.json
Normal file
272
resources/apps/bitcoind/0.21.1.2/manifest.json
Normal file
@@ -0,0 +1,272 @@
|
||||
{
|
||||
"id": "bitcoind",
|
||||
"title": "Bitcoin Core",
|
||||
"version": "0.21.1.2",
|
||||
"description": {
|
||||
"short": "A Bitcoin Full Node by Bitcoin Core",
|
||||
"long": "Bitcoin is an innovative payment network and a new kind of money. Bitcoin uses peer-to-peer technology to operate with no central authority or banks; managing transactions and the issuing of bitcoins is carried out collectively by the network. Bitcoin is open-source; its design is public, nobody owns or controls Bitcoin and everyone can take part. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment system."
|
||||
},
|
||||
"assets": {
|
||||
"license": "LICENSE",
|
||||
"instructions": "instructions.md",
|
||||
"icon": "icon.png",
|
||||
"docker-images": "image.tar",
|
||||
"assets": null
|
||||
},
|
||||
"build": [
|
||||
"make"
|
||||
],
|
||||
"release-notes": "Upgrade to EmbassyOS v0.3.0",
|
||||
"license": "mit",
|
||||
"wrapper-repo": "https://github.com/Start9Labs/bitcoind-wrapper",
|
||||
"upstream-repo": "https://github.com/bitcoin/bitcoin",
|
||||
"support-site": "https://github.com/bitcoin/bitcoin/issues",
|
||||
"marketing-site": "https://bitcoincore.org/",
|
||||
"donation-url": null,
|
||||
"alerts": {
|
||||
"install": null,
|
||||
"uninstall": "Uninstalling Bitcoin Core will result in permanent loss of data. Without a backup, any funds stored on your node's default hot wallet will be lost forever. If you are unsure, we recommend making a backup, just to be safe.",
|
||||
"restore": "Restoring Bitcoin Core will overwrite its current data. You will lose any transactions recorded in watch-only wallets, and any funds you have received to the hot wallet, since the last backup.",
|
||||
"start": null,
|
||||
"stop": null
|
||||
},
|
||||
"main": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "docker_entrypoint.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"health-checks": {
|
||||
"rpc": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "bitcoin-cli",
|
||||
"args": [
|
||||
"-rpcconnect=bitcoind.embassy",
|
||||
"-getinfo"
|
||||
],
|
||||
"mounts": {},
|
||||
"io-format": "yaml",
|
||||
"inject": true,
|
||||
"shm-size-mb": null,
|
||||
"critical": false
|
||||
},
|
||||
"synced": {
|
||||
"type": "docker",
|
||||
"image": "utils",
|
||||
"system": true,
|
||||
"entrypoint": "/mnt/assets/check-synced.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"main": "/root/.bitcoin",
|
||||
"utils": "/mnt/assets"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null,
|
||||
"critical": false
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"get": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"get",
|
||||
"/root/.bitcoin",
|
||||
"/mnt/assets/config_spec.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"set": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"bitcoind",
|
||||
"/root/.bitcoin",
|
||||
"/mnt/assets/config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"properties",
|
||||
"/root/.bitcoin"
|
||||
],
|
||||
"mounts": {
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"volumes": {
|
||||
"compat": {
|
||||
"type": "assets"
|
||||
},
|
||||
"main": {
|
||||
"type": "data"
|
||||
},
|
||||
"utils": {
|
||||
"type": "assets"
|
||||
}
|
||||
},
|
||||
"min-os-version": "0.3.0",
|
||||
"interfaces": {
|
||||
"peer": {
|
||||
"name": "Peer Interface",
|
||||
"description": "Listens for incoming connections from peers on the bitcoin network",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"8333": "8333"
|
||||
}
|
||||
},
|
||||
"lan-config": null,
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"bitcoin"
|
||||
]
|
||||
},
|
||||
"rpc": {
|
||||
"name": "RPC Interface",
|
||||
"description": "Listens for JSON-RPC commands",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"8332": "8332"
|
||||
}
|
||||
},
|
||||
"lan-config": {
|
||||
"8332": {
|
||||
"ssl": false,
|
||||
"mapping": 8332
|
||||
}
|
||||
},
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"http",
|
||||
"json-rpc"
|
||||
]
|
||||
},
|
||||
"zmq": {
|
||||
"name": "ZeroMQ Interface",
|
||||
"description": "Listens for subscriptions to the ZeroMQ raw block and raw transaction event streams",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"28332": "28332",
|
||||
"28333": "28333"
|
||||
}
|
||||
},
|
||||
"lan-config": null,
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"zmq"
|
||||
]
|
||||
}
|
||||
},
|
||||
"backup": {
|
||||
"create": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"create",
|
||||
"/mnt/backup",
|
||||
"/root/.bitcoin"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": null,
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"restore": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"restore",
|
||||
"/mnt/backup",
|
||||
"/root/.bitcoin"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": null,
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"migrations": {
|
||||
"from": {},
|
||||
"to": {}
|
||||
},
|
||||
"actions": {
|
||||
"reindex": {
|
||||
"name": "Reindex Blockchain",
|
||||
"description": "Rebuilds the block and chainstate databases starting from genesis. If blocks already exist on disk, these are used rather than being redownloaded. However, since embassy bitcoin nodes are pruned by default, this usually means downloading the entire blockchain over again.",
|
||||
"warning": "Blocks not stored on disk will be redownloaded in order to rebuild the database. If your node is pruned (embasssy nodes are pruned by default), this action is equivalent to syncing the node from scratch, so this process could take a couple of weeks.",
|
||||
"implementation": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "reindex.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"main": "/root/.bitcoin"
|
||||
},
|
||||
"io-format": "json",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"allowed-statuses": [
|
||||
"running",
|
||||
"stopped"
|
||||
],
|
||||
"input-spec": {}
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
1
resources/apps/btc-rpc-proxy/0.3.2.1/hash.bin
Normal file
1
resources/apps/btc-rpc-proxy/0.3.2.1/hash.bin
Normal file
@@ -0,0 +1 @@
|
||||
U4QIPEBA7F3J54XJK5X6A37SOFUY3RSUWZAL7UEYMNFPDSGQXNAJUB4CRE5C2CNS5JP4BHJEGKXNGVEYW3DN6K5HBOEX7SCK6IR2GHY
|
||||
BIN
resources/apps/btc-rpc-proxy/0.3.2.1/icon.png
Normal file
BIN
resources/apps/btc-rpc-proxy/0.3.2.1/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 38 KiB |
17
resources/apps/btc-rpc-proxy/0.3.2.1/instructions.md
Normal file
17
resources/apps/btc-rpc-proxy/0.3.2.1/instructions.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Usage Instructions
|
||||
|
||||
## Dependencies
|
||||
|
||||
Bitcoin Proxy requires a Bitcoin node to function. By default, Bitcoin Proxy will connect to the Bitcoin Core node running on your Embassy.
|
||||
|
||||
## Config
|
||||
|
||||
You must create at least one user to your Bitcoin Proxy config. Each user you create will receive their own RPC username and password, which can be used for remote access. This is also where you can edit RPC credentials.
|
||||
|
||||
## Properties
|
||||
|
||||
This section includes a convenient list of copyable properties, such as the quick connect URLs and RPC username and passwords for each configured user.
|
||||
|
||||
## Using a Wallet
|
||||
|
||||
Enter your user's QuickConnect QR code **OR** your raw user credentials (both located in `properties`) into any wallet that supports connecting to a remote node over Tor. For a full list of compatible wallets, see <a href="https://github.com/Start9Labs/btc-rpc-proxy-wrapper/blob/master/docs/wallets.md" target="_blank">https://github.com/Start9Labs/btc-rpc-proxy-wrapper/blob/master/docs/wallets.md</a>.
|
||||
21
resources/apps/btc-rpc-proxy/0.3.2.1/license.md
Normal file
21
resources/apps/btc-rpc-proxy/0.3.2.1/license.md
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2019 Martin Habovštiak
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
260
resources/apps/btc-rpc-proxy/0.3.2.1/manifest.json
Normal file
260
resources/apps/btc-rpc-proxy/0.3.2.1/manifest.json
Normal file
@@ -0,0 +1,260 @@
|
||||
{
|
||||
"id": "btc-rpc-proxy",
|
||||
"title": "Bitcoin Proxy",
|
||||
"version": "0.3.2.1",
|
||||
"description": {
|
||||
"short": "Super charge your Bitcoin node",
|
||||
"long": "Bitcoin Proxy enables you to specify several users and, for each user, the list of RPC calls they are allowed to make against your Bitcoin node. It also acts as a super charger for your pruned node. If a user or application requires a block not retained by your node, Bitcoin Proxy will dynamically fetch the block over the P2P network, then verify its hash to ensure validity. Your pruned node will now act like a full archival node!\n"
|
||||
},
|
||||
"assets": {
|
||||
"license": "LICENSE",
|
||||
"instructions": "instructions.md",
|
||||
"icon": "icon.png",
|
||||
"docker-images": "image.tar",
|
||||
"assets": null
|
||||
},
|
||||
"build": [
|
||||
"make"
|
||||
],
|
||||
"release-notes": "Upgrade to EmbassyOS v0.3.0",
|
||||
"license": "mit",
|
||||
"wrapper-repo": "https://github.com/Start9Labs/btc-rpc-proxy-wrapper",
|
||||
"upstream-repo": "https://github.com/Kixunil/btc-rpc-proxy",
|
||||
"support-site": "https://github.com/Kixunil/btc-rpc-proxy/issues",
|
||||
"marketing-site": null,
|
||||
"donation-url": null,
|
||||
"alerts": {
|
||||
"install": "After installing, you will need to manually enable the new RPC requests if you intend to use them. We strongly recommend enabling ALL requests for your primary user.\n",
|
||||
"uninstall": null,
|
||||
"restore": null,
|
||||
"start": null,
|
||||
"stop": null
|
||||
},
|
||||
"main": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "docker_entrypoint.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"bitcoind": "/mnt/bitcoind",
|
||||
"main": "/root"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"health-checks": {
|
||||
"main": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "sh",
|
||||
"args": [
|
||||
"-c",
|
||||
"curl btc-rpc-proxy.embassy:8332 || exit 1"
|
||||
],
|
||||
"mounts": {},
|
||||
"io-format": "yaml",
|
||||
"inject": true,
|
||||
"shm-size-mb": null,
|
||||
"critical": true
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"get": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"get",
|
||||
"/root",
|
||||
"/mnt/assets/config_spec.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"set": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"btc-rpc-proxy",
|
||||
"/root",
|
||||
"/mnt/assets/config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"properties",
|
||||
"/root"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"volumes": {
|
||||
"bitcoind": {
|
||||
"type": "pointer",
|
||||
"package-id": "bitcoind",
|
||||
"volume-id": "main",
|
||||
"path": "/root/.bitcoin",
|
||||
"readonly": true
|
||||
},
|
||||
"compat": {
|
||||
"type": "assets"
|
||||
},
|
||||
"main": {
|
||||
"type": "data"
|
||||
}
|
||||
},
|
||||
"min-os-version": "0.3.0",
|
||||
"interfaces": {
|
||||
"main": {
|
||||
"name": "Network interface",
|
||||
"description": "Specifies the interface to listen on for HTTP connections.",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"8332": "8332"
|
||||
}
|
||||
},
|
||||
"lan-config": {
|
||||
"8332": {
|
||||
"ssl": true,
|
||||
"mapping": 443
|
||||
}
|
||||
},
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"http"
|
||||
]
|
||||
}
|
||||
},
|
||||
"backup": {
|
||||
"create": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"create",
|
||||
"/mnt/backup",
|
||||
"/root/data"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"main": "/root/data"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"restore": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"restore",
|
||||
"/mnt/backup",
|
||||
"/root/data"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"main": "/root/data"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"migrations": {
|
||||
"from": {},
|
||||
"to": {}
|
||||
},
|
||||
"actions": {},
|
||||
"dependencies": {
|
||||
"bitcoind": {
|
||||
"version": ">=0.21.1.2 <0.22.0",
|
||||
"requirement": {
|
||||
"type": "opt-out",
|
||||
"how": "Can alternatively configure an external bitcoin node."
|
||||
},
|
||||
"description": "Bitcoin Proxy sends RPC requests to a bitcoin node, like the Bitcoin Core service.",
|
||||
"critical": false,
|
||||
"config": {
|
||||
"check": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"dependency",
|
||||
"check",
|
||||
"btc-rpc-proxy",
|
||||
"bitcoind",
|
||||
"/root",
|
||||
"/mnt/assets/bitcoind_config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"auto-configure": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"dependency",
|
||||
"auto-configure",
|
||||
"btc-rpc-proxy",
|
||||
"bitcoind",
|
||||
"/root",
|
||||
"/mnt/assets/bitcoind_config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1
resources/apps/lnd/0.13.3.1/hash.bin
Normal file
1
resources/apps/lnd/0.13.3.1/hash.bin
Normal file
@@ -0,0 +1 @@
|
||||
PFLZO3TPFC57UTPBE3NKBLOTBRHSZH4DMNYQNX4FEQ54XCC6OB3R3UZEAS62ZLPNVRVNPRE2Z67O6NW4NHV2NEP5NPJ2FTDVHNJZFMY
|
||||
BIN
resources/apps/lnd/0.13.3.1/icon.png
Normal file
BIN
resources/apps/lnd/0.13.3.1/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
52
resources/apps/lnd/0.13.3.1/instructions.md
Normal file
52
resources/apps/lnd/0.13.3.1/instructions.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Lightning Network Daemon (LND)
|
||||
|
||||
## Dependencies
|
||||
|
||||
LND on the Embassy requires a full archival Bitcoin node to function. Since your Embassy Bitcoin node is pruned by default, an additional service, Bitcoin Proxy, is also required.
|
||||
|
||||
## LND Config
|
||||
|
||||
Your LND node is highly configurable. Many settings are considered _advanced_ and should be used with caution. For the vast majority of users and use-cases, we recommend using the defaults. Once configured, you may start your node!
|
||||
|
||||
## Bitcoin Proxy Config
|
||||
|
||||
On the LND page, scroll down to find the Bitcoin Proxy dependency. Click `Configure`. This will automatically configure Bitcoin Proxy to satisfy LND.
|
||||
|
||||
# Lightning Usage Guide
|
||||
|
||||
## Using a Wallet
|
||||
|
||||
Enter your LND-Connect QR code (located in `properties`) into any wallet that supports connecting to a remote LND node over Tor. For a list of compatible wallets, see <a href="https://github.com/start9labs/lnd-wrapper/blob/master/docs/wallets.md" target="_blank">https://github.com/start9labs/lnd-wrapper/blob/master/docs/wallets.md</a>.
|
||||
|
||||
## Getting On-Chain Funds
|
||||
|
||||
Before you can open and channel and start transacting on the Lightning network, you need some Bitcoin stored on your LND node. Be advised, Bitcoin funds that you transfer to your LND node are hot, meaning, the are stored directly on your Embassy. There is no way to use cold storage when using Lightning, which is why people call it reckless. For this reason, it is usually unwise to move large amounts of Bitcoin to your LND node. That said, you don't want to move a tiny amount either, since that would limit your purchasing power on the Lightning network. We recommend moving about 500,000-5,000,000 satoshis, or .005-.05 Bitcoin, which at current (May 7, 2021) prices is about $250-$2,500. This gives you a solid amount of purchasing power, but hopefully wouldn't ruin your life if something were to go terribly wrong. If you feel comfortable using more Bitcoin, then by all means, go for it.
|
||||
|
||||
## Depositing to LND
|
||||
|
||||
When using LND or any wallet that is connected to LND it is important to note that until "Synced to Chain" in the Properties page is reporting ✅, your deposits to your LND on-chain wallet may not appear.
|
||||
|
||||
## Opening a Channel and Getting Outbound Liquidity
|
||||
|
||||
Once your LND node is synced, it's time to open a channel. Opening a channel with a well-connected node is how you get connected to the rest of the network, and it immediately grants you outbound liquidity. Meaning, you will be able to send money to others. Unless you are planning to become a Lightning Service Provider, you do not want to open more than a couple of channels at most. Managing many channels is difficult, it can be quite expensive, and unless you plan to devote significant resources in the form of time and Bitcoin, there is no profit in it. If your goal is to use Lightning to benefit from instant and near-free transactions, you only need 2-3 good channels.
|
||||
|
||||
If you are looking for destinations for your first channel, we suggest you open a channel with the [Start9 HQ](025d28dc4c4f5ce4194c31c3109129cd741fafc1ff2f6ea53f97de2f58877b2295@64.225.19.231:9735) node, which is already very well connected.
|
||||
|
||||
It is not recommended to open a channel less than 100,000 satoshi, or .001 BTC, or $50 USD in today's prices. Anything less, and it's possible that the cost to open and close the channel might approach the size of the channel itself. The bigger the channel you open, the more outbound liquidity you will have, which means you have more spending power on the network. In this tutorial, we are going to open a channel of 2,000,000 satoshi. When opening a channel with Start9 HQ, we ask that you make it a private channel, meaning it will not display publicly on network graph. The reason for this is that unless you plan to be a very active Lightning Node Operator, having public channels decreases not only the reliability of your node but also hurts Start9's ability to route payments for you. If you do intend to be a serious node operator, we require that your channel be for a minimum of 5,000,000 sats. Please contact us in one of our community channels for further details.
|
||||
|
||||
## Getting Inbound Liquidity
|
||||
|
||||
If you want to receive payments, you will need some inbound liquidity.
|
||||
|
||||
The first, easiest, and best way to get inbound liquidity is to use your outbound liquidity to buy something. Any Bitcoin you spend using your outbound liquidity is Bitcoin you can now receive back. So if there is something you want to buy, like a Start9 Embassy or a t-shirt from the Start9 store, simply make the purchase, and you will then have inbound liquidity equal to the amount of Satoshis you spend.
|
||||
|
||||
Option 2 is to personally ask Start9 for an invoice for however much inbound liquity you want. Then you send Bitcoin to the invoice, and in turn we will transfer fiat currency to you equal to the amount of the Bitcoin you send us. In other words, Start9 will buy some Bitcoin from you at market rate, such that you then have inbound liquidity. In either case, you are spending or selling some Bitcoin.
|
||||
|
||||
The only way to get inbound liquidity without spending or selling Bitcoin is to convince someone to open a channel with you, just as you opened a channel with Start9 HQ. This may be a difficult task, since there is not much incentive for someone to open a channel with you unless you are also very well connected. Also, you will need to make sure that they too, are well connected with plenty of inbound liquidity, or else your inbound liquidity with them will not really matter. In other words, they might be the only person capable of paying you.
|
||||
|
||||
So options 1 or 2 are best. Use your Lightning node's outbound liquidity to either purchase something or sell some Bitcoin. Now, you can pay and get paid using Lightning in an amount equal to your outbound and inbound liquidity.
|
||||
|
||||
## Sending payments over Lightning
|
||||
|
||||
Once you have open channels and are ready to transact on the Lightning Network, it is important to note that until "Synced to Graph" in the Properties page is reporting ✅, you may experience problems finding routes to your destination.
|
||||
|
||||
19
resources/apps/lnd/0.13.3.1/license.md
Normal file
19
resources/apps/lnd/0.13.3.1/license.md
Normal file
@@ -0,0 +1,19 @@
|
||||
Copyright (C) 2015-2018 Lightning Labs and The Lightning Network Developers
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
348
resources/apps/lnd/0.13.3.1/manifest.json
Normal file
348
resources/apps/lnd/0.13.3.1/manifest.json
Normal file
@@ -0,0 +1,348 @@
|
||||
{
|
||||
"id": "lnd",
|
||||
"title": "Lightning Network Daemon",
|
||||
"version": "0.13.3.1",
|
||||
"description": {
|
||||
"short": "A complete implementation of a Lightning Network node by Lightning Labs",
|
||||
"long": "LND fully conforms to the Lightning Network specification (BOLTs). BOLT stands for: Basis of Lightning Technology. In the current state lnd is capable of: creating channels, closing channels, managing all channel states (including the exceptional ones!), maintaining a fully authenticated+validated channel graph, performing path finding within the network, passively forwarding incoming payments, sending outgoing onion-encrypted payments through the network, updating advertised fee schedules, and automatic channel management (autopilot).\n"
|
||||
},
|
||||
"assets": {
|
||||
"license": "LICENSE",
|
||||
"instructions": "instructions.md",
|
||||
"icon": "icon.png",
|
||||
"docker-images": "image.tar",
|
||||
"assets": null
|
||||
},
|
||||
"build": [
|
||||
"make"
|
||||
],
|
||||
"release-notes": "Upgrade to EmbassyOS v0.3.0",
|
||||
"license": "mit",
|
||||
"wrapper-repo": "https://github.com/Start9Labs/lnd-wrapper",
|
||||
"upstream-repo": "https://github.com/lightningnetwork/lnd",
|
||||
"support-site": "https://lightning.engineering/slack.html",
|
||||
"marketing-site": "https://lightning.engineering/",
|
||||
"donation-url": null,
|
||||
"alerts": {
|
||||
"install": "READ CAREFULLY! LND and the Lightning Network are considered beta software. Please use with caution and do not risk more money than you are willing to lose. We encourage frequent backups. If for any reason, you need to restore LND from a backup, your on-chain wallet will be restored, but all your channels will be closed and their funds returned to your on-chain wallet, minus fees. It may also take some time for this process to occur.\n",
|
||||
"uninstall": "READ CAREFULLY! Uninstalling LND will result in permanent loss of data, including its private keys for its on-chain wallet and all channel states. Please make a backup if you have any funds in your on-chain wallet or in any channels. Recovering from backup will restore your on-chain wallet, but due to the architecture of the Lightning Network, your channels cannot be recovered. All your channels will be closed and their funds returned to your on-chain wallet, minus fees. \n",
|
||||
"restore": "Restoring LND will overwrite its current data, including its on-chain wallet and channels. Any channels opened since the last backup will be forgotten and may linger indefinitely, and channels contained in the backup will be closed and their funds returned to your on-chain wallet, minus fees.\n",
|
||||
"start": null,
|
||||
"stop": null
|
||||
},
|
||||
"main": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "docker_entrypoint.sh",
|
||||
"args": [],
|
||||
"mounts": {
|
||||
"bitcoind": "/mnt/bitcoind",
|
||||
"btc-rpc-proxy": "/mnt/btc-rpc-proxy",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"health-checks": {
|
||||
"synced": {
|
||||
"type": "docker",
|
||||
"image": "main",
|
||||
"system": false,
|
||||
"entrypoint": "health-check",
|
||||
"args": [],
|
||||
"mounts": {},
|
||||
"io-format": "yaml",
|
||||
"inject": true,
|
||||
"shm-size-mb": null,
|
||||
"critical": false
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"get": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"get",
|
||||
"/root/.lnd",
|
||||
"/mnt/assets/config_spec.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"set": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"lnd",
|
||||
"/root/.lnd",
|
||||
"/mnt/assets/config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"properties": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"properties",
|
||||
"/root/.lnd"
|
||||
],
|
||||
"mounts": {
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"volumes": {
|
||||
"bitcoind": {
|
||||
"type": "pointer",
|
||||
"package-id": "bitcoind",
|
||||
"volume-id": "main",
|
||||
"path": "/root",
|
||||
"readonly": true
|
||||
},
|
||||
"btc-rpc-proxy": {
|
||||
"type": "pointer",
|
||||
"package-id": "btc-rpc-proxy",
|
||||
"volume-id": "main",
|
||||
"path": "/root",
|
||||
"readonly": false
|
||||
},
|
||||
"certificates": {
|
||||
"type": "certificate",
|
||||
"interface-id": "control"
|
||||
},
|
||||
"compat": {
|
||||
"type": "assets"
|
||||
},
|
||||
"main": {
|
||||
"type": "data"
|
||||
}
|
||||
},
|
||||
"min-os-version": "0.3.0",
|
||||
"interfaces": {
|
||||
"control": {
|
||||
"name": "Control Interface",
|
||||
"description": "Specifies the interfaces to listen on for RPC and REST connections.",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"8080": "8080",
|
||||
"10009": "10009"
|
||||
}
|
||||
},
|
||||
"lan-config": null,
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"http",
|
||||
"grpc"
|
||||
]
|
||||
},
|
||||
"peer": {
|
||||
"name": "Peer Interface",
|
||||
"description": "Specifies the interfaces to listen on for p2p connections.",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"9735": "9735"
|
||||
}
|
||||
},
|
||||
"lan-config": null,
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"http"
|
||||
]
|
||||
},
|
||||
"watchtower": {
|
||||
"name": "Watchtower Interface",
|
||||
"description": "Specifies the interfaces to listen on for watchtower client connections.",
|
||||
"tor-config": {
|
||||
"port-mapping": {
|
||||
"9911": "9911"
|
||||
}
|
||||
},
|
||||
"lan-config": null,
|
||||
"ui": false,
|
||||
"protocols": [
|
||||
"tcp",
|
||||
"grpc"
|
||||
]
|
||||
}
|
||||
},
|
||||
"backup": {
|
||||
"create": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"create",
|
||||
"/mnt/backup",
|
||||
"/root/.lnd"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"restore": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "/mnt/assets/backup-restore.sh",
|
||||
"args": [
|
||||
"duplicity",
|
||||
"restore",
|
||||
"/mnt/backup",
|
||||
"/root/.lnd"
|
||||
],
|
||||
"mounts": {
|
||||
"BACKUP": "/mnt/backup",
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
},
|
||||
"migrations": {
|
||||
"from": {},
|
||||
"to": {}
|
||||
},
|
||||
"actions": {},
|
||||
"dependencies": {
|
||||
"bitcoind": {
|
||||
"version": ">=0.21.1.2 <0.22.0",
|
||||
"requirement": {
|
||||
"type": "opt-out",
|
||||
"how": "Can alternatively configure an external bitcoin node."
|
||||
},
|
||||
"description": "Used to subscribe to new block events.",
|
||||
"critical": true,
|
||||
"config": {
|
||||
"check": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"dependency",
|
||||
"check",
|
||||
"lnd",
|
||||
"bitcoind",
|
||||
"/root/.lnd",
|
||||
"/mnt/assets/bitcoind_config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": null,
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"auto-configure": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"dependency",
|
||||
"auto-configure",
|
||||
"lnd",
|
||||
"bitcoind",
|
||||
"/root/.lnd",
|
||||
"/mnt/assets/bitcoind_config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets"
|
||||
},
|
||||
"io-format": null,
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"btc-rpc-proxy": {
|
||||
"version": ">=0.3.2.1 <0.4.0",
|
||||
"requirement": {
|
||||
"type": "opt-out",
|
||||
"how": "Can alternatively use the internal full archival bitcoind node or configure an external bitcoin node."
|
||||
},
|
||||
"description": "Used to fetch validated blocks.",
|
||||
"critical": false,
|
||||
"config": {
|
||||
"check": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"dependency",
|
||||
"check",
|
||||
"lnd",
|
||||
"btc-rpc-proxy",
|
||||
"/root/.lnd",
|
||||
"/mnt/assets/btc-rpc-proxy_config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
},
|
||||
"auto-configure": {
|
||||
"type": "docker",
|
||||
"image": "compat",
|
||||
"system": true,
|
||||
"entrypoint": "compat",
|
||||
"args": [
|
||||
"dependency",
|
||||
"auto-configure",
|
||||
"lnd",
|
||||
"btc-rpc-proxy",
|
||||
"/root/.lnd",
|
||||
"/mnt/assets/btc-rpc-proxy_config_rules.yaml"
|
||||
],
|
||||
"mounts": {
|
||||
"compat": "/mnt/assets",
|
||||
"main": "/root/.lnd"
|
||||
},
|
||||
"io-format": "yaml",
|
||||
"inject": false,
|
||||
"shm-size-mb": null
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user