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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/3718#discussion_r352822684">Makefile</a>:</p>
<pre style='color:#555'>> +# Deploy a complete localnet by running all required Bitcoin and Bisq
+# nodes, each in their own named screen window. If you are not a screen
+# user, you'll need to run each of the make commands manually in a
+# separate terminal or as a background job.
+#
+# NOTE: You MUST already be attached to a screen session for the
+# following commands to work properly.
+deploy: setup
+       screen -t bitcoin make bitcoind
+       sleep 2    # wait for bitcoind rpc server to start
+       make block # generate a block to ensure Bisq nodes get dao-synced
+       screen -t seednode make seednode
+       screen -t seednode2 make seednode2
+       screen -t alice make alice
+       screen -t bob make bob
+       screen -t mediator make mediator
</pre>
<p>+1, thanks. Where stuff gets unwieldy and actually hurts comprehension, we should shell out to something under <code>scripts/</code>. The current <code>screen</code> voodoo is probably a good example of this. I'd like to try to keep the starting of bitcoind and Bisq nodes script-free, as I think there's value in seeing them all together, explicitly parameterized in one place as we have it now. Let's just do whatever makes sense over time though.</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/3718?email_source=notifications&email_token=AJFFTNWYLN2PZDMWWW23XVTQWVYUXA5CNFSM4JTEFEKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNVDYHQ#discussion_r352822684">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNREPW5XEOGLNV6DFQLQWVYUXANCNFSM4JTEFEKA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQ5VFSWVGOMNXLJ2H3QWVYUXA5CNFSM4JTEFEKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNVDYHQ.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/3718?email_source=notifications\u0026email_token=AJFFTNWYLN2PZDMWWW23XVTQWVYUXA5CNFSM4JTEFEKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNVDYHQ#discussion_r352822684",
"url": "https://github.com/bisq-network/bisq/pull/3718?email_source=notifications\u0026email_token=AJFFTNWYLN2PZDMWWW23XVTQWVYUXA5CNFSM4JTEFEKKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCNVDYHQ#discussion_r352822684",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>