Skip to content

Releases: ProjectIxian/Ixian-DLT

Ixian DLT v0.8.3i

24 May 16:44
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3i

  • improved stuck network/stale block handling
  • temporarily disabled MS transactions

** v0.8.3h

  • fixed signer wallet's pubkey entry is null issue

** v0.8.3g

  • pause sync if activity or storage queues have more than 2000 items (potential out of memory exception fix during sync)
  • removed /sync API

** v0.8.3f

  • Renamed 'disablefastBlockLoading' to 'disableFastBlockLoading' CLI parameter
  • Moved "Blockchain Scanning Active" and "Activity Scanner Last Block" from queues to root in status API
  • Improved Activity Scanner
  • Change relevant Activity Status Transactions to error during chain re-org
  • Added superblocks.dat to database repair if corrupted
  • Updated dependencies

** v0.8.3e

  • Added "Frozen Signature count" to getblock API calls
  • Improved startup/block sync
  • Prevent updating pending block during sync if the node already has it
  • Improved detecting target block height during sync
  • Other sync improvements
  • Prevent removing block proposer's signature even if not in PL
  • Removed temporary forced sync to block height 2116193
  • Code cleanup

** v0.8.3d

  • Prevent broadcasting latest block until the node has correctly sigfreezed block

** v0.8.3c

  • Included a temporary fix which forces node to sync to block height 2116193
  • Protocol optimizations
  • Block processing optimizations
  • Stability improvements
  • Sync improvements

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3d (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Ixian DLT v0.8.3h

19 May 23:45
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3h

  • fixed signer wallet's pubkey entry is null issue

** v0.8.3g

  • pause sync if activity or storage queues have more than 2000 items (potential out of memory exception fix during sync)
  • removed /sync API

** v0.8.3f

  • Renamed 'disablefastBlockLoading' to 'disableFastBlockLoading' CLI parameter
  • Moved "Blockchain Scanning Active" and "Activity Scanner Last Block" from queues to root in status API
  • Improved Activity Scanner
  • Change relevant Activity Status Transactions to error during chain re-org
  • Added superblocks.dat to database repair if corrupted
  • Updated dependencies

** v0.8.3e

  • Added "Frozen Signature count" to getblock API calls
  • Improved startup/block sync
  • Prevent updating pending block during sync if the node already has it
  • Improved detecting target block height during sync
  • Other sync improvements
  • Prevent removing block proposer's signature even if not in PL
  • Removed temporary forced sync to block height 2116193
  • Code cleanup

** v0.8.3d

  • Prevent broadcasting latest block until the node has correctly sigfreezed block

** v0.8.3c

  • Included a temporary fix which forces node to sync to block height 2116193
  • Protocol optimizations
  • Block processing optimizations
  • Stability improvements
  • Sync improvements

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3d (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Ixian DLT v0.9.0-dev.1

23 Apr 16:22
Compare
Choose a tag to compare
Pre-release

Do not run this release on mainnet!

This is an experimental pre-release of Ixian DLT v0.9.0 intended for testing only. To try it out, make sure to connect to Omega TestNet seed node 193.95.221.67:2340 with checksumLock omega2. If you've been running previous builds of Ixian DLT v0.9.0dev, make sure to delete the data-testnet directory

On Windows you would start IxianDLT with the following command:
IxianDLT.exe -p 2340 -n 193.95.221.67:2340 -t --checksumLock omega2

On Linux you would start IxianDLT with the following command:
mono IxianDLT.exe -p 2340 -n 193.95.221.67:2340 -t --checksumLock omega2

In order to obtain the 2000 IXIs required for testing, please ask the users already involved in Omega testing on Discord or Telegram.

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 8 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 100 GB free disk space
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Notes:

  • This version was built with IxiCore v0.9.0dev1 (may also work with future IxiCore versions)
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Ixian DLT v0.8.3g

06 Jan 22:14
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3g

  • pause sync if activity or storage queues have more than 2000 items (potential out of memory exception fix during sync)
  • removed /sync API

** v0.8.3f

  • Renamed 'disablefastBlockLoading' to 'disableFastBlockLoading' CLI parameter
  • Moved "Blockchain Scanning Active" and "Activity Scanner Last Block" from queues to root in status API
  • Improved Activity Scanner
  • Change relevant Activity Status Transactions to error during chain re-org
  • Added superblocks.dat to database repair if corrupted
  • Updated dependencies

** v0.8.3e

  • Added "Frozen Signature count" to getblock API calls
  • Improved startup/block sync
  • Prevent updating pending block during sync if the node already has it
  • Improved detecting target block height during sync
  • Other sync improvements
  • Prevent removing block proposer's signature even if not in PL
  • Removed temporary forced sync to block height 2116193
  • Code cleanup

** v0.8.3d

  • Prevent broadcasting latest block until the node has correctly sigfreezed block

** v0.8.3c

  • Included a temporary fix which forces node to sync to block height 2116193
  • Protocol optimizations
  • Block processing optimizations
  • Stability improvements
  • Sync improvements

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3d (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Checksums

Ixian-DLT-v0.8.3g-win64.zip
MD5: d71e1298394f57cfe3549d90f457e7e5
SHA1: 4953046908a665e53671b98e0fe1df0a8cb6e55f

Ixian DLT v0.8.3f

19 Dec 19:28
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3f

  • Renamed 'disablefastBlockLoading' to 'disableFastBlockLoading' CLI parameter
  • Moved "Blockchain Scanning Active" and "Activity Scanner Last Block" from queues to root in status API
  • Improved Activity Scanner
  • Change relevant Activity Status Transactions to error during chain re-org
  • Added superblocks.dat to database repair if corrupted
  • Updated dependencies

** v0.8.3e

  • Added "Frozen Signature count" to getblock API calls
  • Improved startup/block sync
  • Prevent updating pending block during sync if the node already has it
  • Improved detecting target block height during sync
  • Other sync improvements
  • Prevent removing block proposer's signature even if not in PL
  • Removed temporary forced sync to block height 2116193
  • Code cleanup

** v0.8.3d

  • Prevent broadcasting latest block until the node has correctly sigfreezed block

** v0.8.3c

  • Included a temporary fix which forces node to sync to block height 2116193
  • Protocol optimizations
  • Block processing optimizations
  • Stability improvements
  • Sync improvements

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3c (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Checksums

Ixian-DLT-v0.8.3f-win64.zip
MD5: f5251ab77e0da000a0968ec75891d471
SHA1: 27b042924cc87f9ee82728e81c20eaefe74c0adb

Ixian DLT v0.8.3e

11 Dec 16:52
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3e

  • Added "Frozen Signature count" to getblock API calls
  • Improved startup/block sync
  • Prevent updating pending block during sync if the node already has it
  • Improved detecting target block height during sync
  • Other sync improvements
  • Prevent removing block proposer's signature even if not in PL
  • Removed temporary forced sync to block height 2116193
  • Code cleanup

** v0.8.3d

  • Prevent broadcasting latest block until the node has correctly sigfreezed block

** v0.8.3c

  • Included a temporary fix which forces node to sync to block height 2116193
  • Protocol optimizations
  • Block processing optimizations
  • Stability improvements
  • Sync improvements

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3b (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Checksums

Ixian-DLT-v0.8.3e-win64.zip
MD5: a23a45e2dc42de817d63f2c215c2ed4a
SHA1: 2ad078335390bfee76918dcf5472b4a5a6d16875

Ixian DLT v0.8.3d

25 Nov 18:48
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3d

  • Prevent broadcasting latest block until the node has correctly sigfreezed block

** v0.8.3c

  • Included a temporary fix which forces node to sync to block height 2116193
  • Protocol optimizations
  • Block processing optimizations
  • Stability improvements
  • Sync improvements

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3a (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Checksums

Ixian-DLT-v0.8.3d-win64.zip
MD5: 7aff6f186a097c2d4c607087af4f6295
SHA1: 25e834829d2978ed1203667d4eb6bf8536b1741a

Ixian DLT v0.8.3c

24 Nov 18:15
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3c

  • Included a temporary fix which forces node to sync to block height 2116193
  • Protocol optimizations
  • Block processing optimizations
  • Stability improvements
  • Sync improvements

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3a (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Checksums

Ixian-DLT-v0.8.3c-win64.zip
MD5: bc1e75664d362481180c757c23698a3a
SHA1: 14ca5e93070a104d752fee87189f33f7ac049d96

Ixian DLT v0.8.3b

20 Nov 23:38
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2019 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.3b

  • Fixed potential bug while extracting required signatures from block
  • Fixed NullReferenceException in setFrozenSignatures when signatures param is null

** v0.8.3a

  • Block processing stability improvements
  • Sync improvements
  • Network optimizations
  • Storage improvements with auto-repair

** v0.8.3

  • Optimized signature processing
  • Presence improvements
  • PeerList/Storage improvements
  • Support for disabling activity pruning
  • API updates
  • Added rescanBlockchain API
  • Added max incoming/outgoing connections CLI parameters
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • Other fixes and improvements
  • This version will expire on block #2340000

Notes:

  • This version was built with IxiCore v0.8.3a (may also work with future IxiCore versions)
  • This version will expire on block #2340000
  • Make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • Storage optimizations
  • Ixiac Omega

https://www.ixian.io

Checksums

Ixian-DLT-v0.8.3b-win64.zip
MD5: af01e66dd05f48447625c7da98dc38b7
SHA1: 2ace60306720f2393ded87ee9b2a33bfe4ed6d95

Ixian DLT v0.8.2

19 Sep 19:22
Compare
Choose a tag to compare

Requirements:

  • Windows 8/8.1/10 x64 or Linux operating system
  • Visual C++ 2017 Redistributable (x64) on Windows
  • Mono on Linux
  • at least 16 GB RAM
  • i3/i5/i7/Xeon or AMD equivalent processor with at least 2GHz and 4 CPU threads
  • at least 300 GB free disk space (recommended 600 GB)
  • at least 20Mbps/20Mbps internet bandwidth
  • minimum 2000 Ixis to run the master node (no minimum required for miners and worker/client nodes)
  • ability to forward TCP ports - either through uPNP or manually

Changes in this version:

** v0.8.2

  • Ixiac Omega and Block v10 preparations
  • Ixiac Omega related protocol updates
  • added support for viewing only wallets
  • added APIs getViewingWallet, loadWallet, unloadWallet, sign, verify, listWallets and getPresence
  • Presence fixes and optimizations
  • PresenceList optimizations
  • UX improvements
  • other fixes and improvements
  • this version will expire on block #2340000

Notes:

  • this version was built with IxiCore v0.8.2 (may also work with future IxiCore versions)
  • this version will expire on block #2340000
  • make sure your system time is set correctly (seconds matter)

Upcoming features:

  • UX improvements
  • PL optimizations
  • storage optimizations
  • Ixiac Omega

https://www.ixian.io

Checksums

Ixian-DLT-v0.8.2-win64.zip
MD5: b9ff6ada48cf05effa178ada586618ba
SHA1: daf09482a8c71db8ab2faf1c5bed5b26b54401a5