-
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bitcoinknots: Add version 25.1.knots20231115
Signed-off-by: Chawye Hsu <[email protected]>
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"homepage": "https://bitcoinknots.org/", | ||
"description": "Bitcoin Knots is a combined Bitcoin node and wallet.", | ||
"version": "25.1.knots20231115", | ||
"license": "MIT", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://bitcoinknots.org/files/25.x/25.1.knots20231115/bitcoin-25.1.knots20231115-win64.zip", | ||
"hash": "4436ece2ce77aeddfcfe8e886272b3236932b323fd96dc9fe155b851332d9746", | ||
"extract_dir": "bitcoin-25.1.knots20231115" | ||
} | ||
}, | ||
"shortcuts": [ | ||
[ | ||
"bin\\bitcoin-qt.exe", | ||
"Bitcoin Knots", | ||
"-datadir=\"$dir\\appdata\"" | ||
] | ||
], | ||
"persist": "appdata", | ||
"checkver": { | ||
"regex": "Latest version: ([\\d.]+knots[\\d]+)" | ||
}, | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://bitcoinknots.org/files/$majorVersion.x/$version/bitcoin-$version-win64.zip", | ||
"extract_dir": "bitcoin-$version" | ||
} | ||
}, | ||
"hash": { | ||
"url": "https://raw.githubusercontent.com/bitcoinknots/guix.sigs/knots/$version/luke-jr/noncodesigned.SHA256SUMS", | ||
"mode": "extract" | ||
} | ||
}, | ||
"notes": [ | ||
"[WARNING]: If you really want to use this for production or what, KEEP AN EYE OUT FOR YOUR DATA!!!", | ||
"[WARNING]: THE SOFTWARE IS PROVIDED 'AS IS', I am not responsible for any data lost.", | ||
"[WARNING]: The 'datadir' has been configured to '$dir\\appdata' (persisted) for portable purpose." | ||
] | ||
} |