Skip to content

Releases: tangramproject/tangram

Release v0.0.97

21 Jan 17:51
dd3fd48
Compare
Choose a tag to compare

What's Changed

  • Punctuate block height
  • Fix markup

Clean Install

If you have install and want to uninstall

bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/tangram/master/install/install.sh) --uninstall

First time install

bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/tangram/master/install/install.sh) --runasuser <username> --runasgroup users

Upgrading to v0.97

Linux and macOS

bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/tangram/master/install/install.sh) --upgrade --runasuser <username> --runasgroup users

Windows

For quick installation, download the latest zip file here

After upgrading to v0.97

Linux

sudo systemctl stop tangram-xtgmnode.service
cd /opt/tangram/xtgmnode/
nano appsettings.json

Copy/paste

"PublicIPAddress": "0.0.0.0",

into appsettings.json example:

    "Network": {
      "PublicIPAddress": "0.0.0.0",
      "HttpPort": 48655,

Once done, save the file.

ctrl x
y to save the changes.
sudo systemctl start tangram-xtgmnode.service

MacOS

sudo launchctl unload /Library/LaunchDaemons/tangram-xtgmnode.plist
cd /opt/tangram/xtgmnode/
nano appsettings.json

Copy/paste

"PublicIPAddress": "0.0.0.0",

into appsettings.json example:

    "Network": {
      "PublicIPAddress": "0.0.0.0",
      "HttpPort": 48655,

Once done, save the file.

ctrl x
y to save the changes.
sudo launchctl load -w /Library/LaunchDaemons/tangram-xtgmnode.plist

Windows

If you have install tangram node as a service then stop the service or simply stop the node. Locate your installed node directory and edit the appsettings.json file.

Copy/paste

"PublicIPAddress": "0.0.0.0",

into appsettings.json example:

    "Network": {
      "PublicIPAddress": "0.0.0.0",
      "HttpPort": 48655,

Once done, save the file and restart the service or start the node manually.

Release v0.0.96

21 Jan 16:06
824e4da
Compare
Choose a tag to compare

What's Changed

New Contributors

Updating to v0.96

Linux and macOS

bash <(curl -sSL https://raw.githubusercontent.com/tangramproject/tangram/master/install/install.sh) --upgrade --runasuser <username> --runasgroup users

Windows

For quick installation, download the latest zip file here

After upgrading to v0.96

Linux

sudo systemctl stop tangram-xtgmnode.service
cd /opt/tangram/xtgmnode/
nano appsettings.json

Copy/paste

"PublicIPAddress": "0.0.0.0",

into appsettings.json example:

    "Network": {
      "PublicIPAddress": "0.0.0.0",
      "HttpPort": 48655,

Once done, save the file.

ctrl x
y to save the changes.
sudo systemctl start tangram-xtgmnode.service

MacOS

sudo launchctl unload /Library/LaunchDaemons/tangram-xtgmnode.plist
cd /opt/tangram/xtgmnode/
nano appsettings.json

Copy/paste

"PublicIPAddress": "0.0.0.0",

into appsettings.json example:

    "Network": {
      "PublicIPAddress": "0.0.0.0",
      "HttpPort": 48655,

Once done, save the file.

ctrl x
y to save the changes.
sudo launchctl load -w /Library/LaunchDaemons/tangram-xtgmnode.plist

Windows

If you have install tangram node as a service then stop the service or simply stop the node. Locate your installed node directory and edit the appsettings.json file.

Copy/paste

"PublicIPAddress": "0.0.0.0",

into appsettings.json example:

    "Network": {
      "PublicIPAddress": "0.0.0.0",
      "HttpPort": 48655,

Once done, save the file and restart the service or start the node manually.

Release v0.0.95

31 Dec 01:18
b832571
Compare
Choose a tag to compare

What's Changed

  • Fair distribution.

This is the first mainnet release of Tangram.

Release v0.0.92

28 Dec 00:01
5dcd63b
Compare
Choose a tag to compare

This is not production ready

Full Changelog: v0.0.91...v0.0.92

We are testing the install scripts. This release will not sync the existing network.

Release v0.0.91

26 Dec 16:56
5aa9f14
Compare
Choose a tag to compare
Release v0.0.91 Pre-release
Pre-release

This is not production ready

Full Changelog: v0.0.90...v0.0.91

Release v0.0.90

26 Dec 16:25
8853b78
Compare
Choose a tag to compare
Release v0.0.90 Pre-release
Pre-release

This is not production ready

Full Changelog: v0.0.89...v0.0.90

Release v0.0.89

26 Dec 16:19
2060075
Compare
Choose a tag to compare
Release v0.0.89 Pre-release
Pre-release

This is not production ready

Full Changelog: v0.0.88...v0.0.89

Release v0.0.88

26 Dec 16:10
ac91ec9
Compare
Choose a tag to compare
Release v0.0.88 Pre-release
Pre-release

This is not production ready

Full Changelog: v0.0.87...v0.0.88

v0.0.87.0-pretest-release

26 Dec 16:04
c03f15b
Compare
Choose a tag to compare
Pre-release

This is not production ready

Full Changelog: v0.0.86...v0.0.87

Release v0.0.86

26 Dec 15:54
a7bd142
Compare
Choose a tag to compare
Release v0.0.86 Pre-release
Pre-release

This is not production ready

Full Changelog: v0.0.85...v0.0.86