Update Caravan page

This commit is contained in:
Taylor Helsper 2020-06-16 22:54:16 -05:00
parent 59d17748f8
commit 64d7ecc732

View File

@ -7,7 +7,7 @@
$(document).ready(function() {
$("#caravan").on("click", function() {
url = 'http://'+location.hostname+':3020'
url = 'https://'+location.hostname+':3020'
window.open(url,'_blank');
})
@ -49,8 +49,8 @@
<li>Change the Public/Private option to Private</li>
<li>Change the URL to your node's IP address hostname with port 8334. For example:</li>
<ul>
<li>http://192.168.1.101:8334</li>
<li>http://mynode.local:8334</li>
<li>https://192.168.1.101:8334</li>
<li>https://mynode.local:8334</li>
</ul>
<li>Change the Username to "mynode"</li>
<li>Change the Password to the RPC Password from the <a href="/bitcoind">Bitcoin page</a></li>