Skip to content

Commit 0332546

Browse files
committed
add zmq topics to fluxd config
1 parent 1555bf4 commit 0332546

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

roles/daemon/templates/daemonconf.j2

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ experimentalfeatures=1
1919
listen=1
2020
externalip={{ wanip }}
2121
bind=0.0.0.0
22+
maxconnections=256
23+
zmqpubhashtx=tcp://127.0.0.1:16123
24+
zmqpubhashblock=tcp://127.0.0.1:16123
25+
zmqpubrawblock=tcp://127.0.0.1:16123
26+
zmqpubrawtx=tcp://127.0.0.1:16123
27+
zmqpubsequence=tcp://127.0.0.1:16123
2228
addnode=80.211.207.17
2329
addnode=95.217.12.176
2430
addnode=89.58.3.209
@@ -121,4 +127,3 @@ addnode=85.49.210.36
121127
addnode=84.77.69.203
122128
addnode=51.38.1.195
123129
addnode=51.38.1.194
124-
maxconnections=256

0 commit comments

Comments
 (0)