Conceal Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
smart-nodes [2022/12/21 17:21] lolitalollipopsmart-nodes [2025/08/03 01:15] (current) – [HTML] acktarius
Line 21: Line 21:
  
 Once you have installed **Node.js** and **npm** you can run the guardian by simply doing: Once you have installed **Node.js** and **npm** you can run the guardian by simply doing:
- +<code> 
-  npm install +npm install 
-  node index.js +node index.js 
- +</code> 
-Before you run the guardian, check the config.json and set the correct settings. For an interactive config setupplease refer to this [[https://github.com/ConcealNetwork/conceal-guardian/blob/master/INSTALL.md|installation page]]. +Before you run the guardian, check the config.json and set the correct settings. For an interactive config setup
 +<code> 
 +node index.js --setup 
 +</code> 
 +(please refer to this [[https://github.com/ConcealNetwork/conceal-guardian/blob/master/INSTALL.md|installation page]])
  
 You can see an example config.json file and detailed instructions [[https://github.com/ConcealNetwork/conceal-guardian|here]]. You can see an example config.json file and detailed instructions [[https://github.com/ConcealNetwork/conceal-guardian|here]].
Line 40: Line 44:
 The **Conceal Node Guard** has a web interface. A feature available is to have the daemon automatically update to the newest version. By default, the auto update of the daemon must be manually enabled in the config.json file or with the interactive setup. NOTE: The auto update feature only applies to the daemon and not the guardian.     The **Conceal Node Guard** has a web interface. A feature available is to have the daemon automatically update to the newest version. By default, the auto update of the daemon must be manually enabled in the config.json file or with the interactive setup. NOTE: The auto update feature only applies to the daemon and not the guardian.    
  
-Click this [[http://5.189.177.60:8080/index.html|Example node]] to view a live node on the HTML interface. Below is an example of the HTML interface. To view your node via HTML, just copy the following URL to your browser and replace "YOUR.IP.ADDRESS" with your actual IP address: **YOUR.IP.ADDRESS:8080/index.html** +Click this [[http://5.189.177.60:8080/index.html|Example node]] to view a live node on the HTML interface. Below is an example of the HTML interface. To view your node via HTML, just copy the following URL to your browser and replace "YOUR.IP.ADDRESS" with your actual IP address: **YOUR.IP.ADDRESS:8080/index.html** or if your run locally: http://localhost.8080/index.html 
  
-{{ :remote_node.png?800 |}}+{{ :outputguardian.gif |}}
  
 A stand alone node pool is available for all remote nodes. Each node registers to the pool and sends periodic updates to allow  visibility on the explorer. For a full list of nodes click [[https://explorer.conceal.network/index.html#nodes|here]].  A stand alone node pool is available for all remote nodes. Each node registers to the pool and sends periodic updates to allow  visibility on the explorer. For a full list of nodes click [[https://explorer.conceal.network/index.html#nodes|here]].