Skip to content

Commit 7780bd3

Browse files
committed
Fix typo s/btblock/btcblock
1 parent 1dec061 commit 7780bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_1_Verifying_Your_Bitcoin_Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $ btcblock
5353
1804372/1804372
5454
```
5555

56-
> :link: **TESTNET vs MAINNET:** Remember that this tutorial generally assumes that you are using testnet. If you're using the mainnet instead, you can retrieve the current block height with: `wget -O - http://blockchain.info/q/getblockcount 2>/dev/null`. You can replace the latter half of the `btblock` alias (after `/`) with that.
56+
> :link: **TESTNET vs MAINNET:** Remember that this tutorial generally assumes that you are using testnet. If you're using the mainnet instead, you can retrieve the current block height with: `wget -O - http://blockchain.info/q/getblockcount 2>/dev/null`. You can replace the latter half of the `btcblock` alias (after `/`) with that.
5757
5858
If you're not up-to-date, but your `getblockcount` is increasing, no problem. Total download time can take from an hour to several hours, depending on your setup.
5959

0 commit comments

Comments
 (0)