github.com/piotrnar/gocoin@v0.0.0-20240512203912-faa0448c5e96/website/gocoin_manual.html (about)

     1  <html>
     2  <head>
     3  <link rel="stylesheet" href="style.css" type="text/css">
     4  </head>
     5  <body>
     6  <h1>User Manual</h1>
     7  <h2>Client and wallet</h2>
     8  The two basic components of the software are:
     9  <ul><li><b>client</b> - online component: original implementation of a full bitcoin node</li>
    10  <li><b>wallet</b> - application designed to be used offline as a cold storage wallet</li>
    11  </ul>
    12  
    13  <h2>Wallet without client</h2>
    14  It is also possible to use the wallet without the client.
    15  For such purpose there is a tool called <b>balio</b>.<br>
    16  The tool can download the balance data from popular block explorers and save it on disk in a format recognized by the wallet.<br>
    17  
    18  <h2>User interface</h2>
    19  The applications are console only (no GUI window), although the client node has a fairly functional and quite convenient web interface 
    20  (to be used with a web browser).
    21  
    22  
    23  <br>
    24  
    25  
    26  </body>
    27  </html>