github.com/trezor/blockbook@v0.4.1-0.20240328132726-e9a08582ee2c/configs/coins/zcash.json (about) 1 { 2 "coin": { 3 "name": "Zcash", 4 "shortcut": "ZEC", 5 "label": "Zcash", 6 "alias": "zcash" 7 }, 8 "ports": { 9 "backend_rpc": 8032, 10 "backend_message_queue": 38332, 11 "blockbook_internal": 9032, 12 "blockbook_public": 9132 13 }, 14 "ipc": { 15 "rpc_url_template": "http://127.0.0.1:{{.Ports.BackendRPC}}", 16 "rpc_user": "rpc", 17 "rpc_pass": "rpc", 18 "rpc_timeout": 25, 19 "message_queue_binding_template": "tcp://127.0.0.1:{{.Ports.BackendMessageQueue}}" 20 }, 21 "backend": { 22 "package_name": "backend-zcash", 23 "package_revision": "satoshilabs-1", 24 "system_user": "zcash", 25 "version": "5.8.0", 26 "binary_url": "https://z.cash/downloads/zcash-5.8.0-linux64-debian-bullseye.tar.gz", 27 "verification_type": "sha256", 28 "verification_source": "2b7f3654c3538cf465b9e37add0dffc1ac27ec8eee7890e0ce51f3972a875f05", 29 "extract_command": "tar -C backend --strip 1 -xf", 30 "exclude_files": [], 31 "exec_command_template": "{{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcashd -datadir={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend -conf={{.Env.BackendInstallPath}}/{{.Coin.Alias}}/{{.Coin.Alias}}.conf -pid=/run/{{.Coin.Alias}}/{{.Coin.Alias}}.pid", 32 "logrotate_files_template": "{{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend/*.log", 33 "postinst_script_template": "HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend {{.Env.BackendInstallPath}}/{{.Coin.Alias}}/bin/zcash-fetch-params", 34 "service_type": "forking", 35 "service_additional_params_template": "Environment=\"HOME={{.Env.BackendDataPath}}/{{.Coin.Alias}}/backend\"", 36 "protect_memory": false, 37 "mainnet": true, 38 "server_config_file": "bitcoin_like.conf", 39 "client_config_file": "bitcoin_like_client.conf", 40 "additional_params": { 41 "addnode": ["mainnet.z.cash"] 42 } 43 }, 44 "blockbook": { 45 "package_name": "blockbook-zcash", 46 "system_user": "blockbook-zcash", 47 "internal_binding_template": ":{{.Ports.BlockbookInternal}}", 48 "public_binding_template": ":{{.Ports.BlockbookPublic}}", 49 "explorer_url": "", 50 "additional_params": "", 51 "block_chain": { 52 "parse": true, 53 "mempool_workers": 4, 54 "mempool_sub_workers": 8, 55 "block_addresses_to_keep": 300, 56 "xpub_magic": 76067358, 57 "slip44": 133, 58 "additional_params": { 59 "fiat_rates": "coingecko", 60 "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", 61 "fiat_rates_params": "{\"coin\": \"zcash\", \"periodSeconds\": 900}" 62 } 63 } 64 }, 65 "meta": { 66 "package_maintainer": "IT Admin", 67 "package_maintainer_email": "it@satoshilabs.com" 68 } 69 }