Skip to content

Commit d7ed972

Browse files
authored
more clarifications and fixes for config
1 parent 5f989f0 commit d7ed972

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

18_2__Interlude_Accessing_a_Second_Lightning_Node.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@ Second, you need to enable ZMQ on your Bitcoind, if you didn't already in [§15.
123123

124124
This requires adding the following to your `~/.bitcoin/bitcoin.conf` file if it's not already there:
125125
```
126-
$ cat >> ~/.bitcoin/bitcoin.conf
127126
zmqpubrawblock=tcp://127.0.0.1:28332
128127
zmqpubrawtx=tcp://127.0.0.1:28333
129128
```
129+
If you're using a Bitcoin config file from Standup or some other specialized `conf`, be sure you're putting your new commands in the correct section. Ideally, they should go near the top of the file, otherwise in the `[test]` section (assuming, as usual, that you're testing on testnet).
130+
130131
You must then restart bitcoin (or just reboot your machine). You can test that it's working as follows:
131132
```
132133
bitcoin-cli getzmqnotifications

0 commit comments

Comments
 (0)