You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The installation process is still very manual. Will be improved based on feedbac
13
13
14
14
- Endpoints were expanded and have a slightly different syntax now [see endpoints](#endpoints)
15
15
16
-
###Requirements
16
+
## Requirements
17
17
18
18
- RPC access to a bitcoin full node
19
19
- unpruned because we need the prevouts for every transaction in the block with a taproot output
@@ -45,10 +45,6 @@ You still have to set up a config file in any case as the rpc users can't and **
45
45
46
46
You can now also decide which index you want to run. This setting can be set in the config file (blindbit.toml).
47
47
48
-
## Known Errors
49
-
50
-
No known issues.
51
-
52
48
## Todos
53
49
54
50
-[ ] Add flags to control setup
@@ -88,6 +84,7 @@ No known issues.
88
84
```text
89
85
GET("/info") // returns basic information about the oracle instance
90
86
GET("/block-height") // returns the height of the indexing server
87
+
GET("/block-hash/:blockheight") // returns the block-hash for a certain block-height
91
88
GET("/tweaks/:blockheight?dustLimit=<sat_amount>") // returns tweak data (cut-through); optional parameter dustLimit can be omitted; filtering happens per request, so virtually any amount can be specified
92
89
GET("/tweak-index/:blockheight?dustLimit=<sat_amount>") // returns the full tweak index (no cut-through); optional parameter dustLimit can be omitted; filtering happens per request, so virtually any amount can be specified
93
90
GET("/spent-index/:blockheight") // returns the spent outpoints index (see https://github.com/setavenger/BIP0352-light-client-specification?tab=readme-ov-file#spent-utxos)
0 commit comments