Skip to content

Releases: THA-chain/tha

v26.2.1

25 Dec 21:49
Compare
Choose a tag to compare

New feature added to auto-split big UTXOs at your preference.

If you add splitutxo=reward or splitutxo=any to your tha.conf, feature will split big utxos to as many smaller ones yet still eligible for staking. It's one split transaction per block to avoid mempool spam, efficient enough because of multiple outputs. The difference between reward and any is the first picks only from your block rewards, second picks any among rewards and received coins. Still, there is a limit for splitting candidates, to be <= 100 THA in order to keep number of generated outputs under 1000.

Qt gui wallet has a "live" control of splitutxo feature, which can override tha.conf settings. It's placed in the main menu.

v26.2.0

20 Sep 13:11
Compare
Choose a tag to compare
  • fixed QT UTXO control
  • fixed reindex command
  • added checkpoint

v26.1.1

06 Jul 11:06
e423e0d
Compare
Choose a tag to compare
  • added checkpoints

v26.1.0

03 Jul 12:45
Compare
Choose a tag to compare
  • Bitcoin core
  • PoS
  • PoT
  • QT Adjustments