We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9be7a70 + 14571c5 commit e604662Copy full SHA for e604662
node/README.md
@@ -7,13 +7,13 @@ You will need a `.hints` file locally to run this binary. You may download one f
7
For Signet:
8
9
```bash
10
-curl -o signet.hints http://utxohints.store/hints/signet
+curl -o signet.hints https://utxohints.store/hints/signet
11
```
12
13
Or for Bitcoin:
14
15
16
-curl -o bitcoin.hints http://utxohints.store/hints/bitcoin
+curl -o bitcoin.hints https://utxohints.store/hints/bitcoin
17
18
19
To build the Bitcoin kernel, you will need the following on Ubuntu:
0 commit comments