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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
`bwt` is a lightweight wallet descriptor/xpub tracker and query engine for Bitcoin, implemented in Rust.
12
12
13
13
🔸 Personal wallet indexer (EPS-like)<br>
14
-
🔸 Output script descriptor based<br>
14
+
🔸 Descriptor-based tracking<br>
15
15
🔸 Electrum RPC server (also available as a plugin!)<br>
16
16
🔸 Developer-friendly, modern HTTP REST API<br>
17
17
🔸 Real-time updates with Server-Sent-Events or Web Hooks
@@ -60,7 +60,8 @@ The index is currently managed in-memory and does not get persisted (this is exp
60
60
61
61
## Setting up bwt
62
62
63
-
Get yourself a synced Bitcoin Core node (v0.19 is recommended, v0.17 is sufficient. `txindex` is not required) and install bwt using one of the methods below.
63
+
Get yourself a synced Bitcoin Core node (v0.19 is recommended, v0.17 is sufficient. `txindex` is not required, pruning [is supported](#pruning))
64
+
and install bwt using one of the methods below.
64
65
65
66
### Installation
66
67
@@ -1286,8 +1287,7 @@ Are welcome!
1286
1287
1287
1288
The only guideline is to use `cargo fmt`.
1288
1289
1289
-
You can check out [the list of enhancement issues](https://github.com/shesek/bwt/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement)
1290
-
for some ideas to work on (output script descriptors <3).
1290
+
You can check out [the list of enhancement issues](https://github.com/shesek/bwt/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement).
0 commit comments