Difference between revisions of "Download"

From Snowblossom Wiki
Jump to: navigation, search
(Release Builds)
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
==GUI Wallet==
 
==GUI Wallet==
  
There is now a GUI wallet, known as [IceLeaf].  It can run a full node or act as a light client using other full nodes for blockchain data.  It supports creating wallets, sending and receiving.
+
There is now a GUI wallet, known as [[IceLeaf]].  It can run a full node or act as a light client using other full nodes for blockchain data.  It supports creating wallets, sending and receiving.
  
 
For windows, you'll need a modern 64-bit Java. It will work with anything greater than 8, however it was only in 10 or 11 that the OS UI scaling was respected so if you have a high resolution display you'll want newer.  64-bit is required to run a node, which is an option within the GUI client.
 
For windows, you'll need a modern 64-bit Java. It will work with anything greater than 8, however it was only in 10 or 11 that the OS UI scaling was respected so if you have a high resolution display you'll want newer.  64-bit is required to run a node, which is an option within the GUI client.
Line 10: Line 10:
 
  [https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html JDK12 Download]
 
  [https://www.oracle.com/technetwork/java/javase/downloads/jdk12-downloads-5295953.html JDK12 Download]
  
There are two variants of [IceLeaf].  One for mainnet and one for testnet.  
+
There are two variants of [[IceLeaf]].  One for mainnet and one for testnet.  
  
 +
===Release Builds===
 +
 +
* [https://snowblossom.org/releases/index.html Releases]
 +
 +
===Dev Builds===
 
* [https://snowblossom.org/jars/IceLeaf_deploy.jar IceLeaf]
 
* [https://snowblossom.org/jars/IceLeaf_deploy.jar IceLeaf]
 
* [https://snowblossom.org/jars/IceLeafTestnet_deploy.jar IceLeaf Testnet]
 
* [https://snowblossom.org/jars/IceLeafTestnet_deploy.jar IceLeaf Testnet]

Revision as of 06:06, 25 July 2019

GUI Wallet

There is now a GUI wallet, known as IceLeaf. It can run a full node or act as a light client using other full nodes for blockchain data. It supports creating wallets, sending and receiving.

For windows, you'll need a modern 64-bit Java. It will work with anything greater than 8, however it was only in 10 or 11 that the OS UI scaling was respected so if you have a high resolution display you'll want newer. 64-bit is required to run a node, which is an option within the GUI client.

For Windows and macOS, java can be downloaded here:

JDK12 Download

There are two variants of IceLeaf. One for mainnet and one for testnet.

Release Builds

Dev Builds

To run it, simply open the JAR file. There are no configuration files or bat files.


Command Line and Mining

There are several ways to download builds. The easiest for most users is to download a release build, which contains configuration files, scripts and the java binaries:

If you need something not included in the release or need a recent development build, those are here:

Note: these are development versions, they might not work entirely and might reflect work in progress.

However, if you can build from source with bazel, that is usually better. The jars above might be out of date.

Android