Modify Liquid backend parameters
This commit is contained in:
parent
d5c80db8f0
commit
874130ce4b
@ -3,7 +3,7 @@
|
|||||||
"name": "Liquid",
|
"name": "Liquid",
|
||||||
"shortcut": "L-BTC",
|
"shortcut": "L-BTC",
|
||||||
"label": "Liquid",
|
"label": "Liquid",
|
||||||
"alias": "Liquid"
|
"alias": "liquid"
|
||||||
},
|
},
|
||||||
"ports": {
|
"ports": {
|
||||||
"backend_rpc": 8046,
|
"backend_rpc": 8046,
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"bin/test_elements"
|
"bin/test_elements"
|
||||||
],
|
],
|
||||||
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/liquidd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
|
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/liquidd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid",
|
||||||
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/liquidv1/*.log",
|
||||||
"postinst_script_template": "",
|
"postinst_script_template": "",
|
||||||
"service_type": "forking",
|
"service_type": "forking",
|
||||||
"service_additional_params_template": "",
|
"service_additional_params_template": "",
|
||||||
@ -40,7 +40,10 @@
|
|||||||
"server_config_file": "bitcoin_like.conf",
|
"server_config_file": "bitcoin_like.conf",
|
||||||
"client_config_file": "bitcoin_like_client.conf",
|
"client_config_file": "bitcoin_like_client.conf",
|
||||||
"additional_params": {
|
"additional_params": {
|
||||||
"deprecatedrpc": "estimatefee"
|
"deprecatedrpc": "estimatefee",
|
||||||
|
"mainchainrpcport": "8030",
|
||||||
|
"mainchainrpcuser": "rpc",
|
||||||
|
"mainchainrpcpassword": "rpc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"blockbook": {
|
"blockbook": {
|
||||||
@ -59,7 +62,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"package_maintainer": "Jakub Matys",
|
"package_maintainer": "Martin Bohm",
|
||||||
"package_maintainer_email": "jakub.matys@satoshilabs.com"
|
"package_maintainer_email": "martin.bohm@satoshilabs.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user