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
1. Syncing participants' Bitcoin nodes with a Genesis node.
31
30
2. Running a block explorer to view mined blocks.
32
31
33
-
#### Installation
32
+
###Install
34
33
There are two ways to install the required `bitcoin-core` fork:
35
34
36
35
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>`
48
47
49
48
> Note: For mac users, it is highly recommended to build from source.
50
49
51
-
#### Configuration
50
+
###Config
52
51
53
-
#####Genesis Node
52
+
#### Genesis Node
54
53
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.
55
54
56
55
Verify the node is running:
@@ -75,10 +74,9 @@ rpcpassword=mempool
75
74
rpcport=38332
76
75
```
77
76
78
-
#####Block Explorer Node
77
+
#### Block Explorer Node
79
78
A `signet` block explorer is needed to display participants' mined blocks.
80
79
81
-
82
80
Ensure the `bitcoin.conf` in the `datadir` contains:
0 commit comments