Difference between revisions of "Node Litecoin"
From Litecoin Wiki
Line 12: | Line 12: | ||
<li><p>Traverse to <code>~/.litecoin</code> or <code>~/Library/Application Support/Litecoin</code> and add a file called <code>litecoin.conf</code> if it doesn't already exist.</p></li> | <li><p>Traverse to <code>~/.litecoin</code> or <code>~/Library/Application Support/Litecoin</code> and add a file called <code>litecoin.conf</code> if it doesn't already exist.</p></li> | ||
<li><p>Add these lines to the file:</p> | <li><p>Add these lines to the file:</p> | ||
− | <p>rpcuser=username</p> | + | <code><p>rpcuser=username</p> |
− | <p>rpcpassword=password</p></li></ol> | + | <p>rpcpassword=password</p></code></li></ol> |
You will use these to login to the server. | You will use these to login to the server. |