https://github.com/ati1993de/vargamesh-core/releases/tag/v0.2.0VargaMesh Core v0.2.0
VargaMesh Core v0.2.0 is the first official binary release that includes
VargaMesh Mainnet and VargaMesh Public Testnet v1 in the same Core binaries.
Supported platforms
Official binary packages:
Linux x86_64
Windows x86_64
The Windows package is cross-compiled with the MinGW-w64 toolchain through the
repository's pinned depends system and is then executed on a Windows runner
before publication.
Included Core programs
vargameshd
vargamesh-cli
vargamesh-wallet
vargamesh-tx
vargamesh-util
On Windows the programs use the .exe suffix.
Mainnet
Mainnet remains the default network.
Start:
vargameshd
Query:
vargamesh-cli getblockchaininfo
VargaMesh Public Testnet v1
The same binaries also contain the official VargaMesh Public Testnet v1.
Start:
vargameshd -testnet
Query:
vargamesh-cli -testnet getblockchaininfo
Important Testnet properties:
Asset: tVMESH
Proof-of-Work: SHA-256d
P2P port: 39666
RPC port: 39667
AuxPoW chain ID: 22094 / 0x564E
Bech32 HRP: tvm
AuxPoW activation: height 1
tVMESH is a Testnet asset only and has no monetary value.
Full Testnet documentation:
https://github.com/ati1993de/vargamesh-core/blob/main/doc/testnet.mdExchange and integration documentation:
https://github.com/ati1993de/vargamesh-core/blob/main/doc/exchange-integration.mdVerification performed before publication
The release workflow requires all of the following to succeed before creating
the GitHub Release:
Linux x86_64 build.
Linux Mainnet daemon/RPC smoke test.
Linux VargaMesh Public Testnet v1 daemon/RPC smoke test.
Linux Mainnet vm1... wallet-address check.
Linux Testnet tvm1... wallet-address check.
Windows x86_64 MinGW-w64 cross-build.
Execution of all packaged Windows command-line programs on Windows.
Windows Mainnet daemon/RPC smoke test.
Windows VargaMesh Public Testnet v1 daemon/RPC smoke test.
Windows Mainnet vm1... wallet-address check.
Windows Testnet tvm1... wallet-address check.
SHA-256 checksums for both release archives.
The v0.2.0 tag and GitHub Release are created only after all build and smoke
test jobs pass.