Releases: neodix42/MyLocalTon
MyLocalTon
What is it
This is a local TON blockchain in a shape of cross-platform desktop application. It comes in a form of uber-jar with all dependencies and binaries. Please notice this an alpha version and cannot be treated as production ready.
Matrix of supported OS & Java
OS \ Java | 11 | 13 | 15 | 17 |
---|---|---|---|---|
Ubuntu 18.04 | ✔️ | ✔️ | ✔️ | ✔️ |
Ubuntu 20.04 | ✔️ | ✔️ | ✔️ | ✔️ |
MacOS 12.01 | ✔️ | ✔️ | not tested | ✔️ |
MacOS 11.6 | ✔️ | ✔️ | not tested | ✔️ |
Windows 10 | ✔️ | ✔️ | not tested | ✔️ |
Windows Server 2019 | ✔️ | ✔️ | not tested | ✔️ |
Please make sure you are not using headless (no GUI) Java and OS/Java combination matches as per table above.
MacOS M1 on ARM64 architeture is not supported yet.
In case you are using MacPorts instead of Homebrew on Mac please execute the following command:
mkdir -p /usr/local/opt/readline/lib; ln -s /opt/local/lib/libreadline.8.dylib /usr/local/opt/readline/lib/
Java installation
If you are new to Java, please follow this guide on how to install OpenJDK 17:
- On Ubuntu
https://techviewleo.com/install-java-openjdk-on-ubuntu-linux/ - On Windows
https://java.tutorials24x7.com/blog/how-to-install-openjdk-17-on-windows - On MacOS
https://knasmueller.net/how-to-install-java-openjdk-17-on-macos-big-sur
In case you have several versions of Java use the following command in order to select the default Java version:
sudo update-alternatives --config java
Microsoft Visual C++ Redistributable installation (for Windows only)
Please install Microsoft Visual C++ Redistributable 2015 (and above) x64.
https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170
Installation and usage
Download MyLocalTon.jar, open console, go to the location where you have placed the executable and execute the following command.
java -jar MyLocalTon.jar
Make sure you have write rights inside the directory.
MyLocalTon
What is it
This is a local TON blockchain in a shape of cross-platform desktop application. It comes in a form of uber-jar with all dependencies and binaries. Please notice this an alpha version and cannot be treated as production ready.
Matrix of supported OS & Java
OS \ Java | 11 | 13 | 15 | 17 |
---|---|---|---|---|
Ubuntu 18.04 | ✔️ | ✔️ | ✔️ | ✔️ |
Ubuntu 20.04 | ✔️ | ✔️ | ✔️ | ✔️ |
MacOS 12.01 | ✔️ | ✔️ | not tested | ✔️ |
MacOS 11.6 | ✔️ | ✔️ | not tested | ✔️ |
Windows 10 | ✔️ | ✔️ | not tested | ✔️ |
Windows Server 2019 | ✔️ | ✔️ | not tested | ✔️ |
Please make sure you are not using headless (no GUI) Java and OS/Java combination matches as per table above.
MacOS M1 on ARM64 architeture is not supported yet.
In case you are using MacPorts instead of Homebrew on Mac please execute the following command:
mkdir -p /usr/local/opt/readline/lib; ln -s /opt/local/lib/libreadline.8.dylib /usr/local/opt/readline/lib/
Java installation
If you are new to Java, please follow this guide on how to install OpenJDK 17:
- On Ubuntu
https://techviewleo.com/install-java-openjdk-on-ubuntu-linux/ - On Windows
https://java.tutorials24x7.com/blog/how-to-install-openjdk-17-on-windows - On MacOS
https://knasmueller.net/how-to-install-java-openjdk-17-on-macos-big-sur
In case you have several versions of Java use the following command in order to select the default Java version:
sudo update-alternatives --config java
Installation and usage
Download MyLocalTon.jar, open console, go to the location where you have placed the executable and execute the following command.
java -jar MyLocalTon.jar
Make sure you have write rights inside the directory.
Early access to alpha version of MyLocalTon
What is it
This is a personal TON blockchain in a shape of cross-platform desktop application. It comes in a form of uber-jar with all dependencies and binaries.
Matrix of supported OS & Java
OS \ Java | 11 | 13 | 15 | 17 |
---|---|---|---|---|
Ubuntu 18.04 | ✔️ | ✔️ | ✔️ | soon |
Ubuntu 20.04 | ✔️ | ✔️ | ✔️ | soon |
MacOS 12.01 | ✔️ | ✔️ | not tested | soon |
Windows 10 | ✔️ | ✔️ | not tested | soon |
Windows Server 2019 | ✔️ | ✔️ | not tested | soon |
Please make sure you are not using headless (no GUI) Java and OS/Java combination matches as per table above.
In case you are using MacPorts instead of Homebrew on Mac please execute the following command:
mkdir -p /usr/local/opt/readline/lib; ln -s /opt/local/lib/libreadline.8.dylib /usr/local/opt/readline/lib/
Installation and usage
Download MyLocalTon.jar, open console, go to the location where you have placed the executable and execute the following command.
java -jar MyLocalTon.jar
Make sure you have write rights inside the directory.