mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 16:06:26 +00:00
clarification on adding to bitcoin.conf file
This commit is contained in:
parent
9aafcb04d6
commit
de28f0c6cd
@ -121,8 +121,9 @@ $ BITCOINRPC_PASS=$(cat ~standup/.bitcoin/bitcoin.conf | grep rpcpassword | awk
|
||||
|
||||
Second, you need to enable ZMQ on your Bitcoind, if you didn't already in [§15.3](15_3_Receiving_Bitcoind_Notifications_with_C.md).
|
||||
|
||||
This requires adding the following to your `~/.bitcoin/bitcoin.conf` file:
|
||||
This requires adding the following to your `~/.bitcoin/bitcoin.conf` file if it's not already there:
|
||||
```
|
||||
$ cat >> ~/.bitcoin/bitcoin.conf
|
||||
zmqpubrawblock=tcp://127.0.0.1:28332
|
||||
zmqpubrawtx=tcp://127.0.0.1:28333
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user