forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbitcoincore.json
42 lines (42 loc) · 1.48 KB
/
bitcoincore.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"homepage": "https://bitcoincore.org/en/about/",
"description": "The Bitcoin client software called Bitcoin Core",
"version": "26.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://bitcoincore.org/bin/bitcoin-core-26.0/bitcoin-26.0-win64.zip",
"hash": "8d0e909280012d91d08f0321c53a3ceea064682ca635098910b33e4e94c82ed1",
"extract_dir": "bitcoin-26.0"
}
},
"shortcuts": [
[
"bin\\bitcoin-qt.exe",
"Bitcoin Core",
"-datadir=\"$dir\\appdata\""
]
],
"persist": "appdata",
"checkver": {
"url": "https://bitcoincore.org/en/download/",
"regex": "Latest version: ([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://bitcoincore.org/bin/bitcoin-core-$version/bitcoin-$version-win64.zip",
"extract_dir": "bitcoin-$version"
}
},
"hash": {
"url": "https://raw.githubusercontent.com/bitcoin-core/guix.sigs/main/$version/fanquake/all.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."
]
}