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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/4366#discussion_r456946859">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>I had thought of that;  we could pass a script notifying only the ports being used by the scaffolding to avoid errors in the bitcoind log.  It's on the TODO list.</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#discussion_r456946859">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNXSURUNBUOVSFZJ4W3R4NDZDANCNFSM4OV5LEEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTVDSZU6QFLIBZBBGTR4NDZDA5CNFSM4OV5LEE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODLSB5HI.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#discussion_r456946859",
"url": "https://github.com/bisq-network/bisq/pull/4366#discussion_r456946859",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>