forked from cryptonotefoundation/cryptonote
-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
.itw3.json
40 lines (39 loc) · 1.39 KB
/
.itw3.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
{
"code": "blockchain-lthn",
"version": "5.0.2",
"tags": {
"ticker": "lthn"
},
"type": "bin",
"name": "Lethean Blockchain",
"install": "lthn",
"uninstall": [
{"rm": "/conf/lthn"},
{"rm": "/data/lthn"}
],
"commands": {
"chain.export": "lethean-blockchain-export --data-dir {data-dir}",
"chain.import": "lethean-blockchain-import --data-dir {data-dir}",
"chain.start": "letheand --data-dir {data-dir}",
"wallet.rpc.start": "lethean-wallet-rpc --data-dir {data-dir}",
"wallet.cli.comand": "lethean-wallet-cli --data-dir {data-dir}",
"wallet.cli.tty": "lethean-blockchain-import --data-dir {data-dir}",
"wallet.new.tty": "lethean-blockchain-import --data-dir {data-dir}",
"wallet.new.key.seed": "lethean-blockchain-import --data-dir {data-dir}",
"wallet.new.key.public": "lethean-blockchain-import --data-dir {data-dir}",
"wallet.new.key.private": "lethean-blockchain-import --data-dir {data-dir}"
},
"downloads": {
"x86_64": {
"darwin": {
"url": "https://github.com/letheanVPN/blockchain-iz/releases/latest/download/lethean-cli-macos.zip"
},
"linux": {
"url": "https://github.com/letheanVPN/blockchain-iz/releases/latest/download/lethean-cli-linux.tar"
},
"windows": {
"url": "https://github.com/letheanVPN/blockchain-iz/releases/latest/download/lethean-cli-windows.tar"
}
}
}
}