<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_r452999082">apitest/src/main/java/bisq/apitest/linux/BitcoinDaemon.java</a>:</p>
<pre style='color:#555'>> +// bitcoin-cli -regtest getbalances
+// bitcoin-cli -regtest getrpcinfo
+
+@Slf4j
+public class BitcoinDaemon extends AbstractLinuxProcess implements LinuxProcess {
+
+    public BitcoinDaemon(ApiTestConfig config) {
+        super("bitcoind", config);
+    }
+
+    @Override
+    public void start() throws InterruptedException, IOException {
+        String bitcoindCmd = "export LD_LIBRARY_PATH=" + config.berkeleyDbLibPath + ";"
+                + " " + config.bitcoinPath + "/bitcoind"
+                + " -datadir=" + config.bitcoinDatadir
+                + " -daemon";
</pre>
<p><code>export LD_LIBRARY_PATH</code> is necessary for my bitcoin-core installation.  This issue is something we'll need to sort out for an unknown variety of setups.</p>
<p>I think <code>config.bitcoinPath</code> should point to the directory containing bitcoin-core binaries, not the <code>bitcoind</code> and <code>bitcoin-cli</code> binaries themselves -- requiring two <code>apitest</code> config options instead of one.   On the other hand, my <code>bitcoin-core</code> binaries are isolated in my <code>bitcoin-core</code> src directory (I never ran <code>make install</code>), not a default system <code>bin</code> directory where many unrelated executables are installed.  Let's keep discussing...</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_r452999082">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRA77RFG4PN7ASMMZDR25LD7ANCNFSM4OV5LEEQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNQW5U6MZ7MOMWHDDL3R25LD7A5CNFSM4OV5LEE2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODKPJ2FY.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_r452999082",
"url": "https://github.com/bisq-network/bisq/pull/4366#discussion_r452999082",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>