Skip to content

Releases: scala-network/TorqueGUI

TorqueGUI v2.0.0.3 'Adamantium V3'

03 Apr 19:30
Compare
Choose a tag to compare

Release for rebranding the project, please read the article here for more details.

Important side note :-

Please change your blockchain folder below given will be the locations for all operating systems we support.

C:\ProgramData\stellite\lmdb - > C:\ProgramData\torque\lmdb (Windows)
/home/[USER_NAME]/.stellite -> /home/[USER_NAME]/.torque (Linux/Mac)

StelliteGUI v2.0.0.1 'Adamantium V2'

31 Jan 12:59
bb5d957
Compare
Choose a tag to compare

Fixes

  • Wallet creation height when daemon not available fixed
  • Wrong remote node port auto-fill fixed
  • Fixed some cosmetic issues - clean up of some errors in log file in GUI wallet, missing higher resolution screens logo
  • Added Help page

Note for Ubuntu 18

You have to install these extra package with:

sudo apt install libunbound2 libboost-serialization1.65.1 libboost-regex1.65.1 libboost-program-options1.65.1 libhidapi-libusb0 libqt5quick5 libqt5quickcontrols2-5 libqt5xmlpatterns5 

Note for Ubuntu 16

Add the PPA:

sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial
sudo apt update
Install Qt
sudo apt install qt511-meta-full

StelliteGUI v2.0.0.0 'Adamantium'

12 Jan 09:57
e6b7cc4
Compare
Choose a tag to compare

Adamantium is a major update to the Stellite network. This update brings us to hardfork V5 (or version 9 in daemon) and will happen at block height 503001.

This is a mandatory wallet update, you will not be able to transact with any previous version of the wallet after block 503001.

Highlights for V5 include:

  • A complete update to support the latest Monero features including Bulletproofs
  • A better transaction experience by consolidating outputs
  • Move from 1 minute blocks to 5 minute blocks
  • An update to our Proof-of-Work algorithm
  • Improvements to our Difficulty Adjustment Algorithm (DAA)

A note for Linux users, some extra steps are required for the new wallet to work.
Ubuntu 18 : you have to install these extra package with :
sudo apt install libunbound2 libboost-serialization1.65.1 libboost-regex1.65.1 libboost-program-options1.65.1 libhidapi-libusb0 libqt5quick5 libqt5quickcontrols2-5 libqt5xmlpatterns5

Important: Due to the update of our Proof-of-Work algorithm you must update your mining software as well. Our GUI Miner supports the new algorithm as well as our distribution of xtl-stak and xtlrig

StelliteGUI v1.0.2 'Titanium v3'

12 Jun 22:48
2095623
Compare
Choose a tag to compare

Fixes a lot of sync issues and also makes wallet light by defaulting to a remote node nodes.stellite.cash:20189, you can change the default node to localhost:20189 if needed to run a local daemon.

StelliteGUI v1.0.1 'Titanium v2'

11 Jun 10:53
2a07cc9
Compare
Choose a tag to compare
Pre-release
Updated version for V2

StelliteGUI v1.0.0 'Titanium v1'

06 Jun 13:56
3223e6f
Compare
Choose a tag to compare

Titanium v1 is an update to the Stellite network. This update brings us to V4 and will happen at block height 194600. It is a mandatory update for all node maintainers of Stellite, including pools, wallets and exchanges.

Highlights for V4 include:

  • Changed Proof-of-Work algorithm to our custom XTL variant 2
  • An improved Difficulty Adjustment Algorithm (DAA)
  • A bump in minimum network fee and increased median blocksize limit

With this release we added a new stellite-blockchain-downloader tool. This tool downloads and imports the latest available blockchain file so you don't have to sync from block 0.

StelliteGUI v0.0.8-1 'Carbon V2'

20 Apr 14:15
1405cf6
Compare
Choose a tag to compare
Update command_line.cpp

StelliteGUI v0.0.8 'Carbon V2'

17 Apr 07:51
78b0235
Compare
Choose a tag to compare
Pre-release
Update README.md

StelliteGUI v0.0.7 'Carbon V2'

11 Apr 06:11
4c31df7
Compare
Choose a tag to compare

Carbon V2 adds multiple fixes for daemons losing sync randomly, tx fee being set wrongly, some tx pool management, a CLI issue that caused refresh to not work as intenended, and also some cosmetic changes to the CLI itself.

StelliteGUI v0.0.6 'Carbon V1'

05 Apr 13:54
9c4604e
Compare
Choose a tag to compare

Added with new daemons to fix the sync issue caused on some peers due to V3 fork