ff7a7d3b6b
SQLite wallet (default), RocksDB chaindb (default), Boost removal from common link, I2P startup performance fix (180s→27ms). Migration is automatic and non-destructive: - Wallet: BDB → SQLite on first open (original preserved as .bdb.bak) - ChainDB: LevelDB → RocksDB on next start (via -chaindb flag)
30 lines
989 B
JSON
30 lines
989 B
JSON
{
|
|
"version": "6.1.0",
|
|
"description": "Cryptographic Triangles (TRI) cryptocurrency wallet with PoS staking and encrypted messaging",
|
|
"homepage": "https://cryptographic-triangles.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/SamiAhmed7777/triangles_v5/releases/download/v6.1.0/Cryptographic-Triangles-6.1.0-win-x64.zip",
|
|
"hash": "6f002a669a7e92aaf3d8dd7b1ae80f06a086c99a15ca05cf107665009ffc06b7"
|
|
}
|
|
},
|
|
"bin": [
|
|
"triangles-qt.exe",
|
|
"trianglesd.exe"
|
|
],
|
|
"shortcuts": [
|
|
["triangles-qt.exe", "Cryptographic Triangles"]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/SamiAhmed7777/triangles_v5"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/SamiAhmed7777/triangles_v5/releases/download/v$version/Cryptographic-Triangles-$version-win-x64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|