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

<hr>

<p>In <a href="https://github.com/bisq-network/bisq-docs/pull/148#discussion_r308177548">exchange/howto/run-seednode.adoc</a>:</p>
<pre style='color:#555'>> +Download the Bitcoin Core binaries https://bitcoin.org/en/download[here] to this directory, unpack it and, for updating convenience, create a symlink to the necessary binaries (so you only have to change the symlink on update):
+
+       tar xzf bitcoin-0.18.0-x86_64-linux-gnu.tar.gz
+       ln -s bitcoin-0.18.0/bin/bitcoind bitcoind
+       ln -s bitcoin-0.18.0/bin/bitcoin-cli bitcoin-cli
+
+Create a systemd service file `bitcoind.service` in the systemd service path or your operating system (something like `/usr/lib/systemd/system/`) and adapt it to your needs. We recommend to create a user `bitcoind` for service hardening reasons (). In the end, it should look like
+
+----
+[Unit]
+Description=Bitcoind
+After=network.target
+
+[Service]
+ExecStart=bitcoind -daemon \
+                   -printtoconsole \
</pre>
<p>ah, well. The printtoconsole option sends outputs to stderr. On a system running systemd stderr ends up in the systems journal accessible via journalctl.</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-docs/pull/148?email_source=notifications&email_token=AJFFTNS34OS7WIKPIB3FEKLQB3G2TA5CNFSM4IFOKUZKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB72QXRA#discussion_r308177548">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNVDGGSU47Y4IDMR44LQB3G2TANCNFSM4IFOKUZA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AJFFTNRVZ5WYDKTRDVSL62TQB3G2TA5CNFSM4IFOKUZKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB72QXRA.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-docs/pull/148?email_source=notifications\u0026email_token=AJFFTNS34OS7WIKPIB3FEKLQB3G2TA5CNFSM4IFOKUZKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB72QXRA#discussion_r308177548",
"url": "https://github.com/bisq-network/bisq-docs/pull/148?email_source=notifications\u0026email_token=AJFFTNS34OS7WIKPIB3FEKLQB3G2TA5CNFSM4IFOKUZKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB72QXRA#discussion_r308177548",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>