<p></p>
<p><b>@dmos62</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4366#discussion_r456932875">apitest/src/main/resources/blocknotify</a>:</p>
<pre style='color:#555'>> +# To avoid pesky bitcoind io errors, do not specify ports Bisq is not listening to.
+
+# SeedNode listens on port 5120
+echo $1 | nc -w 1 127.0.0.1 5120
+
+# Arb Node listens on port 5121
+echo $1 | nc -w 1 127.0.0.1 5121
+
+# Alice Node listens on port 5122
+echo $1 | nc -w 1 127.0.0.1 5122
+
+# Bob Node listens on port 5123
+echo $1 | nc -w 1 127.0.0.1 5123
+
+# Some other node listens on port 5124, etc.
+# echo $1 | nc -w 1 127.0.0.1 5124
</pre>
<p>Not requesting this change, but note that you probably can pass a blocknotify script to bitcoind inline, like this: <a href="https://gist.github.com/dmos62/20981dae799e2fc31b62dd443c44c7ae#file-tests-bats-L150">https://gist.github.com/dmos62/20981dae799e2fc31b62dd443c44c7ae#file-tests-bats-L150</a> (untested).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/4366#pullrequestreview-451148648">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNS4MCY2TFFHGATH5BDR4M46BANCNFSM4OV5LEEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNS32A6KIF7FOA43QHLR4M46BA5CNFSM4OV5LEE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODLR7W2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/4366#pullrequestreview-451148648",
"url": "https://github.com/bisq-network/bisq/pull/4366#pullrequestreview-451148648",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>