Releases: scala-network/scala-v7
Stellite v2.0.0.0 'Adamantium'
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. It is a mandatory update for all node maintainers of Stellite, including pools, wallets and exchanges.
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)
Important: Due to the update of our Proof-of-Work algorithm you must update your mining software. Our GUI Miner supports the new algorithm as well as our distribution of xtl-stak and xtlrig
Stellite v1.2.4.4 'Titanium V4'
Got rid of a hard fork warning message and also fixed an edge case
Stellite v1.2.4.2 'Titanium V3'
Titanium V3 fixes a lot of sync issues users had
Stellite v1.2.4.1 'Titanium v2'
Bump version
Stellite v1.2.4.0 'Titanium v1'
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.
Stellite v1.2.3.2 'Carbon v2'
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 intended, and also some cosmetic changes to the CLI itself.
Stellite-Blockchain-Export-Block-109766.raw contains an export of the blockchain up to block 109766. The SHA256 hash for the file is 8be0dfe76e6137930f0d43aaa1d4351e4d8d037cfa18af3004daf3e166e66891
To import the file, use the following example command
stellite-blockchain-import --input-file Stellite-Blockchain-Export-Block-109766.raw --verify 0
Stellite v1.2.3.1 'Carbon v1'
Deleted remnant checkpoint.dat file which persisted from monero which inturn has led the daemon to become much smaller, this was replaced with a much smaller checkpoint file of XTL. Also added checkpoint blocks to source for getting rid of sync issues post V3 fork.
Stellite v1.2.3.0 'Carbon v1'
This release marks the use of first change to the original Cryptonight PoW algorithm to CryptonightV1 in response to the introduction of ASICs.
Fork height is set at 100800th block, every Stellite user that runs a node should update.
Special thanks to the following people for helping testing this release:
donovansolms (discord)
atk3001 (discord)
nothing (discord)
sehidcan (discord)
seb green(discord)
djeemienl (discord)
stellite_question(discord)
Leafy(discord)
SB155(discord)
Stellite v1.2.2.1 'Chromium v3'
This release fixes the issue that people had while trying to send big amounts using the CLI wallet.
Stellite v1.2.2.0 'Chromium v3'
This release of Stellite(XTL), does a small change to how timestamps of blocks are verified due to which we had to revert our chain back by a considerable amount of blocks. This release is mandatory for all users and pool maintainers.