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: tools/overview.md
+38-20Lines changed: 38 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,15 @@
2
2
3
3
A collection of Python tools for querying and analyzing a local Bitcoin node. These tools complement the guide — every concept discussed in the chapters can be verified using these scripts against your own node.
4
4
5
-
## Requirements
5
+
## Install
6
6
7
-
- A fully synced Bitcoin Core or Bitcoin Knots node with `server=1` and `txindex=1`
8
-
- Python 3.10+
9
-
-`pip install requests`
7
+
```bash
8
+
pip install bitcoinlib-rpc
9
+
```
10
+
11
+
**Requirements:** A fully synced Bitcoin Core or Bitcoin Knots node with `server=1` and `txindex=1`, Python 3.10+.
0 commit comments