Skip to content

Releases: VeriConomy/verium-current

Verium 1.3.5.2 (Maintenance Release)

03 Apr 04:39

Choose a tag to compare

Verium 1.3.5.2 (Maintenance Release)

Patch release with bug fixes, build improvements, and testnet support.

Testnet
Testnet is enabled and supported
Use -testnet or -chain=test with all binaries to connect to the test network
Testnet ports: 36989 (P2P), 33988 (RPC)

New manpage: verium-testnet(1)

Documentation
New verium-testnet(1) manpage for testnet usage
Manpages included in release packages: veriumd, verium-qt, verium-cli, verium-tx, verium-wallet

Bootstrap (Mainnet)
Fixed in-wallet “Bootstrap the Chain” for mainnet
Correct zip extraction, layout detection, and parent directory creation

Windows Builds
Restored Windows x64 MinGW cross-compilation
gmtime_r shim for Windows
Fixed cross-compile linking
Added Windows Installer Version

GitHub Actions workflow for automated Windows builds
NSIS installer: verium-*-win64-setup.exe
Binaries: verium-qt.exe, veriumd.exe, verium-cli.exe, verium-tx.exe, verium-wallet.exe

Linux Builds
Adjusted depends build for GCC 9
Boost filesystem (copy_option) compatibility fixes

macOS Builds
Verium-Qt defaulted to light mode for Qt 5.9.8 compatibility/Fixed gui readability issues
.app is included instead of Verium-Qt raw executable
Dropped support of macOS 10.15 and lower

Known Issues: In macOS Verium-Qt will freeze on chaindata sync and minimize button doesn't work when clicked
In Linux, during in wallet bootstrap, the vault will occasionally freeze, asking to quit or keep waiting. If you click on keep waiting, eventually the download will complete.

Verium 1.3.5 Release

08 Dec 22:20
c439997

Choose a tag to compare

Final release version of Verium 1.3.5
This version relaxes the block timestamp rules, and adds fixed peers to allow new nodes to link on to peers to start the initial blockchain download.

Note: macOS version doesn't include .app for verium-qt due to compiling issues, however it will launch once verium-qt is clicked. Also, this same version has some gui issues due to qt 5.9.8 and newer macos versions since dark/light mode was introduced. This will be resolved in a later release.