umbrel-apps/urbit-bitcoin-connector/umbrel-app.yml

38 lines
1.5 KiB
YAML
Raw Permalink Normal View History

2022-05-16 13:30:51 +00:00
manifestVersion: 1
2022-04-20 20:32:07 +00:00
id: urbit-bitcoin-connector
category: bitcoin
2022-04-20 20:32:07 +00:00
name: Urbit Bitcoin Connector
2022-06-05 15:30:47 +00:00
version: "0.1.0"
2022-04-20 20:32:07 +00:00
tagline: Connect your Urbit's Bitcoin wallet to your Bitcoin node
description: >-
Urbit has a native Bitcoin wallet that you can connect to a full
node via an intermediary, called a provider. Providers run a piece of backend
software called %btc-provider that communicates with a full node with bitcoind
and electrs, as well as a custome Node Express proxy to translate RPC calls
between TCP and HTTP. This app will install the Express proxy and configure it
to point at your Umbrel's Bitcoin full node. Using this, you can configure a
Bitcoin provider on a ship (even one running on your Umbrel) and configure it,
or other ships to point their wallets at it.
This app also provides an information GUI web page, with instructions on connecting your provider ship and Bitcoin wallet. The web UI is accessible at port 9090. Note that if your Urbit is running on your Umbrel, you must configure your provider to point at the Umbrel's local/private IP address (like http://192.168.0.10:55555).
Credit to ~timluc-miptev & ~master-forwex
developer: ~sitful-hatred & ~mopfel-winrux
website: https://subject.network
dependencies:
2022-05-28 10:23:39 +00:00
- bitcoin
- electrs
2022-04-20 20:32:07 +00:00
repo: https://github.com/yapishu/urbit-bitcoin-node
support: https://github.com/yapishu/urbit-bitcoin-node
port: 9090
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
deterministicPassword: false
torOnly: false
submitter: ~sitful-hatred
submission: https://github.com/getumbrel/umbrel/pull/1243