Skip to content

Releases: BreakoutCoin/Breakout-Chain-Client

v1.6.7.1b

10 May 12:38
Compare
Choose a tag to compare
v1.6.7.1b Pre-release
Pre-release
fixing truncated checkpoints

v1.6.7.0b

09 May 12:41
Compare
Choose a tag to compare
v1.6.7.0b Pre-release
Pre-release

Has option to hide transaction list.

Fixed typos in checkpoints

15 Feb 03:59
Compare
Choose a tag to compare

Checkpoints are used by block locator, which currently tracks backwards through blocks to a checkpoint, then forward to find the needed block based on its height, ensuring that it has found a mainchain block. I added checkpoints every 10,000 blocks to speed this process, but I accidentally trimmed the last character of each checkpoint hash. This release fixes that mistake, speeding up the client for many tasks, and making the synchronization through the network once again possible.

Build for OS X v1.6.5.1

12 Feb 11:23
Compare
Choose a tag to compare

This build release updates the codebase for OS X 10+ (High Sierra or better).

This release contains only the OS X build.

For the latest Windows builds, or to see a summary of the latest improvements, see release v1.6.5.0.

Better progress reporting for wallet rebuilds

11 Feb 11:54
Compare
Choose a tag to compare

This release improves the wallet rebuilding experience significantly, providing progress bar updates for all rebuilding steps in the Qt GUI, and log file progress reporting during rescan on init, and stderr progress reporting for the relevant RPC commands.

Windows 64 bit installers are available for this release. OS X installers may be made available soon for this release, or may come with a micro version update, if accompanying any improvements.

Default no generated transactions in the GUI

08 Feb 12:39
Compare
Choose a tag to compare

This release shows no generated transactions in the GUI by default, to make life easier on users who have been staking coins for years. An option can be found in the preference settings to enable viewing generated transactions in the transaction list. Also, changes were made to make Qt builds on Win64.

Support for 32 bit Windows has been dropped because memory requirements have finally exceeded the address space allotted to 32 bit programs on 64 bit Windows.

Windows builds are available in this release. Other builds will come on the next release.

No Sync Checkpoints + Linearize Fix

07 Feb 21:43
2841319
Compare
Choose a tag to compare

This release drops centralized synchronized checkpointing. It also fixes the linearize script.

Adding Drumora Migration Utilities

15 Aug 22:18
6044a6e
Compare
Choose a tag to compare

Downloads

Fix BRX PoS Reward

06 May 11:45
8acc4d2
Compare
Choose a tag to compare

Shorter Block Times, SIS Mining Fix, Watch Addresses

11 Apr 12:20
0ab053b
Compare
Choose a tag to compare