mirror of
https://github.com/trezor/blockbook.git
synced 2026-02-20 00:51:39 +01:00
67 lines
2.6 KiB
JSON
67 lines
2.6 KiB
JSON
{
|
|
"coin": {
|
|
"name": "Zcash",
|
|
"shortcut": "ZEC",
|
|
"label": "Zcash",
|
|
"alias": "zcash"
|
|
},
|
|
"ports": {
|
|
"backend_rpc": 8032,
|
|
"backend_message_queue": 38332,
|
|
"blockbook_internal": 9032,
|
|
"blockbook_public": 9132
|
|
},
|
|
"ipc": {
|
|
"rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}",
|
|
"rpc_user": "rpc",
|
|
"rpc_pass": "rpc",
|
|
"rpc_timeout": 25,
|
|
"message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}"
|
|
},
|
|
"backend": {
|
|
"package_name": "backend-zcash",
|
|
"package_revision": "satoshilabs-1",
|
|
"system_user": "zcash",
|
|
"version": "3.0.0",
|
|
"docker_image": "zfnd/zebra:3.0.0",
|
|
"verification_type": "docker",
|
|
"verification_source": "ec082c6c3fb26b1cbb4aa0f044406dc0cfbc8ce5f3c3e5ff5f9886d832becac9",
|
|
"extract_command": "mkdir backend/bin && docker cp extract:/usr/local/bin/zebrad backend/bin/zebrad",
|
|
"exclude_files": [],
|
|
"exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zebrad --config {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/zcash.conf start",
|
|
"logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log",
|
|
"postinst_script_template": "",
|
|
"service_type": "simple",
|
|
"service_additional_params_template": "",
|
|
"protect_memory": true,
|
|
"mainnet": true,
|
|
"server_config_file": "zcash.conf",
|
|
"client_config_file": "bitcoin_like_client.conf"
|
|
},
|
|
"blockbook": {
|
|
"package_name": "blockbook-zcash",
|
|
"system_user": "blockbook-zcash",
|
|
"internal_binding_template": ":{{.Ports.BlockbookInternal}}",
|
|
"public_binding_template": ":{{.Ports.BlockbookPublic}}",
|
|
"explorer_url": "",
|
|
"additional_params": "-resyncindexperiod=50000 -resyncmempoolperiod=3000",
|
|
"block_chain": {
|
|
"parse": true,
|
|
"mempool_workers": 4,
|
|
"mempool_sub_workers": 8,
|
|
"block_addresses_to_keep": 300,
|
|
"xpub_magic": 76067358,
|
|
"slip44": 133,
|
|
"additional_params": {
|
|
"fiat_rates": "coingecko",
|
|
"fiat_rates_vs_currencies": "AED,ARS,AUD,BDT,BHD,BMD,BRL,CAD,CHF,CLP,CNY,CZK,DKK,EUR,GBP,HKD,HUF,IDR,ILS,INR,JPY,KRW,KWD,LKR,MMK,MXN,MYR,NGN,NOK,NZD,PHP,PKR,PLN,RUB,SAR,SEK,SGD,THB,TRY,TWD,UAH,USD,VEF,VND,ZAR,BTC,ETH",
|
|
"fiat_rates_params": "{\"coin\": \"zcash\", \"periodSeconds\": 900}"
|
|
}
|
|
}
|
|
},
|
|
"meta": {
|
|
"package_maintainer": "IT Admin",
|
|
"package_maintainer_email": "it@satoshilabs.com"
|
|
}
|
|
}
|