mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-12 08:29:16 +00:00
Update Caravan page
This commit is contained in:
parent
59d17748f8
commit
64d7ecc732
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user