Releases: tangramproject/tangram
Release v0.0.97
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
What's Changed
- Feat: support connections behind NAT by @itsMarcoSolis in #1
- Feat: transaction time cost by @pingpongsneak in c7d321b
- Feat: v3 transaction size and delay probe by @pingpongsneak in 8cbb932
- Refactor: duplicate key sanity checks by @pingpongsneak in 4caa33a
New Contributors
- @itsMarcoSolis made their first contribution in #1
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
What's Changed
- Fair distribution.
This is the first mainnet release of Tangram.
Release v0.0.92
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
This is not production ready
Full Changelog: v0.0.90...v0.0.91
Release v0.0.90
This is not production ready
Full Changelog: v0.0.89...v0.0.90
Release v0.0.89
This is not production ready
Full Changelog: v0.0.88...v0.0.89
Release v0.0.88
This is not production ready
Full Changelog: v0.0.87...v0.0.88
v0.0.87.0-pretest-release
This is not production ready
Full Changelog: v0.0.86...v0.0.87
Release v0.0.86
This is not production ready
Full Changelog: v0.0.85...v0.0.86