Skip to content

Commit 93e4e2f

Browse files
committed
Fix out of date README
The `python-bitcoinlib` upgrade in v0.2.0 fixed both segwit compatibility, and removed the need for a RPC password.
1 parent d4f28d7 commit 93e4e2f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

-11
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ node is fine. While `otsd` is running the wallet should not be used for other
1616
purposes, as currently the Bitcoin timestamping functionality assumes that it
1717
has exclusive use of the wallet.
1818

19-
First make sure the following is in your `~/.bitcoin/bitcoin.conf` file:
20-
21-
```
22-
# Currently only password authentication is supported
23-
rpcuser=CHANGETHIS
24-
rpcpassword=CHANGETHIS
25-
26-
# Segwit is not yet supported
27-
rpcserialversion=0
28-
```
29-
3019
Install the requirements:
3120

3221
```

0 commit comments

Comments
 (0)