Difference between revisions of "Programs"

From Snowblossom Wiki
Jump to: navigation, search
(Created page with " == Programs == The various programs that you can run as part of Snowblossom === Basic === * SnowBlossomNode Config Options - The node t...")
 
Line 8: Line 8:
 
* [[SnowBlossomNode]] [[:Category:ConfigOptionsNode|Config Options]] - The node that maintains peer to peer links and maintains a copy of the blockchain.  Responds to queries from other programs regarding the blockchain.  Holds no keys.
 
* [[SnowBlossomNode]] [[:Category:ConfigOptionsNode|Config Options]] - The node that maintains peer to peer links and maintains a copy of the blockchain.  Responds to queries from other programs regarding the blockchain.  Holds no keys.
  
 +
* [[SnowBlossomClient]] [[:Category:ConfigOptionsClient|Config Options]] - A basic client that maintains a set of keys and contacts a [[SnowBlossomNode]] to get balance information about addresses that it holds.  This is how you generated addresses, send funds, etc.
  
  
 
=== Advanced/Strange/Other ===
 
=== Advanced/Strange/Other ===

Revision as of 22:34, 9 January 2019

Programs

The various programs that you can run as part of Snowblossom

Basic

  • SnowBlossomNode Config Options - The node that maintains peer to peer links and maintains a copy of the blockchain. Responds to queries from other programs regarding the blockchain. Holds no keys.


Advanced/Strange/Other