Skip to content

Commit e2ba364

Browse files
committed
Update headings
1 parent 7c906df commit e2ba364

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/setup.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2222
* `cpuminer` `v2.5.1`: [GitHub release](https://github.com/pooler/cpuminer/releases/tag/v2.5.1).
2323
* `stratum` - `workshop` branch: [GitHub repo](https://github.com/stratum-mining/stratum/tree/workshop).
2424

25-
## Setup
25+
## `bitcoin-core`
2626

27-
### `bitcoin-core`
28-
#### Purpose
27+
### Purpose
2928
A Bitcoin node is needed for:
3029
1. Syncing participants' Bitcoin nodes with a Genesis node.
3130
2. Running a block explorer to view mined blocks.
3231

33-
#### Installation
32+
### Install
3433
There are two ways to install the required `bitcoin-core` fork:
3534

3635
1. Download and extract the binary from [Plebhash's fork](https://github.com/plebhash/bitcoin/releases/tag/btc-prague).
@@ -48,9 +47,9 @@ make # or `make -j <num cores>`
4847

4948
> Note: For mac users, it is highly recommended to build from source.
5049
51-
#### Configuration
50+
### Config
5251

53-
##### Genesis Node
52+
#### Genesis Node
5453
A Genesis node that is publicly accessible is needed for participants to sync their Bitcoin nodes. This can be set up by the instructor or use the existing SRI VM node.
5554

5655
Verify the node is running:
@@ -75,10 +74,9 @@ rpcpassword=mempool
7574
rpcport=38332
7675
```
7776

78-
##### Block Explorer Node
77+
#### Block Explorer Node
7978
A `signet` block explorer is needed to display participants' mined blocks.
8079

81-
8280
Ensure the `bitcoin.conf` in the `datadir` contains:
8381

8482
```
@@ -101,7 +99,8 @@ bitcoind -datadir=$HOME/.bitcoin-sv2-workshop -signet -sv2
10199
```
102100

103101
## `electrs`
104-
### Installation
102+
103+
### Install
105104
Clone and configure:
106105

107106
```sh
@@ -114,15 +113,16 @@ auth="mempool:mempool"
114113
EOF
115114
```
116115

117-
### Running `electrs`
116+
### Run
118117
Run the server:
119118

120119
```sh
121120
cargo run -- --signet-magic=54d26fbd
122121
```
123122

124123
## `mempool.space`
125-
### Installation
124+
125+
### Install
126126
Clone the repository:
127127

128128
```sh

0 commit comments

Comments
 (0)